summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* char: xilinx_hwicap: Fix kernel doc warningsNava kishore Manne2017-08-282-2/+9
* Merge tag 'extcon-next-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2017-08-2811-196/+603
|\
| * extcon: max77693: Allow MHL attach notifierMaciej Purski2017-08-251-3/+2
| * extcon: Correct description to improve the readabilityChanwoo Choi2017-08-162-166/+158
| * extcon: Remove unused CABLE_NAME_MAX definitionChanwoo Choi2017-08-161-1/+0
| * Merge branch 'ib-extcon-usb-phy-4.14' into extcon-nextChanwoo Choi2017-08-164-23/+15
| |\
| | * usb: gadget: udc: Replace the deprecated extcon APIChanwoo Choi2017-08-161-3/+3
| | * phy: phy-bcm-ns2-usbdrd: Replace the deprecated extcon APIChanwoo Choi2017-08-161-4/+4
| | * phy: rockchip-inno-usb2: Replace the extcon APIChanwoo Choi2017-08-031-5/+5
| | * phy: qcom-usb-hs: Replace the extcon APIChanwoo Choi2017-07-161-11/+3
| * | extcon: cros-ec: Fix a potential NULL pointer dereferenceChristophe JAILLET2017-08-071-0/+2
| * | extcon: Convert to using %pOF instead of full_nameRob Herring2017-07-191-2/+2
| * | Merge remote-tracking branch 'origin/ib-extcon-mfd-4.14' into extcon-nextChanwoo Choi2017-07-173-0/+423
| |\ \
| | * | extcon: cros-ec: Add extcon-cros-ec driver to support display outBenson Leung2017-07-173-0/+423
| | |/
| * / extcon: int3496: Constify acpi_device_idArvind Yadav2017-07-161-1/+1
| |/
* | Merge tag 'stm-for-greg-20170825' of git://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2017-08-289-151/+561
|\ \
| * | intel_th: Perform time resync on capture startAlexander Shishkin2017-08-255-9/+82
| * | intel_th: Add global activate/deactivate callbacks for the glue layersAlexander Shishkin2017-08-252-4/+24
| * | intel_th: pci: Use drvdata for quirksAlexander Shishkin2017-08-253-10/+26
| * | intel_th: pci: Add Cannon Lake PCH-LP supportAlexander Shishkin2017-08-251-0/+5
| * | intel_th: pci: Add Cannon Lake PCH-H supportAlexander Shishkin2017-08-251-0/+5
| * | intel_th: pti: Support Low Power Path output port typeAlexander Shishkin2017-08-252-5/+118
| * | intel_th: Enumerate Low Power Path output port typeAlexander Shishkin2017-08-252-1/+17
| * | intel_th: msu: Use the real device in case of IOMMU domain allocationAlexander Shishkin2017-08-251-6/+6
| * | intel_th: Make the switch allocate its subdevicesAlexander Shishkin2017-08-253-88/+230
| * | intel_th: Make SOURCE devices children of the root deviceAlexander Shishkin2017-08-252-18/+27
| * | intel_th: Streamline the subdevice tree accessorsAlexander Shishkin2017-08-252-16/+24
| * | intel_th: Output devices without ports don't need assigningAlexander Shishkin2017-08-251-11/+12
| * | intel_th: pci: Enable bus masteringAlexander Shishkin2017-08-251-0/+2
| * | stm: Potential read overflow in stm_char_policy_set_ioctl()Dan Carpenter2017-08-251-1/+1
| |/
* | vmci: fix duplicated code for different branchesGustavo A. R. Silva2017-08-281-8/+2
* | misc: apds9802als: constify i2c_device_idArvind Yadav2017-08-281-1/+1
* | misc: hmc6352: constify i2c_device_idArvind Yadav2017-08-281-1/+1
* | misc: isl29020: constify i2c_device_idArvind Yadav2017-08-281-1/+1
* | misc: Convert to using %pOF instead of full_nameRob Herring2017-08-282-10/+10
* | misc: apds9802als: constify attribute_group structures.Arvind Yadav2017-08-281-1/+1
* | misc: apds990x: constify attribute_group structures.Arvind Yadav2017-08-281-1/+1
* | misc: bh1770glc: constify attribute_group structures.Arvind Yadav2017-08-281-1/+1
* | misc: isl29020: constify attribute_group structures.Arvind Yadav2017-08-281-1/+1
* | misc: lis3lv02d: constify attribute_group structures.Arvind Yadav2017-08-281-1/+1
* | misc: ti-st: constify attribute_group structures.Arvind Yadav2017-08-281-1/+1
* | MISC: add const to bin_attribute structuresBhumika Goyal2017-08-284-4/+4
* | misc: pch_phub: constify pci_device_id.Arvind Yadav2017-08-281-1/+1
* | misc: hpilo: constify pci_device_id.Arvind Yadav2017-08-281-1/+1
* | misc: tifm: constify pci_device_id.Arvind Yadav2017-08-281-1/+1
* | misc: ioc4: constify pci_device_id.Arvind Yadav2017-08-281-1/+1
* | misc: eeprom_93xx46: Simplify the usage of gpiod APIFabio Estevam2017-08-281-17/+7
* | firmware: vpd: use memunmap instead of iounmapPan Bian2017-08-281-5/+5
* | android: binder: Add shrinker tracepointsSherry Yang2017-08-282-2/+80
* | android: binder: Add global lru shrinker to binderSherry Yang2017-08-284-40/+225