Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
c5d9ae265b105d9a67575fb67bd4650a6fc08e25
/
drivers
/
gpio
/
gpiolib-sysfs.c
95a4eed
gpiolib: Never return internal error codes to user space
by Andy Shevchenko
· 2 years, 11 months ago
9e23bf6
gpiolib: Use sysfs_emit() in "show" functions
by Andy Shevchenko
· 3 years, 7 months ago
fd80b8b
gpiolib: Make use of assign_bit() API (part 2)
by Andy Shevchenko
· 3 years, 7 months ago
23cf00d
gpio: sysfs: Obey valid_mask
by Matti Vaittinen
· 3 years, 9 months ago
8bbff39
gpiolib: Unify expectations about ->request() returned value
by Andy Shevchenko
· 4 years, 2 months ago
ef087d8
gpiolib: move gpiolib-sysfs function declarations into their own header
by Kent Gibson
· 4 years, 6 months ago
97cd738
gpiolib: sysfs: use kobj_to_dev
by Wang Qing
· 4 years, 7 months ago
ddd8891
gpiolib: Add GPIOCHIP_NAME definition
by Geert Uytterhoeven
· 5 years ago
dae5f0a
gpio: Use SPDX header for core library
by Linus Walleij
· 6 years ago
f13a0b0
gpio: Get rid of legacy header
by Linus Walleij
· 6 years ago
1efba35a
gpio: sysfs: avoid using kstrtol() in 'value' attribute write
by Christophe Leroy
· 7 years ago
7a94b88
gpio: sysfs: don't use sprintf() for 'value' attribute
by Christophe Leroy
· 7 years ago
9295c01
gpio: sysfs: correct error handling on 'value' attribute read.
by Christophe Leroy
· 7 years ago
7fda910
gpio: sysfs: change 'value' attribute to prealloc
by Christophe Leroy
· 7 years ago
e10f72b
gpio: gpiolib: Generalise state persistence beyond sleep
by Andrew Jeffery
· 7 years ago
70b8e9e
Merge tag 'gpio-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 7 years ago
2d9d051
gpio: sysfs: Fixup kerneldoc
by Thierry Reding
· 7 years ago
90b05b0
gpio: reject invalid gpio before getting gpio_desc
by Masami Hiramatsu
· 7 years ago
d83bb15
gpio: use class_groups instead of class_attrs
by Greg Kroah-Hartman
· 8 years ago
31963eb
gpio: fix documentation for gpiod_unexport
by Amitesh Singh
· 8 years ago
d27c172
gpio: fix abi regression in sysfs
by Bamvor Jian Zhang
· 9 years ago
fdeb8e1
gpio: reflect base and ngpio into gpio_device
by Linus Walleij
· 9 years ago
1c3cdb1
gpio: move descriptors into gpio_device
by Linus Walleij
· 9 years ago
afbc4f3
gpio: move sysfs mock device to the gpio_device
by Linus Walleij
· 9 years ago
ff2b135
gpio: make the gpiochip a real device
by Linus Walleij
· 9 years ago
58383c78
gpio: change member .dev to .parent
by Linus Walleij
· 9 years ago
cef1717
gpio: sysfs: move irq trigger flags to class-device data
by Johan Hovold
· 10 years ago
427fdee
gpio: sysfs: remove FLAG_SYSFS_DIR
by Johan Hovold
· 10 years ago
2f323b8
gpio: sysfs: rename active-low helper
by Johan Hovold
· 10 years ago
72eba6f
gpio: sysfs: fix race between gpiod export and unexport
by Johan Hovold
· 10 years ago
6ffcb79
gpio: sysfs: use per-gpio locking
by Johan Hovold
· 10 years ago
56d30ec
gpio: sysfs: clean up gpiod_export_link locking
by Johan Hovold
· 10 years ago
e4339ce
gpio: sysfs: clean up edge_store
by Johan Hovold
· 10 years ago
2ec74a9
gpio: sysfs: split irq allocation and deallocation
by Johan Hovold
· 10 years ago
b91e180
gpio: sysfs: only call irq helper if needed
by Johan Hovold
· 10 years ago
a08f5c2
gpio: sysfs: clean up interrupt-interface implementation
by Johan Hovold
· 10 years ago
0f62850
gpio: sysfs: remove redundant gpio-descriptor parameters
by Johan Hovold
· 10 years ago
c43960f
gpio: sysfs: add gpiod class-device data
by Johan Hovold
· 10 years ago
f0b7866
gpio: sysfs: remove redundant export tests
by Johan Hovold
· 10 years ago
54d9acd
gpio: sysfs: release irq after class-device deregistration
by Johan Hovold
· 10 years ago
6beac9d1
gpio: sysfs: use DEVICE_ATTR macros
by Johan Hovold
· 10 years ago
166a85e
gpio: remove gpiod_sysfs_set_active_low
by Johan Hovold
· 10 years ago
426577b
gpio: sysfs: rename gpiochip registration functions
by Johan Hovold
· 10 years ago
6a4b6b0
gpio: sysfs: clean up chip class-device handling
by Johan Hovold
· 10 years ago
3ff74be
gpio: sysfs: reduce gpiochip-export locking scope
by Johan Hovold
· 10 years ago
cecf58a
gpio: sysfs: preparatory clean ups
by Johan Hovold
· 10 years ago
52176d0
gpio: sysfs: fix redundant lock-as-irq handling
by Johan Hovold
· 10 years ago
483d821
gpio: sysfs: fix memory leaks and device hotplug
by Johan Hovold
· 10 years ago
49d2ca8
gpio: sysfs: fix memory leak in gpiod_sysfs_set_active_low
by Johan Hovold
· 10 years ago
0f303db
gpio: sysfs: fix memory leak in gpiod_export_link
by Johan Hovold
· 10 years ago
ebbeba1
gpio: sysfs: fix gpio attribute-creation race
by Johan Hovold
· 10 years ago
0915e6f
gpio: sysfs: fix gpio device-attribute leak
by Johan Hovold
· 10 years ago
121b6a7
gpio: sysfs: fix gpio-chip device-attribute leak
by Johan Hovold
· 10 years ago
8e53b0f
gpio: remove const modifier from gpiod_get_direction()
by Alexandre Courbot
· 10 years ago
e3a2e87
gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irq
by Alexandre Courbot
· 10 years ago
7fd834a
gpio: remove useless check in gpiolib_sysfs_init()
by Alexandre Courbot
· 10 years ago
d74be6d
gpio: remove gpiod_lock/unlock_as_irq()
by Alexandre Courbot
· 10 years ago
14141a9
gpio: simplify gpiochip_export()
by Alexandre Courbot
· 10 years ago
0eb4c6c
gpio: move sysfs support to its own file
by Alexandre Courbot
· 10 years ago