summary refs log tree commit diff
path: root/drivers
AgeCommit message (Expand)Author
2016-02-25gpio: fix abi regression in sysfsBamvor Jian Zhang
2016-02-25gpio: mb86s7x: Allow compile test buildAxel Lin
2016-02-25gpio: pisosr: Use gpiod_set_value_cansleep in pisosr_gpio_refresh()Axel Lin
2016-02-25gpio: pisosr: Use devm_gpiod_get_optional for gpio->load_gpioAxel Lin
2016-02-25gpio: xgene: fix type of variable containing error codesAndrzej Hajda
2016-02-25gpio: rcar: Use ARCH_RENESASSimon Horman
2016-02-25gpio: ts4800: Drop redundant code to set already initialized gpio_chip fieldsAxel Lin
2016-02-25gpio: brcmstb: Use list_for_each_entry at appropriate placesAxel Lin
2016-02-25gpio: ath79: Check valid gpio count for both DT and non-DT casesAxel Lin
2016-02-25gpio: Propagate all errors in devm_get_gpiod_from_child()Geert Uytterhoeven
2016-02-22gpio: fixup line flags for userspace ABILinus Walleij
2016-02-20gpiolib: fix crash when gpiochip removedBamvor Jian Zhang
2016-02-19gpio: pisosr: add missing unlockSudip Mukherjee
2016-02-19gpio: xgene: Enable X-Gene standby GPIO as interrupt controllerQuan Nguyen
2016-02-19pinctrl: cygnus-gpio: use gpiochip data pointerLinus Walleij
2016-02-19gpio: add userspace ABI for GPIO line informationLinus Walleij
2016-02-19gpio: store reflect the label to userspaceLinus Walleij
2016-02-19gpio: tps65218: remove unused #includeLinus Walleij
2016-02-19gpio: ks8695: remove irq_to_gpio functionArnd Bergmann
2016-02-18gpio: use kzalloc to allocate gpio_deviceJosh Cartwright
2016-02-16gpio-mcp23s08: correctly handling failed allocationInsu Yun
2016-02-16gpio: tps65218: Make tps65218_gpio_output set proper output levelAxel Lin
2016-02-16gpio: tpic2810: Make tpic2810_direction_output set proper output levelAxel Lin
2016-02-16gpio: create an API to detect open drain/source on linesLinus Walleij
2016-02-16gpio: davinci: Fix possible NULL pointer deferenceNicholas Krause
2016-02-16gpio: Include linux/gpio.h instead of asm/gpio.hBjorn Helgaas
2016-02-16gpio: TS-4800: remove useless bgpio_init flagsJulien Grossholtz
2016-02-16gpio: move the subdriver data pointer into gpio_deviceLinus Walleij
2016-02-16gpio: move the pin ranges into gpio_deviceLinus Walleij
2016-02-16pinctrl: sirf/atlas7: stop poking around in GPIO internalsLinus Walleij
2016-02-16gpio: ws16c48: Use devm_request_regionWilliam Breathitt Gray
2016-02-16gpio: sch311x: Use devm_request_regionWilliam Breathitt Gray
2016-02-16gpio: ich: Use devm_request_regionWilliam Breathitt Gray
2016-02-16gpio: amd8111: Use devm_request_regionWilliam Breathitt Gray
2016-02-16gpio: 104-idio-16: Use devm_request_regionWilliam Breathitt Gray
2016-02-16gpio: 104-idi-48: Use devm_request_regionWilliam Breathitt Gray
2016-02-16gpio: 104-dio-48e: Use devm_request_regionWilliam Breathitt Gray
2016-02-16gpio: misc: Pass correct license string to MODULE_LICENSEWilliam Breathitt Gray
2016-02-11gpio: reference count the gpio device for each descLinus Walleij
2016-02-11gpio: reflect base and ngpio into gpio_deviceLinus Walleij
2016-02-11gpio/pinctrl: sunxi: stop poking around in private varsLinus Walleij
2016-02-11gpio: move descriptors into gpio_deviceLinus Walleij
2016-02-11gpio: move sysfs mock device to the gpio_deviceLinus Walleij
2016-02-11gpio: remember to finally free gpio_deviceLinus Walleij
2016-02-11gpio: add tps65218 gpioNicolas Saenz Julienne
2016-02-10gpio: Add driver for TI TPIC2810Andrew F. Davis
2016-02-10gpio: Add driver for SPI serializersAndrew F. Davis
2016-02-10gpio: ath79: Update the copyright noticeAlban Bedel
2016-02-10gpio: ath79: Add support for the interrupt controllerAlban Bedel
2016-02-10gpio: ath79: Make the driver removableAlban Bedel