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