aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib-sysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-25gpio: Use SPDX header for core libraryLinus Walleij1-0/+1
2018-09-17gpio: Get rid of legacy headerLinus Walleij1-8/+2
2017-12-20gpio: sysfs: avoid using kstrtol() in 'value' attribute writeChristophe Leroy1-2/+7
2017-12-20gpio: sysfs: don't use sprintf() for 'value' attributeChristophe Leroy1-1/+3
2017-12-20gpio: sysfs: correct error handling on 'value' attribute read.Christophe Leroy1-1/+5
2017-12-20gpio: sysfs: change 'value' attribute to preallocChristophe Leroy1-1/+1
2017-12-02gpio: gpiolib: Generalise state persistence beyond sleepAndrew Jeffery1-5/+9
2017-09-05Merge tag 'gpio-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-4/+4
2017-08-14gpio: sysfs: Fixup kerneldocThierry Reding1-4/+4
2017-08-14gpio: reject invalid gpio before getting gpio_descMasami Hiramatsu1-2/+8
2017-06-09gpio: use class_groups instead of class_attrsGreg Kroah-Hartman1-5/+8
2016-09-12gpio: fix documentation for gpiod_unexportAmitesh Singh1-2/+2
2016-02-25gpio: fix abi regression in sysfsBamvor Jian Zhang1-1/+11
2016-02-11gpio: reflect base and ngpio into gpio_deviceLinus Walleij1-6/+6
2016-02-11gpio: move descriptors into gpio_deviceLinus Walleij1-1/+1
2016-02-11gpio: move sysfs mock device to the gpio_deviceLinus Walleij1-11/+12
2016-02-09gpio: make the gpiochip a real deviceLinus Walleij1-5/+7
2015-11-19gpio: change member .dev to .parentLinus Walleij1-2/+3
2015-05-12gpio: sysfs: move irq trigger flags to class-device dataJohan Hovold1-23/+24
2015-05-12gpio: sysfs: remove FLAG_SYSFS_DIRJohan Hovold1-8/+7
2015-05-12gpio: sysfs: rename active-low helperJohan Hovold1-2/+2
2015-05-12gpio: sysfs: fix race between gpiod export and unexportJohan Hovold1-25/+26
2015-05-12gpio: sysfs: use per-gpio lockingJohan Hovold1-18/+34
2015-05-12gpio: sysfs: clean up gpiod_export_link lockingJohan Hovold1-20/+8
2015-05-12gpio: sysfs: clean up edge_storeJohan Hovold1-5/+7
2015-05-12gpio: sysfs: split irq allocation and deallocationJohan Hovold1-37/+37
2015-05-12gpio: sysfs: only call irq helper if neededJohan Hovold1-5/+14
2015-05-12gpio: sysfs: clean up interrupt-interface implementationJohan Hovold1-36/+18
2015-05-12gpio: sysfs: remove redundant gpio-descriptor parametersJohan Hovold1-13/+11
2015-05-12gpio: sysfs: add gpiod class-device dataJohan Hovold1-16/+46
2015-05-12gpio: sysfs: remove redundant export testsJohan Hovold1-51/+23
2015-05-12gpio: sysfs: release irq after class-device deregistrationJohan Hovold1-1/+5
2015-05-12gpio: sysfs: use DEVICE_ATTR macrosJohan Hovold1-25/+18
2015-05-12gpio: remove gpiod_sysfs_set_active_lowJohan Hovold1-46/+2
2015-05-12gpio: sysfs: rename gpiochip registration functionsJohan Hovold1-7/+9
2015-05-12gpio: sysfs: clean up chip class-device handlingJohan Hovold1-26/+13
2015-05-12gpio: sysfs: reduce gpiochip-export locking scopeJohan Hovold1-3/+4
2015-05-12gpio: sysfs: preparatory clean upsJohan Hovold1-4/+4
2015-05-12gpio: sysfs: fix redundant lock-as-irq handlingJohan Hovold1-7/+15
2015-04-29gpio: sysfs: fix memory leaks and device hotplugJohan Hovold1-0/+19
2015-01-30gpio: sysfs: fix memory leak in gpiod_sysfs_set_active_lowJohan Hovold1-1/+1
2015-01-30gpio: sysfs: fix memory leak in gpiod_export_linkJohan Hovold1-0/+1
2015-01-15gpio: sysfs: fix gpio attribute-creation raceJohan Hovold1-22/+39
2015-01-15gpio: sysfs: fix gpio device-attribute leakJohan Hovold1-15/+13
2015-01-15gpio: sysfs: fix gpio-chip device-attribute leakJohan Hovold1-11/+8
2014-11-28gpio: remove const modifier from gpiod_get_direction()Alexandre Courbot1-1/+1
2014-10-28gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irqAlexandre Courbot1-2/+2
2014-07-24gpio: remove useless check in gpiolib_sysfs_init()Alexandre Courbot1-1/+1
2014-07-23gpio: remove gpiod_lock/unlock_as_irq()Alexandre Courbot1-2/+2
2014-07-23gpio: simplify gpiochip_export()Alexandre Courbot1-11/+9