index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpiolib.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'gpio-updates-for-v6.10-rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-05-14
1
-12
/
+14
|
\
|
*
gpiolib: Get rid of never false gpio_is_valid() calls
Andy Shevchenko
2024-04-17
1
-10
/
+9
|
*
gpiolib: Do not mention legacy GPIOF_* in the code
Andy Shevchenko
2024-04-03
1
-1
/
+4
|
*
gpiolib: use dev_err() when gpiod_configure_flags failed
Peng Fan
2024-04-02
1
-1
/
+1
*
|
gpiolib: use a single SRCU struct for all GPIO descriptors
Bartosz Golaszewski
2024-05-09
1
-22
/
+19
*
|
gpiolib: fix the speed of descriptor label setting with SRCU
Bartosz Golaszewski
2024-05-07
1
-7
/
+24
*
|
gpiolib: Fix triggering "kobject: 'gpiochipX' is not initialized, yet" kobjec...
Hans de Goede
2024-04-03
1
-0
/
+3
|
/
*
gpiolib: Fix debug messaging in gpiod_find_and_request()
Andy Shevchenko
2024-03-26
1
-14
/
+18
*
gpiolib: Deduplicate cleanup for-loop in gpiochip_add_data_with_key()
Andy Shevchenko
2024-03-05
1
-15
/
+11
*
Merge tag 'v6.8-rc7' into gpio/for-next
Bartosz Golaszewski
2024-03-05
1
-5
/
+10
|
\
|
*
gpio: fix resource unwinding order in error path
Bartosz Golaszewski
2024-03-01
1
-4
/
+4
|
*
gpiolib: Fix the error path order in gpiochip_add_data_with_key()
Andy Shevchenko
2024-03-01
1
-1
/
+1
|
*
gpiolib: Handle no pin_ranges in gpiochip_generic_config()
Emil Renner Berthing
2024-02-20
1
-0
/
+5
*
|
gpio: acpi: Make acpi_gpio_count() take firmware node as a parameter
Andy Shevchenko
2024-03-01
1
-1
/
+1
*
|
gpio: of: Make of_gpio_get_count() take firmware node as a parameter
Andy Shevchenko
2024-03-01
1
-1
/
+1
*
|
gpiolib: Pass consumer device through to core in devm_fwnode_gpiod_get_index()
Stephen Boyd
2024-02-27
1
-7
/
+7
*
|
gpio: don't warn about removing GPIO chips with active users anymore
Bartosz Golaszewski
2024-02-26
1
-18
/
+2
*
|
gpio: fix memory leak in gpiod_request_commit()
Xiaolei Wang
2024-02-19
1
-6
/
+0
*
|
gpio: constify opaque pointer "data" in gpio_device_find()
Krzysztof Kozlowski
2024-02-17
1
-1
/
+1
*
|
gpio: don't let lockdep complain about inherently dangerous RCU usage
Bartosz Golaszewski
2024-02-15
1
-2
/
+3
*
|
gpio: use srcu_dereference() with SRCU-protected pointers
Bartosz Golaszewski
2024-02-15
1
-8
/
+8
*
|
gpio: take the SRCU read lock in gpiod_hog()
Bartosz Golaszewski
2024-02-15
1
-4
/
+7
*
|
gpio: initialize descriptor SRCU structure before adding OF-based chips
Bartosz Golaszewski
2024-02-14
1
-9
/
+9
*
|
gpio: mark unsafe gpio_chip manipulators as deprecated
Bartosz Golaszewski
2024-02-12
1
-0
/
+6
*
|
gpio: remove the RW semaphore from the GPIO device
Bartosz Golaszewski
2024-02-12
1
-4
/
+0
*
|
gpio: protect the pointer to gpio_chip in gpio_device with SRCU
Bartosz Golaszewski
2024-02-12
1
-84
/
+173
*
|
gpio: add SRCU infrastructure to struct gpio_device
Bartosz Golaszewski
2024-02-12
1
-3
/
+10
*
|
gpio: add the can_sleep flag to struct gpio_device
Bartosz Golaszewski
2024-02-12
1
-5
/
+6
*
|
gpio: remove unnecessary checks from gpiod_to_chip()
Bartosz Golaszewski
2024-02-12
1
-2
/
+2
*
|
gpio: reduce the functionality of validate_desc()
Bartosz Golaszewski
2024-02-12
1
-15
/
+3
*
|
gpio: don't dereference gdev->chip in gpiochip_setup_dev()
Bartosz Golaszewski
2024-02-12
1
-1
/
+1
*
|
gpio: remove unneeded code from gpio_device_get_desc()
Bartosz Golaszewski
2024-02-12
1
-10
/
+0
*
|
gpio: reinforce desc->flags handling
Bartosz Golaszewski
2024-02-12
1
-17
/
+25
*
|
gpio: remove gpio_lock
Bartosz Golaszewski
2024-02-12
1
-74
/
+32
*
|
gpio: sysfs: use gpio_device_find() to iterate over existing devices
Bartosz Golaszewski
2024-02-12
1
-1
/
+1
*
|
gpio: protect the descriptor label with SRCU
Bartosz Golaszewski
2024-02-12
1
-17
/
+30
*
|
gpio: add SRCU infrastructure to struct gpio_desc
Bartosz Golaszewski
2024-02-12
1
-2
/
+16
*
|
gpio: don't set label from irq helpers
Bartosz Golaszewski
2024-02-12
1
-13
/
+8
*
|
gpio: provide and use gpiod_get_label()
Bartosz Golaszewski
2024-02-12
1
-2
/
+7
*
|
gpio: of: assign and read the hog pointer atomically
Bartosz Golaszewski
2024-02-12
1
-1
/
+1
*
|
gpio: protect the list of GPIO devices with SRCU
Bartosz Golaszewski
2024-02-12
1
-112
/
+135
*
|
gpio: constify opaque pointer in gpio_device_find() match function
Krzysztof Kozlowski
2024-02-12
1
-3
/
+3
*
|
Merge tag 'v6.8-rc4' into gpio/for-next
Bartosz Golaszewski
2024-02-12
1
-4
/
+4
|
\
|
|
*
gpio: remove GPIO device from the list unconditionally in error path
Bartosz Golaszewski
2024-02-08
1
-4
/
+4
*
|
gpio: set device type for GPIO chips
Bartosz Golaszewski
2024-02-08
1
-4
/
+9
*
|
gpio: gpiolib: make gpio_bus_type const
Ricardo B. Marliere
2024-02-05
1
-1
/
+1
*
|
gpio: unexport GPIO irq domain functions only used internally
Bartosz Golaszewski
2024-01-29
1
-51
/
+42
|
/
*
gpiolib: revert the attempt to protect the GPIO device list with an rwsem
Bartosz Golaszewski
2024-01-17
1
-60
/
+73
*
gpiolib: replace the GPIO device mutex with a read-write semaphore
Bartosz Golaszewski
2024-01-04
1
-9
/
+9
*
gpiolib: remove the GPIO device from the list when it's unregistered
Bartosz Golaszewski
2024-01-04
1
-3
/
+3
[next]