summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpiolib-sysfs.c
Commit message (Expand)AuthorAge
* gpio: sysfs: avoid using kstrtol() in 'value' attribute writeChristophe Leroy2017-12-20
* gpio: sysfs: don't use sprintf() for 'value' attributeChristophe Leroy2017-12-20
* gpio: sysfs: correct error handling on 'value' attribute read.Christophe Leroy2017-12-20
* gpio: sysfs: change 'value' attribute to preallocChristophe Leroy2017-12-20
* gpio: gpiolib: Generalise state persistence beyond sleepAndrew Jeffery2017-12-02
* Merge tag 'gpio-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2017-09-05
|\
| * gpio: sysfs: Fixup kerneldocThierry Reding2017-08-14
* | gpio: reject invalid gpio before getting gpio_descMasami Hiramatsu2017-08-14
|/
* gpio: use class_groups instead of class_attrsGreg Kroah-Hartman2017-06-09
* gpio: fix documentation for gpiod_unexportAmitesh Singh2016-09-12
* gpio: fix abi regression in sysfsBamvor Jian Zhang2016-02-25
* gpio: reflect base and ngpio into gpio_deviceLinus Walleij2016-02-11
* gpio: move descriptors into gpio_deviceLinus Walleij2016-02-11
* gpio: move sysfs mock device to the gpio_deviceLinus Walleij2016-02-11
* gpio: make the gpiochip a real deviceLinus Walleij2016-02-09
* gpio: change member .dev to .parentLinus Walleij2015-11-19
* gpio: sysfs: move irq trigger flags to class-device dataJohan Hovold2015-05-12
* gpio: sysfs: remove FLAG_SYSFS_DIRJohan Hovold2015-05-12
* gpio: sysfs: rename active-low helperJohan Hovold2015-05-12
* gpio: sysfs: fix race between gpiod export and unexportJohan Hovold2015-05-12
* gpio: sysfs: use per-gpio lockingJohan Hovold2015-05-12
* gpio: sysfs: clean up gpiod_export_link lockingJohan Hovold2015-05-12
* gpio: sysfs: clean up edge_storeJohan Hovold2015-05-12
* gpio: sysfs: split irq allocation and deallocationJohan Hovold2015-05-12
* gpio: sysfs: only call irq helper if neededJohan Hovold2015-05-12
* gpio: sysfs: clean up interrupt-interface implementationJohan Hovold2015-05-12
* gpio: sysfs: remove redundant gpio-descriptor parametersJohan Hovold2015-05-12
* gpio: sysfs: add gpiod class-device dataJohan Hovold2015-05-12
* gpio: sysfs: remove redundant export testsJohan Hovold2015-05-12
* gpio: sysfs: release irq after class-device deregistrationJohan Hovold2015-05-12
* gpio: sysfs: use DEVICE_ATTR macrosJohan Hovold2015-05-12
* gpio: remove gpiod_sysfs_set_active_lowJohan Hovold2015-05-12
* gpio: sysfs: rename gpiochip registration functionsJohan Hovold2015-05-12
* gpio: sysfs: clean up chip class-device handlingJohan Hovold2015-05-12
* gpio: sysfs: reduce gpiochip-export locking scopeJohan Hovold2015-05-12
* gpio: sysfs: preparatory clean upsJohan Hovold2015-05-12
* gpio: sysfs: fix redundant lock-as-irq handlingJohan Hovold2015-05-12
* gpio: sysfs: fix memory leaks and device hotplugJohan Hovold2015-04-29
* gpio: sysfs: fix memory leak in gpiod_sysfs_set_active_lowJohan Hovold2015-01-30
* gpio: sysfs: fix memory leak in gpiod_export_linkJohan Hovold2015-01-30
* gpio: sysfs: fix gpio attribute-creation raceJohan Hovold2015-01-15
* gpio: sysfs: fix gpio device-attribute leakJohan Hovold2015-01-15
* gpio: sysfs: fix gpio-chip device-attribute leakJohan Hovold2015-01-15
* gpio: remove const modifier from gpiod_get_direction()Alexandre Courbot2014-11-28
* gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irqAlexandre Courbot2014-10-28
* gpio: remove useless check in gpiolib_sysfs_init()Alexandre Courbot2014-07-24
* gpio: remove gpiod_lock/unlock_as_irq()Alexandre Courbot2014-07-23
* gpio: simplify gpiochip_export()Alexandre Courbot2014-07-23
* gpio: move sysfs support to its own fileAlexandre Courbot2014-07-09