summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* gpio: present the consumer of a line to userspaceLinus Walleij2016-02-251-4/+4
* gpio: fix abi regression in sysfsBamvor Jian Zhang2016-02-251-1/+11
* gpio: mb86s7x: Allow compile test buildAxel Lin2016-02-251-1/+1
* gpio: pisosr: Use gpiod_set_value_cansleep in pisosr_gpio_refresh()Axel Lin2016-02-251-2/+2
* gpio: pisosr: Use devm_gpiod_get_optional for gpio->load_gpioAxel Lin2016-02-251-7/+4
* gpio: xgene: fix type of variable containing error codesAndrzej Hajda2016-02-251-1/+1
* gpio: rcar: Use ARCH_RENESASSimon Horman2016-02-251-1/+1
* gpio: ts4800: Drop redundant code to set already initialized gpio_chip fieldsAxel Lin2016-02-251-2/+0
* gpio: brcmstb: Use list_for_each_entry at appropriate placesAxel Lin2016-02-251-9/+4
* gpio: ath79: Check valid gpio count for both DT and non-DT casesAxel Lin2016-02-251-4/+5
* gpio: Propagate all errors in devm_get_gpiod_from_child()Geert Uytterhoeven2016-02-251-1/+1
* gpio: fixup line flags for userspace ABILinus Walleij2016-02-221-7/+9
* gpiolib: fix crash when gpiochip removedBamvor Jian Zhang2016-02-201-3/+2
* gpio: pisosr: add missing unlockSudip Mukherjee2016-02-191-3/+1
* gpio: xgene: Enable X-Gene standby GPIO as interrupt controllerQuan Nguyen2016-02-191-32/+233
* gpio: add userspace ABI for GPIO line informationLinus Walleij2016-02-191-2/+49
* gpio: store reflect the label to userspaceLinus Walleij2016-02-192-0/+16
* gpio: tps65218: remove unused #includeLinus Walleij2016-02-191-1/+0
* gpio: ks8695: remove irq_to_gpio functionArnd Bergmann2016-02-191-12/+0
* gpio: use kzalloc to allocate gpio_deviceJosh Cartwright2016-02-181-1/+1
* gpio-mcp23s08: correctly handling failed allocationInsu Yun2016-02-161-0/+2
* gpio: tps65218: Make tps65218_gpio_output set proper output levelAxel Lin2016-02-161-0/+1
* gpio: tpic2810: Make tpic2810_direction_output set proper output levelAxel Lin2016-02-161-0/+3
* gpio: create an API to detect open drain/source on linesLinus Walleij2016-02-162-5/+22
* gpio: davinci: Fix possible NULL pointer deferenceNicholas Krause2016-02-161-0/+2
* gpio: Include linux/gpio.h instead of asm/gpio.hBjorn Helgaas2016-02-161-1/+0
* gpio: TS-4800: remove useless bgpio_init flagsJulien Grossholtz2016-02-161-2/+1
* gpio: move the subdriver data pointer into gpio_deviceLinus Walleij2016-02-162-2/+17
* gpio: move the pin ranges into gpio_deviceLinus Walleij2016-02-163-14/+24
* gpio: ws16c48: Use devm_request_regionWilliam Breathitt Gray2016-02-161-17/+8
* gpio: sch311x: Use devm_request_regionWilliam Breathitt Gray2016-02-161-5/+3
* gpio: ich: Use devm_request_regionWilliam Breathitt Gray2016-02-161-42/+9
* gpio: amd8111: Use devm_request_regionWilliam Breathitt Gray2016-02-161-4/+3
* gpio: 104-idio-16: Use devm_request_regionWilliam Breathitt Gray2016-02-161-17/+8
* gpio: 104-idi-48: Use devm_request_regionWilliam Breathitt Gray2016-02-161-17/+8
* gpio: 104-dio-48e: Use devm_request_regionWilliam Breathitt Gray2016-02-161-17/+8
* gpio: misc: Pass correct license string to MODULE_LICENSEWilliam Breathitt Gray2016-02-164-4/+4
* gpio: reference count the gpio device for each descLinus Walleij2016-02-111-2/+6
* gpio: reflect base and ngpio into gpio_deviceLinus Walleij2016-02-113-130/+149
* gpio/pinctrl: sunxi: stop poking around in private varsLinus Walleij2016-02-111-0/+9
* gpio: move descriptors into gpio_deviceLinus Walleij2016-02-113-33/+26
* gpio: move sysfs mock device to the gpio_deviceLinus Walleij2016-02-113-17/+21
* gpio: remember to finally free gpio_deviceLinus Walleij2016-02-111-0/+1
* gpio: add tps65218 gpioNicolas Saenz Julienne2016-02-113-0/+231
* gpio: Add driver for TI TPIC2810Andrew F. Davis2016-02-103-0/+176
* gpio: Add driver for SPI serializersAndrew F. Davis2016-02-103-0/+195
* gpio: ath79: Update the copyright noticeAlban Bedel2016-02-101-2/+1
* gpio: ath79: Add support for the interrupt controllerAlban Bedel2016-02-102-0/+206
* gpio: ath79: Make the driver removableAlban Bedel2016-02-101-0/+10
* gpio: ath79: Allow building in compile testsAlban Bedel2016-02-102-2/+5
OpenPOWER on IntegriCloud