summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimentalLinus Torvalds2018-06-17100-152/+148
|\
| * fix a series of Documentation/ broken file name referencesMauro Carvalho Chehab2018-06-153-3/+3
| * docs: Fix more broken referencesMauro Carvalho Chehab2018-06-152-8/+8
| * media: max2175: fix location of driver's companion documentationMauro Carvalho Chehab2018-06-151-3/+3
| * media: v4l: fix broken video4linux docs locationsMauro Carvalho Chehab2018-06-156-12/+10
| * media: dvb: point to the location of the old README.dvb-usb fileMauro Carvalho Chehab2018-06-1545-45/+45
| * media: dvb: fix location of get_dvb_firmware scriptMauro Carvalho Chehab2018-06-1516-30/+28
| * docs: Fix some broken referencesMauro Carvalho Chehab2018-06-1526-37/+37
| * docs: fix broken references with multiple hintsMauro Carvalho Chehab2018-06-157-14/+14
* | Merge tag 'fbdev-v4.18' of git://github.com/bzolnier/linuxLinus Torvalds2018-06-1745-2773/+85
|\ \
| * | fb_omap2: add gpiolib dependencyArnd Bergmann2018-06-081-0/+1
| * | video/omap: add module license tagsArnd Bergmann2018-06-089-0/+36
| * | video: fbdev: pxafb: match_string() conversion fixupBartlomiej Zolnierkiewicz2018-05-151-1/+1
| * | video: fbdev: nvidia: fix spelling mistake: "scaleing" -> "scaling"Colin Ian King2018-05-151-1/+1
| * | video: fbdev: fix spelling mistake: "frambuffer" -> "framebuffer"Colin Ian King2018-05-152-2/+2
| * | video: fbdev: pxafb: Convert to use match_string() helperAndy Shevchenko2018-05-151-6/+4
| * | video: fbdev: via: allow COMPILE_TEST buildBartlomiej Zolnierkiewicz2018-05-157-5/+13
| * | video: fbdev: remove unused sh_mobile_meram driverBartlomiej Zolnierkiewicz2018-05-143-767/+0
| * | drm: shmobile: remove unused MERAM supportBartlomiej Zolnierkiewicz2018-05-147-60/+0
| * | video: fbdev: sh_mobile_lcdcfb: remove unused MERAM supportBartlomiej Zolnierkiewicz2018-05-143-64/+1
| * | video: fbdev: remove unused auo_k190xfb driversBartlomiej Zolnierkiewicz2018-05-146-1816/+0
| * | video: omap: Improve a size determination in omapfb_do_probe()Markus Elfring2018-04-261-1/+1
| * | video: sm501fb: Improve a size determination in sm501fb_probe()Markus Elfring2018-04-261-2/+1
| * | video: fbdev-MMP: Improve a size determination in path_init()Markus Elfring2018-04-261-1/+1
| * | video: fbdev-MMP: Delete an error message for a failed memory allocation in t...Markus Elfring2018-04-262-7/+4
| * | video: auo_k190x: Delete an error message for a failed memory allocation in a...Markus Elfring2018-04-261-1/+0
| * | video: sh_mobile_lcdcfb: Delete an error message for a failed memory allocati...Markus Elfring2018-04-261-6/+2
| * | video: sh_mobile_meram: Delete an error message for a failed memory allocatio...Markus Elfring2018-04-261-3/+1
| * | video: fbdev: sh_mobile_meram: Drop SUPERH platform dependencyGeert Uytterhoeven2018-04-241-1/+1
| * | video: fbdev: omap2: omapfb: displays: simplify getting .drvdataWolfram Sang2018-04-241-12/+6
| * | video: fbdev: simplify getting .drvdataWolfram Sang2018-04-243-16/+8
| * | video: fbdev: core: Change return type to vm_fault_tSouptick Joarder2018-04-241-2/+2
| * | video: fbdev: aty: radeon_pm: Replace mdelay with msleep in radeonfb_pci_suspendJia-Ju Bai2018-04-241-4/+4
| * | video: fbdev: aty: aty128fb: Replace mdelay with msleep in aty128_set_suspendJia-Ju Bai2018-04-241-1/+1
| * | video: fbdev: savage: Replace mdelay with usleep_range in savage_init_hwJia-Ju Bai2018-04-241-4/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-1627-180/+371
|\ \ \
| * | | net: stmmac: Run HWIF Quirks after getting HW capsJose Abreu2018-06-153-7/+10
| * | | net: cxgb3: add error handling for sysfs_create_groupZhouyang Jia2018-06-151-0/+7
| * | | mlxsw: spectrum_switchdev: Fix port_vlan refcountingPetr Machata2018-06-151-1/+3
| * | | mlxsw: spectrum_router: Align with new route replace logicIdo Schimmel2018-06-151-16/+5
| * | | mlxsw: spectrum_router: Allow appending to dev-only routesIdo Schimmel2018-06-151-8/+19
| * | | Merge tag 'mac80211-for-davem-2018-06-15' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-06-151-2/+9
| |\ \ \
| | * | | mac80211_hwsim: fix module init error pathsJohannes Berg2018-06-151-2/+9
| * | | | stmmac: added support for 802.1ad vlan strippingElad Nachman2018-06-151-8/+13
| * | | | hv_netvsc: Fix the variable sizes in ipsecv2 and rsc offloadHaiyang Zhang2018-06-141-13/+13
| |/ / /
| * | | net: emaclite: Remove xemaclite_mdio_setup return checkRadhey Shyam Pandey2018-06-141-3/+1
| * | | net: emaclite: Remove unused 'has_mdio' flag.Radhey Shyam Pandey2018-06-141-2/+0
| * | | net: emaclite: Fix MDIO bus unregister bugRadhey Shyam Pandey2018-06-141-1/+1
| * | | net: emaclite: Fix position of lp->mii_bus assignmentRadhey Shyam Pandey2018-06-141-2/+2
| * | | net: qcom/emac: Add missing of_node_put()YueHaibing2018-06-141-0/+1