aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/gpiolib-sysfs.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-21gpiolib: Use sysfs_emit() in "show" functionsGravatar Andy Shevchenko 1-17/+12
2021-05-21gpiolib: Make use of assign_bit() API (part 2)Gravatar Andy Shevchenko 1-4/+1
2021-03-31gpio: sysfs: Obey valid_maskGravatar Matti Vaittinen 1-0/+8
2020-10-26gpiolib: Unify expectations about ->request() returned valueGravatar Andy Shevchenko 1-1/+1
2020-07-12gpiolib: move gpiolib-sysfs function declarations into their own headerGravatar Kent Gibson 1-0/+1
2020-06-15gpiolib: sysfs: use kobj_to_devGravatar Wang Qing 1-1/+1
2019-12-12gpiolib: Add GPIOCHIP_NAME definitionGravatar Geert Uytterhoeven 1-4/+3
2018-09-25gpio: Use SPDX header for core libraryGravatar Linus Walleij 1-0/+1
2018-09-17gpio: Get rid of legacy headerGravatar Linus Walleij 1-8/+2
2017-12-20gpio: sysfs: avoid using kstrtol() in 'value' attribute writeGravatar Christophe Leroy 1-2/+7
2017-12-20gpio: sysfs: don't use sprintf() for 'value' attributeGravatar Christophe Leroy 1-1/+3
2017-12-20gpio: sysfs: correct error handling on 'value' attribute read.Gravatar Christophe Leroy 1-1/+5
2017-12-20gpio: sysfs: change 'value' attribute to preallocGravatar Christophe Leroy 1-1/+1
2017-12-02gpio: gpiolib: Generalise state persistence beyond sleepGravatar Andrew Jeffery 1-5/+9
2017-09-05Merge tag 'gpio-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar Linus Torvalds 1-4/+4
2017-08-14gpio: sysfs: Fixup kerneldocGravatar Thierry Reding 1-4/+4
2017-08-14gpio: reject invalid gpio before getting gpio_descGravatar Masami Hiramatsu 1-2/+8
2017-06-09gpio: use class_groups instead of class_attrsGravatar Greg Kroah-Hartman 1-5/+8
2016-09-12gpio: fix documentation for gpiod_unexportGravatar Amitesh Singh 1-2/+2
2016-02-25gpio: fix abi regression in sysfsGravatar Bamvor Jian Zhang 1-1/+11
2016-02-11gpio: reflect base and ngpio into gpio_deviceGravatar Linus Walleij 1-6/+6
2016-02-11gpio: move descriptors into gpio_deviceGravatar Linus Walleij 1-1/+1
2016-02-11gpio: move sysfs mock device to the gpio_deviceGravatar Linus Walleij 1-11/+12
2016-02-09gpio: make the gpiochip a real deviceGravatar Linus Walleij 1-5/+7
2015-11-19gpio: change member .dev to .parentGravatar Linus Walleij 1-2/+3
2015-05-12gpio: sysfs: move irq trigger flags to class-device dataGravatar Johan Hovold 1-23/+24
2015-05-12gpio: sysfs: remove FLAG_SYSFS_DIRGravatar Johan Hovold 1-8/+7
2015-05-12gpio: sysfs: rename active-low helperGravatar Johan Hovold 1-2/+2
2015-05-12gpio: sysfs: fix race between gpiod export and unexportGravatar Johan Hovold 1-25/+26
2015-05-12gpio: sysfs: use per-gpio lockingGravatar Johan Hovold 1-18/+34
2015-05-12gpio: sysfs: clean up gpiod_export_link lockingGravatar Johan Hovold 1-20/+8
2015-05-12gpio: sysfs: clean up edge_storeGravatar Johan Hovold 1-5/+7
2015-05-12gpio: sysfs: split irq allocation and deallocationGravatar Johan Hovold 1-37/+37
2015-05-12gpio: sysfs: only call irq helper if neededGravatar Johan Hovold 1-5/+14
2015-05-12gpio: sysfs: clean up interrupt-interface implementationGravatar Johan Hovold 1-36/+18
2015-05-12gpio: sysfs: remove redundant gpio-descriptor parametersGravatar Johan Hovold 1-13/+11
2015-05-12gpio: sysfs: add gpiod class-device dataGravatar Johan Hovold 1-16/+46
2015-05-12gpio: sysfs: remove redundant export testsGravatar Johan Hovold 1-51/+23
2015-05-12gpio: sysfs: release irq after class-device deregistrationGravatar Johan Hovold 1-1/+5
2015-05-12gpio: sysfs: use DEVICE_ATTR macrosGravatar Johan Hovold 1-25/+18
2015-05-12gpio: remove gpiod_sysfs_set_active_lowGravatar Johan Hovold 1-46/+2
2015-05-12gpio: sysfs: rename gpiochip registration functionsGravatar Johan Hovold 1-7/+9
2015-05-12gpio: sysfs: clean up chip class-device handlingGravatar Johan Hovold 1-26/+13
2015-05-12gpio: sysfs: reduce gpiochip-export locking scopeGravatar Johan Hovold 1-3/+4
2015-05-12gpio: sysfs: preparatory clean upsGravatar Johan Hovold 1-4/+4
2015-05-12gpio: sysfs: fix redundant lock-as-irq handlingGravatar Johan Hovold 1-7/+15
2015-04-29gpio: sysfs: fix memory leaks and device hotplugGravatar Johan Hovold 1-0/+19
2015-01-30gpio: sysfs: fix memory leak in gpiod_sysfs_set_active_lowGravatar Johan Hovold 1-1/+1
2015-01-30gpio: sysfs: fix memory leak in gpiod_export_linkGravatar Johan Hovold 1-0/+1
2015-01-15gpio: sysfs: fix gpio attribute-creation raceGravatar Johan Hovold 1-22/+39