summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sound-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-02-2310-12/+549
|\
| * Merge tag 'asoc-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai2017-02-201-0/+50
| |\
| | *---. Merge remote-tracking branches 'asoc/topic/max9867', 'asoc/topic/mtk', 'asoc/...Mark Brown2017-02-19379-2705/+4288
| | |\ \ \
| | | \ \ \
| | | \ \ \
| | | \ \ \
| | | \ \ \
| | *---. \ \ \ Merge remote-tracking branches 'asoc/topic/atmel', 'asoc/topic/chmap', 'asoc/...Mark Brown2017-02-191-0/+50
| | |\ \ \ \ \ \ | | | | | |/ / / | | | | |/| / / | | | | | |/ /
| | | * | / / misc: atmel-ssc: register as sound DAI if #sound-dai-cells is presentPeter Rosin2016-12-151-0/+50
| | | |/ / /
| * | | | | Merge branch 'for-linus' into for-nextTakashi Iwai2017-02-07265-2021/+2929
| |\ \ \ \ \
| * | | | | | drm/i915: Enable VLV audio chicken bit for LPE audioTakashi Iwai2017-02-032-0/+8
| * | | | | | drm/i915: Pass platform device to LPE audio notifierTakashi Iwai2017-02-011-2/+1
| * | | | | | drm/i915: Pass pipe to LPE audio notificationTakashi Iwai2017-02-013-5/+6
| * | | | | | drm/i915: Avoid MST pipe handling for LPE audioTakashi Iwai2017-02-011-10/+11
| * | | | | | drm/i915: add DisplayPort amp unmute for LPE audio modePierre-Louis Bossart2017-02-012-0/+22
| * | | | | | drm/i915: add DP support in LPE audio modePierre-Louis Bossart2017-02-013-6/+23
| * | | | | | drm/i915: Add support for audio driver notificationsJerome Anand2017-01-254-0/+58
| * | | | | | drm/i915: setup bridge for HDMI LPE audio driverJerome Anand2017-01-258-2/+383
* | | | | | | Merge tag 'gpio-v4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2017-02-2328-572/+1696
|\ \ \ \ \ \ \
| * | | | | | | gpio: pci-idio-16: Fix PCI BAR indexWilliam Breathitt Gray2017-02-131-2/+3
| * | | | | | | gpio: pci-idio-16: Fix PCI device ID codeWilliam Breathitt Gray2017-02-131-1/+1
| * | | | | | | gpio: mockup: implement event injecting over debugfsBartosz Golaszewski2017-02-131-1/+115
| * | | | | | | gpio: mockup: add a dummy irqchipBartosz Golaszewski2017-02-132-0/+81
| * | | | | | | gpio: mockup: implement naming the linesBartosz Golaszewski2017-02-061-0/+35
| * | | | | | | gpio: mockup: code shrinkBartosz Golaszewski2017-02-061-21/+8
| * | | | | | | gpio: mockup: readability tweaksBartosz Golaszewski2017-02-061-57/+66
| * | | | | | | gpio: Add GPIO support for the ACCES PCI-IDIO-16William Breathitt Gray2017-02-063-0/+358
| * | | | | | | Merge branch 'ib-gpiod-flags' into develLinus Walleij2017-02-056-28/+35
| |\ \ \ \ \ \ \
| | * | | | | | | gpio: Add the devm_fwnode_get_index_gpiod_from_child() helperBoris Brezillon2017-02-042-13/+16
| | * | | | | | | gpio: Rename devm_get_gpiod_from_child()Boris Brezillon2017-02-045-23/+27
| * | | | | | | | gpio: mcp23s08: Select REGMAP/REGMAP_I2C to fix build errorAxel Lin2017-02-041-0/+2
| * | | | | | | | gpio: ws16c48: Add support for GPIO namesWilliam Breathitt Gray2017-02-011-1/+18
| * | | | | | | | gpio: gpio-mm: Add support for GPIO namesWilliam Breathitt Gray2017-02-011-1/+14
| * | | | | | | | gpio: 104-idio-16: Add support for GPIO namesWilliam Breathitt Gray2017-02-011-1/+10
| * | | | | | | | gpio: 104-idi-48: Add support for GPIO namesWilliam Breathitt Gray2017-02-011-1/+14
| * | | | | | | | gpio: 104-dio-48e: Add support for GPIO namesWilliam Breathitt Gray2017-02-011-1/+22
| * | | | | | | | gpio: ws16c48: Remove unnecessary driver_data setWilliam Breathitt Gray2017-02-011-2/+0
| * | | | | | | | gpio: gpio-mm: Remove unnecessary driver_data setWilliam Breathitt Gray2017-02-011-2/+0
| * | | | | | | | gpio: 104-idio-16: Remove unnecessary driver_data setWilliam Breathitt Gray2017-02-011-2/+0
| * | | | | | | | gpio: 104-idi-48: Remove unnecessary driver_data setWilliam Breathitt Gray2017-02-011-2/+0
| * | | | | | | | gpio: 104-dio-48e: Remove unnecessary driver_data setWilliam Breathitt Gray2017-02-011-2/+0
| * | | | | | | | gpiolib: Fix a WARN_ON that can never triggerChristophe JAILLET2017-01-311-2/+1
| * | | | | | | | gpio: mcp23s08: use regmapSebastian Reichel2017-01-301-190/+130
| * | | | | | | | gpio: ws16c48: Utilize devm_ functions in driver probe callbackWilliam Breathitt Gray2017-01-261-23/+5
| * | | | | | | | gpio: gpio-mm: Utilize devm_ functions in driver probe callbackWilliam Breathitt Gray2017-01-261-11/+1
| * | | | | | | | gpio: 104-idio-16: Utilize devm_ functions in driver probe callbackWilliam Breathitt Gray2017-01-261-22/+5
| * | | | | | | | gpio: 104-idi-48: Utilize devm_ functions in driver probe callbackWilliam Breathitt Gray2017-01-261-23/+5
| * | | | | | | | gpio: 104-dio-48e: Utilize devm_ functions in driver probe callbackWilliam Breathitt Gray2017-01-261-22/+5
| * | | | | | | | Merge branch 'ib-pinctrl-genprops' of /home/linus/linux-pinctrl into develLinus Walleij2017-01-2643-198/+347
| |\ \ \ \ \ \ \ \
| * | | | | | | | | gpio: exar: add gpio for exar cardsSudip Mukherjee2017-01-263-0/+208
| * | | | | | | | | gpio: ws16c48: Add set_multiple callback function supportWilliam Breathitt Gray2017-01-261-0/+41
| * | | | | | | | | gpio: gpio-mm: Add set_multiple callback function supportWilliam Breathitt Gray2017-01-261-0/+39
| * | | | | | | | | gpio: 104-idio-16: Add set_multiple callback function supportWilliam Breathitt Gray2017-01-261-0/+20
| * | | | | | | | | gpio: 104-dio-48e: Add set_multiple callback function supportWilliam Breathitt Gray2017-01-261-0/+39