summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-02-16gpio: Include linux/gpio.h instead of asm/gpio.hBjorn Helgaas13-18/+8
2016-02-16gpio: TS-4800: remove useless bgpio_init flagsJulien Grossholtz1-2/+1
2016-02-16gpio: move the subdriver data pointer into gpio_deviceLinus Walleij2-2/+17
2016-02-16gpio: move the pin ranges into gpio_deviceLinus Walleij3-14/+24
2016-02-16pinctrl: sirf/atlas7: stop poking around in GPIO internalsLinus Walleij1-18/+0
2016-02-16gpio: ws16c48: Use devm_request_regionWilliam Breathitt Gray1-17/+8
2016-02-16gpio: sch311x: Use devm_request_regionWilliam Breathitt Gray1-5/+3
2016-02-16gpio: ich: Use devm_request_regionWilliam Breathitt Gray1-42/+9
2016-02-16gpio: amd8111: Use devm_request_regionWilliam Breathitt Gray1-4/+3
2016-02-16gpio: 104-idio-16: Use devm_request_regionWilliam Breathitt Gray1-17/+8
2016-02-16gpio: 104-idi-48: Use devm_request_regionWilliam Breathitt Gray1-17/+8
2016-02-16gpio: 104-dio-48e: Use devm_request_regionWilliam Breathitt Gray1-17/+8
2016-02-16gpio: misc: Pass correct license string to MODULE_LICENSEWilliam Breathitt Gray4-4/+4
2016-02-11gpio: reference count the gpio device for each descLinus Walleij1-2/+6
2016-02-11gpio: reflect base and ngpio into gpio_deviceLinus Walleij3-130/+149
2016-02-11gpio/pinctrl: sunxi: stop poking around in private varsLinus Walleij2-2/+11
2016-02-11gpio: move descriptors into gpio_deviceLinus Walleij3-33/+26
2016-02-11gpio: move sysfs mock device to the gpio_deviceLinus Walleij3-17/+21
2016-02-11gpio: remember to finally free gpio_deviceLinus Walleij1-0/+1
2016-02-11gpio: add tps65218 gpioNicolas Saenz Julienne3-0/+231
2016-02-10gpio: Add driver for TI TPIC2810Andrew F. Davis3-0/+176
2016-02-10gpio: Add driver for SPI serializersAndrew F. Davis3-0/+195
2016-02-10gpio: ath79: Update the copyright noticeAlban Bedel1-2/+1
2016-02-10gpio: ath79: Add support for the interrupt controllerAlban Bedel2-0/+206
2016-02-10gpio: ath79: Make the driver removableAlban Bedel1-0/+10
2016-02-10gpio: ath79: Allow building in compile testsAlban Bedel2-2/+5
2016-02-10gpio: ath79: Move to the generic GPIO driverAlban Bedel3-113/+24
2016-02-09Merge branch 'chardev' into develLinus Walleij3-83/+331
2016-02-09gpio: add a userspace chardev ABI for GPIOsLinus Walleij2-1/+126
2016-02-09gpio: refer to gpio device in prints and debugfsLinus Walleij2-9/+9
2016-02-09gpio: make the gpiochip a real deviceLinus Walleij3-74/+197
2016-02-08drivers/gpio: Switch gpio-mpc8xxx to use gpio-genericLiu Gang1-159/+100
2016-02-08Merge branch 'error-return-from-get' into develLinus Walleij1-1/+1
2016-02-05gpio: add TS-4800 fpga GPIO supportJulien Grossholtz3-0/+102
2016-01-28gpio: davinci: use irq_data_get_chip_typeGeliang Tang1-2/+1
2016-01-28gpio/qoriq: Add qoriq platforms supportLiu Gang1-3/+5
2016-01-28gpio-f7188x: Add F81866 GPIO supportsPeter Hung2-5/+26
2016-01-28gpio: Add GPIO support for the ACCES 104-DIO-48EWilliam Breathitt Gray3-0/+449
2016-01-28gpio: Add GPIO support for the WinSystems WS16C48William Breathitt Gray3-0/+446
2016-01-28gpio: 104-idi-48: Allow IRQ sharingWilliam Breathitt Gray1-1/+2
2016-01-25powerpc: qe_lib/gpio: Be sure to clamp return valueLinus Walleij1-1/+1
2016-01-24Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds4-5/+333
2016-01-24Merge tag 'platform-drivers-x86-v4.5-2' of git://git.infradead.org/users/dvha...Linus Torvalds2-0/+9
2016-01-24Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds7-39/+297
2016-01-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-2/+1
2016-01-24ideapad-laptop: Add Lenovo Yoga 700 to no_hw_rfkill dmi listJosh Boyer1-0/+7
2016-01-24intel_telemetry_debugfs: Fix unused warnings in telemetry debugfsSouvik Kumar Chakravarty1-0/+2
2016-01-24MIPS: bcm963xx: Move extended flash address to bcm_tag header fileSimon Arlott1-4/+2
2016-01-24MIPS: bcm963xx: Move Broadcom BCM963xx image tag data structureSimon Arlott1-1/+1
2016-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds129-4144/+5686