index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpiolib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
gpiolib: fix debugfs dangling chip separator
Johan Hovold
2024-10-31
1
-1
/
+1
*
gpiolib: fix debugfs newline separators
Johan Hovold
2024-10-31
1
-0
/
+2
*
gpiolib: Fix potential NULL pointer dereference in gpiod_get_label()
Lad Prabhakar
2024-10-03
1
-2
/
+2
*
gpiolib: Update the kernel documentation - add Return sections
Andy Shevchenko
2024-09-02
1
-32
/
+125
*
gpio: Use IS_ERR_OR_NULL() helper function
Hongbo Li
2024-09-02
1
-2
/
+2
*
gpiolib: Replace gpio_suffix_count with NULL-terminated array
Andy Shevchenko
2024-08-20
1
-2
/
+1
*
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2024-07-25
1
-1
/
+1
|
\
|
*
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
2024-07-03
1
-1
/
+1
*
|
gpiolib: unexport gpiochip_get_desc()
Bartosz Golaszewski
2024-07-02
1
-1
/
+0
*
|
gpiolib: put gpio_suffixes in a single compilation unit
Bartosz Golaszewski
2024-06-14
1
-0
/
+4
*
|
gpiolib: Show more info for interrupt only lines in debugfs
Andy Shevchenko
2024-06-04
1
-2
/
+2
*
|
gpiolib: Return label, if set, for IRQ only line
Andy Shevchenko
2024-06-04
1
-6
/
+6
*
|
gpiolib: make gpiochip_set_desc_names() return void
Bartosz Golaszewski
2024-06-03
1
-8
/
+4
*
|
gpio: prevent potential speculation leaks in gpio_device_get_desc()
Hagar Hemdan
2024-05-27
1
-1
/
+2
|
/
*
Merge tag 'gpio-updates-for-v6.10-rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-05-15
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
[next]