aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-04Revert "gpiolib: Split GPIO flags parsing and GPIO configuration"Johan Hovold1-36/+16
2016-06-17gpio: make library immune to error pointersLinus Walleij1-3/+11
2016-06-17gpio: make sure gpiod_to_irq() returns negative on NULL descLinus Walleij1-1/+8
2016-06-08gpiolib: Fix unaligned used of reference countersRicardo Ribalda Delgado1-2/+2
2016-06-08gpiolib: Fix NULL pointer deferenceRicardo Ribalda Delgado1-1/+1
2016-05-30gpio: drop lock before reading GPIO directionLinus Walleij1-2/+2
2016-05-30gpio: bail out silently on NULL descriptorsLinus Walleij1-3/+8
2016-05-30gpio: handle compatible ioctl() pointersLinus Walleij1-2/+13
2016-05-30gpio: flush direction status in gpiochip_lock_as_irq()Linus Walleij1-4/+17
2016-05-17Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-42/+91
2016-05-02gpio: make gpiod_to_irq() return negative for NO_IRQLinus Walleij1-3/+12
2016-04-30gpio: set up initial state from .get_direction()Linus Walleij1-7/+24
2016-04-26gpio: move gpiod_set_array_value_priv()Linus Walleij1-12/+12
2016-04-14gpio: gpiolib: Print error number if gpio hog failedLaxman Dewangan1-5/+6
2016-04-08gpiolib: Defer gpio device setup until after gpiolib initializationGuenter Roeck1-31/+67
2016-04-08gpiolib: Do not use devm functions when registering gpio chipGuenter Roeck1-7/+12
2016-04-08gpio / ACPI: ignore GpioInt() GPIOs when requesting GPIO_OUT_*Dmitry Torokhov1-4/+12
2016-04-05gpio: support native single-ended hardware driversLinus Walleij1-15/+37
2016-03-16gpiolib: Fix comment referring to gpio_*() in gpiod_*()Geert Uytterhoeven1-2/+2
2016-03-08Merge branch 'devm-gpiochip-add-data' into develLinus Walleij1-0/+74
2016-03-07gpiolib: rewrite gpiodev_add_to_listBamvor Jian Zhang1-40/+25
2016-02-25gpio: present the consumer of a line to userspaceLinus Walleij1-4/+4
2016-02-23gpio: Add devm_ apis for gpiochip_add_data and gpiochip_removeLaxman Dewangan1-0/+74
2016-02-22gpio: fixup line flags for userspace ABILinus Walleij1-7/+9
2016-02-20gpiolib: fix crash when gpiochip removedBamvor Jian Zhang1-3/+2
2016-02-19gpio: add userspace ABI for GPIO line informationLinus Walleij1-2/+49
2016-02-19gpio: store reflect the label to userspaceLinus Walleij1-0/+13
2016-02-18gpio: use kzalloc to allocate gpio_deviceJosh Cartwright1-1/+1
2016-02-16gpio: create an API to detect open drain/source on linesLinus Walleij1-0/+18
2016-02-16gpio: move the subdriver data pointer into gpio_deviceLinus Walleij1-2/+15
2016-02-16gpio: move the pin ranges into gpio_deviceLinus Walleij1-5/+5
2016-02-11gpio: reference count the gpio device for each descLinus Walleij1-2/+6
2016-02-11gpio: reflect base and ngpio into gpio_deviceLinus Walleij1-122/+135
2016-02-11gpio/pinctrl: sunxi: stop poking around in private varsLinus Walleij1-0/+9
2016-02-11gpio: move descriptors into gpio_deviceLinus Walleij1-31/+22
2016-02-11gpio: move sysfs mock device to the gpio_deviceLinus Walleij1-2/+2
2016-02-11gpio: remember to finally free gpio_deviceLinus Walleij1-0/+1
2016-02-09gpio: add a userspace chardev ABI for GPIOsLinus Walleij1-1/+124
2016-02-09gpio: refer to gpio device in prints and debugfsLinus Walleij1-3/+3
2016-02-09gpio: make the gpiochip a real deviceLinus Walleij1-68/+164
2016-01-17Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-42/+68
2016-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-0/+3
2016-01-13gpiolib: fix chip order in gpio listJulien Grossholtz1-2/+4
2016-01-05gpio: fix misleading commentLinus Walleij1-1/+1
2016-01-05gpio: add a data pointer to gpio_chipLinus Walleij1-4/+6
2016-01-01ACPI / gpio: Add irq_type when a GPIO is used as an interruptChristophe RICARD1-2/+2
2015-12-27gpio: fix warning about iteratorSudip Mukherjee1-8/+12
2015-12-26Revert "gpio: revert get() to non-errorprogating behaviour"Linus Walleij1-7/+1
2015-12-21Merge tag 'v4.4-rc6' into develLinus Walleij1-2/+8
2015-12-17gpio: revert get() to non-errorprogating behaviourLinus Walleij1-1/+7