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