aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/gpiolib-sysfs.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-15gpio: sysfs: fix gpio device-attribute leakGravatar Johan Hovold 1-15/+13
2015-01-15gpio: sysfs: fix gpio-chip device-attribute leakGravatar Johan Hovold 1-11/+8
2014-11-28gpio: remove const modifier from gpiod_get_direction()Gravatar Alexandre Courbot 1-1/+1
2014-10-28gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irqGravatar Alexandre Courbot 1-2/+2
2014-07-24gpio: remove useless check in gpiolib_sysfs_init()Gravatar Alexandre Courbot 1-1/+1
2014-07-23gpio: remove gpiod_lock/unlock_as_irq()Gravatar Alexandre Courbot 1-2/+2
2014-07-23gpio: simplify gpiochip_export()Gravatar Alexandre Courbot 1-11/+9
2014-07-09gpio: move sysfs support to its own fileGravatar Alexandre Courbot 1-0/+829