index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpiolib-cdev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-10
gpiolib: cdev: fix uninitialised kfifo
Kent Gibson
1
-0
/
+14
2024-05-09
gpiolib: cdev: Fix use after free in lineinfo_changed_notify
Zhongqiu Han
1
-1
/
+1
2024-05-09
gpiolib: use a single SRCU struct for all GPIO descriptors
Bartosz Golaszewski
1
-1
/
+1
2024-04-04
gpio: cdev: fix missed label sanitizing in debounce_setup()
Kent Gibson
1
-21
/
+28
2024-04-04
gpio: cdev: check for NULL labels when sanitizing them for irqs
Bartosz Golaszewski
1
-5
/
+14
2024-03-26
gpio: cdev: sanitize the label before requesting the interrupt
Bartosz Golaszewski
1
-6
/
+32
2024-02-16
gpio: cdev: fix a NULL-pointer dereference with DEBUG enabled
Bartosz Golaszewski
1
-2
/
+2
2024-02-15
gpio: cdev: use correct pointer accessors with SRCU
Bartosz Golaszewski
1
-13
/
+12
2024-02-12
gpio: protect the pointer to gpio_chip in gpio_device with SRCU
Bartosz Golaszewski
1
-28
/
+36
2024-02-12
gpio: cdev: don't access gdev->chip if it's not needed
Bartosz Golaszewski
1
-1
/
+1
2024-02-12
gpio: cdev: replace gpiochip_get_desc() with gpio_device_get_desc()
Bartosz Golaszewski
1
-5
/
+5
2024-02-12
gpio: remove gpio_lock
Bartosz Golaszewski
1
-11
/
+9
2024-02-12
gpio: protect the descriptor label with SRCU
Bartosz Golaszewski
1
-3
/
+7
2024-02-12
gpio: provide and use gpiod_get_label()
Bartosz Golaszewski
1
-2
/
+2
2024-01-29
gpio: cdev: remove leftover function pointer typedefs
Bartosz Golaszewski
1
-5
/
+0
2023-12-27
gpiolib: cdev: replace locking wrappers for gpio_device with guards
Kent Gibson
1
-158
/
+47
2023-12-27
gpiolib: cdev: replace locking wrappers for config_mutex with guards
Kent Gibson
1
-39
/
+24
2023-12-27
gpiolib: cdev: allocate linereq using kvzalloc()
Kent Gibson
1
-2
/
+2
2023-12-27
gpiolib: cdev: include overflow.h
Kent Gibson
1
-0
/
+1
2023-12-27
Merge tag 'v6.7-rc7' into gpio/for-next
Bartosz Golaszewski
1
-4
/
+12
2023-12-21
gpiolib: cdev: add gpio_device locking wrapper around gpio_ioctl()
Kent Gibson
1
-4
/
+12
2023-12-19
gpiolib: cdev: reduce locking in gpio_desc_to_lineinfo()
Kent Gibson
1
-38
/
+36
2023-12-19
gpiolib: cdev: improve documentation of get/set values
Kent Gibson
1
-1
/
+23
2023-12-19
gpiolib: cdev: fully adopt guard() and scoped_guard()
Kent Gibson
1
-86
/
+57
2023-12-19
gpiolib: cdev: relocate debounce_period_us from struct gpio_desc
Kent Gibson
1
-23
/
+142
2023-11-04
treewide: rename pinctrl_gpio_can_use_line_new()
Bartosz Golaszewski
1
-1
/
+1
2023-11-04
gpio: cdev: use pinctrl_gpio_can_use_line_new()
Bartosz Golaszewski
1
-2
/
+1
2023-09-25
gpiolib: cdev: annotate struct linereq with __counted_by
Kees Cook
1
-2
/
+2
2023-08-22
gpiolib: provide and use gpiod_line_state_notify()
Bartosz Golaszewski
1
-12
/
+5
2023-08-21
gpio: cdev: wake up lineevent poll() on device unbind
Bartosz Golaszewski
1
-0
/
+22
2023-08-21
gpio: cdev: wake up linereq poll() on device unbind
Bartosz Golaszewski
1
-0
/
+23
2023-08-21
gpio: cdev: wake up chardev poll() on device unbind
Bartosz Golaszewski
1
-2
/
+27
2023-08-21
gpiolib: add a second blocking notifier to struct gpio_device
Bartosz Golaszewski
1
-0
/
+1
2023-08-21
gpio: cdev: open-code to_gpio_chardev_data()
Bartosz Golaszewski
1
-7
/
+2
2023-08-21
gpiolib: rename the gpio_device notifier
Bartosz Golaszewski
1
-8
/
+8
2023-01-30
gpiolib: Introduce gpio_device_get() and gpio_device_put()
Andy Shevchenko
1
-12
/
+9
2022-12-15
Merge tag 'gpio-updates-for-v6.2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-26
/
+180
2022-12-07
gpiolib: protect the GPIO device against being dropped while in use by user-s...
Bartosz Golaszewski
1
-25
/
+152
2022-12-07
gpiolib: cdev: fix NULL-pointer dereferences
Bartosz Golaszewski
1
-0
/
+27
2022-10-25
gpiolib: cdev: Fix typo in kernel doc for struct line
Andy Shevchenko
1
-1
/
+1
2022-10-24
gpiolib: cdev: Add missing header(s)
Andy Shevchenko
1
-1
/
+3
2022-10-08
Merge tag 'gpio-updates-for-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+18
2022-09-26
gpiolib: cdev: add fdinfo output for line request file descriptors
Bartosz Golaszewski
1
-0
/
+18
2022-09-21
gpiolib: cdev: Set lineevent_state::irq after IRQ register successfully
Meng Li
1
-2
/
+3
2022-08-05
Merge tag 'gpio-updates-for-v6.0-rc1' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-140
/
+151
2022-07-19
gpiolib: cdev: compile out HTE unless CONFIG_HTE selected
Kent Gibson
1
-35
/
+63
2022-07-19
gpiolib: cdev: consolidate edge detector configuration flags
Kent Gibson
1
-66
/
+60
2022-07-19
gpiolib: cdev: simplify line event identification
Kent Gibson
1
-29
/
+15
2022-07-19
gpiolib: cdev: replace if-else chains with switches
Kent Gibson
1
-13
/
+18
2022-07-19
gpiolib: cdev: simplify parameter in call to hte_edge_setup
Kent Gibson
1
-3
/
+1
[next]