summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'media/v5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-07-2229-1929/+1279
|\
| * Revert "media: atomisp: keep the ISP powered on when setting it"Mauro Carvalho Chehab2020-07-191-6/+2
| * media: atomisp: fix mask and shift operation on ISPSSPM0Colin Ian King2020-07-191-1/+1
| * media: atomisp: move system_local consts into a C fileMauro Carvalho Chehab2020-07-193-121/+205
| * media: atomisp: get rid of version-specific system_local.hMauro Carvalho Chehab2020-07-193-350/+194
| * media: atomisp: move global stuff into a common headerMauro Carvalho Chehab2020-07-197-714/+403
| * media: atomisp: remove non-used 32-bits consts at system_localMauro Carvalho Chehab2020-07-195-331/+3
| * media: atomisp: get rid of some unused static varsMauro Carvalho Chehab2020-07-192-68/+0
| * media: atomisp: Fix error code in ov5693_probe()Dan Carpenter2020-07-191-2/+4
| * media: atomisp: Replace trace_printk by pr_infoNicolas Boichat2020-07-191-5/+5
| * media: atomisp: Fix __func__ style warningsBaidyanath Kundu2020-07-191-14/+14
| * media: atomisp: fix help message for ISP2401 selectionMauro Carvalho Chehab2020-07-191-1/+1
| * media: atomisp: i2c: atomisp-ov2680.c: fixed a brace coding style issue.B K Karthik2020-07-181-3/+3
| * media: atomisp: make const arrays static, makes object smallerColin Ian King2020-07-181-3/+3
| * media: atomisp: Clean up non-existing folders from MakefileAndy Shevchenko2020-07-181-5/+0
| * media: atomisp: Get rid of ACPI specifics in gmin_subdev_add()Andy Shevchenko2020-07-181-9/+5
| * media: atomisp: Provide Gmin subdev as parameter to gmin_subdev_add()Andy Shevchenko2020-07-181-27/+24
| * media: atomisp: Use temporary variable for device in gmin_subdev_add()Andy Shevchenko2020-07-181-15/+2
| * media: atomisp: Refactor PMIC detection to a separate functionAndy Shevchenko2020-07-181-23/+36
| * media: atomisp: Deduplicate return ret in gmin_i2c_write()Andy Shevchenko2020-07-181-7/+3
| * media: atomisp: Make pointer to PMIC client globalAndy Shevchenko2020-07-181-2/+3
| * media: atomisp: Don't try to parse unexpected ACPI object typeAndy Shevchenko2020-07-181-0/+4
| * media: atomisp: make platform data more readableAndy Shevchenko2020-07-181-0/+3
| * media: atomisp: Drop global atomisp_dev variable (easy cases)Andy Shevchenko2020-07-184-18/+15
| * media: atomisp: Replace direct access to MMIO with proper helpersAndy Shevchenko2020-07-185-40/+35
| * media: atomisp: Unify pdev to be pointer to struct pci_deviceAndy Shevchenko2020-07-183-151/+127
| * media: atomisp: Get rid of struct pci_dev in struct atomisp_deviceAndy Shevchenko2020-07-185-38/+43
| * media: atomisp: don't pass struct device_driver as parameterAndy Shevchenko2020-07-183-3/+4
| * media: atomisp: Use proper APIs to find I²C client device by ACPI HIDAndy Shevchenko2020-07-181-25/+18
| * media: atomisp: move CCK endpoint address to generic headerAndy Shevchenko2020-07-182-4/+1
| * media: atomisp: Replace last use of Intel MID APIsAndy Shevchenko2020-07-182-4/+2
| * media: atomisp: place all gpio parsing togetherMauro Carvalho Chehab2020-07-181-46/+40
| * media: atomisp: split add from find subdevMauro Carvalho Chehab2020-07-181-2/+4
| * media: atomisp: print info if gpio0 and gpio2 were detectedMauro Carvalho Chehab2020-07-181-0/+4
| * media: atomisp: fix call to g_frame_intervalMauro Carvalho Chehab2020-07-181-1/+1
| * media: atomisp: properly parse CLK PMIC on newer devicesMauro Carvalho Chehab2020-07-181-2/+64
| * media: atomisp: Prepare sensor support for ACPI PMMauro Carvalho Chehab2020-07-181-6/+83
| * media: atomisp: reorganize the code under gmin_subdev_add()Mauro Carvalho Chehab2020-07-181-59/+60
| * media: atomisp: fix the handling of clock numberMauro Carvalho Chehab2020-07-171-7/+42
* | Merge tag 'vfio-v5.8-rc7' of git://github.com/awilliam/linux-vfio into masterLinus Torvalds2020-07-201-0/+5
|\ \
| * | vfio/pci: fix racy on error and request eventfd ctxZeng Tao2020-07-171-0/+5
* | | Merge tag 'irq-urgent-2020-07-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-07-195-8/+14
|\ \ \
| * | | irqdomain/treewide: Keep firmware node unconditionally allocatedThomas Gleixner2020-07-145-8/+14
* | | | Merge tag 'usb-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-07-1916-40/+86
|\ \ \ \
| * \ \ \ Merge tag 'usb-serial-5.8-rc6' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2020-07-161-3/+5
| |\ \ \ \
| | * | | | USB: serial: iuu_phoenix: fix memory corruptionJohan Hovold2020-07-161-3/+5
| * | | | | Merge tag 'fixes-for-v5.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2020-07-108-30/+38
| |\ \ \ \ \
| | * | | | | usb: gadget: function: fix missing spinlock in f_uac1_legacyZhang Qiang2020-07-091-0/+2
| | * | | | | usb: gadget: udc: atmel: fix uninitialized read in debug printkMichał Mirosław2020-07-091-1/+1
| | * | | | | usb: gadget: udc: atmel: remove outdated comment in usba_ep_disable()Michał Mirosław2020-07-091-7/+1