summaryrefslogtreecommitdiffstats
path: root/arch/hexagon/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
2016-02-19ARM: simpad: switch to gpiochip_add_data()Linus Walleij1-2/+2
2016-02-19ARM: s3c24xx: switch to gpiochip_add_data()Linus Walleij1-1/+1
2016-02-19ARM: ixp4xx: switch to gpiochip_add_data()Linus Walleij1-2/+2
2016-02-19ARM: imx: switch to gpiochip_add_data()Linus Walleij1-1/+3
2016-02-19ARM: gemini: switch to gpiochip_add_data()Linus Walleij1-2/+2
2016-02-19ARM: scoop: use gpiochip data pointerLinus Walleij1-5/+5
2016-02-19pinctrl: cygnus-gpio: use gpiochip data pointerLinus Walleij1-19/+14
2016-02-19gpio: add userspace ABI for GPIO line informationLinus Walleij4-14/+156
2016-02-19gpio: store reflect the label to userspaceLinus Walleij5-3/+22
2016-02-19gpio: tps65218: remove unused #includeLinus Walleij1-1/+0
2016-02-19gpio: allow setting ARCH_NR_GPIOS from KconfigArnd Bergmann1-0/+4
2016-02-19gpio: ks8695: remove irq_to_gpio functionArnd Bergmann1-12/+0
2016-02-19gpio: remove broken irq_to_gpio() interfaceArnd Bergmann1-12/+0
2016-02-19MIPS: jz4740: Fix surviving instance of irq_to_gpio()Ralf Baechle1-1/+1
2016-02-18gpio: use kzalloc to allocate gpio_deviceJosh Cartwright1-1/+1
2016-02-16gpio-mcp23s08: correctly handling failed allocationInsu Yun1-0/+2
2016-02-16gpio: tps65218: Make tps65218_gpio_output set proper output levelAxel Lin1-0/+1
2016-02-16gpio: tpic2810: Make tpic2810_direction_output set proper output levelAxel Lin1-0/+3
2016-02-16gpio: create an API to detect open drain/source on linesLinus Walleij3-5/+26
2016-02-16gpio: davinci: Fix possible NULL pointer deferenceNicholas Krause1-0/+2
2016-02-16gpio: Remove unused asm/gpio.h filesBjorn Helgaas9-36/+0
2016-02-16gpio: Include linux/gpio.h instead of asm/gpio.hBjorn Helgaas24-29/+18
2016-02-16gpio: TS-4800: remove useless bgpio_init flagsJulien Grossholtz1-2/+1
2016-02-16gpio: move the subdriver data pointer into gpio_deviceLinus Walleij3-8/+18
2016-02-16gpio: move the pin ranges into gpio_deviceLinus Walleij4-23/+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 Walleij3-2/+12
2016-02-11gpio: move descriptors into gpio_deviceLinus Walleij4-35/+26
2016-02-11gpio: move sysfs mock device to the gpio_deviceLinus Walleij4-19/+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-09gpio: ABI: mark the sysfs ABI as obsoleteLinus Walleij2-1/+4
2016-02-09gpio: add a userspace character device ABILinus Walleij2-0/+27