summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpiolib-sysfs.c
AgeCommit message (Expand)AuthorFilesLines
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-30gpio: 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
2014-07-09gpio: move sysfs support to its own fileAlexandre Courbot1-0/+829