index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpio
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'pinctrl-v6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
2024-03-14
3
-0
/
+743
|
\
|
*
drivers/gpio/nomadik: move dummy nmk_gpio_dbg_show_one() to header
Max Kellermann
2024-03-12
1
-8
/
+0
|
*
gpio: nomadik: remove BUG_ON() in nmk_gpio_populate_chip()
Dan Carpenter
2024-03-12
1
-1
/
+5
|
*
gpio: nomadik: Back out some managed resources
Linus Walleij
2024-03-06
1
-11
/
+24
|
*
gpio: nomadik: Finish conversion to use firmware node APIs
Andy Shevchenko
2024-03-03
2
-8
/
+6
|
*
gpio: nomadik: fix Kconfig dependencies inbetween pinctrl & GPIO
Théo Lebrun
2024-03-01
1
-1
/
+1
|
*
gpio: nomadik: grab optional reset control and deassert it at probe
Théo Lebrun
2024-02-29
1
-0
/
+21
|
*
gpio: nomadik: support mobileye,eyeq5-gpio
Théo Lebrun
2024-02-29
2
-8
/
+39
|
*
gpio: nomadik: handle variadic GPIO count
Théo Lebrun
2024-02-29
1
-2
/
+7
|
*
gpio: nomadik: support shared GPIO IRQs
Théo Lebrun
2024-02-29
1
-32
/
+36
|
*
gpio: nomadik: change driver name from gpio to nomadik-gpio
Théo Lebrun
2024-02-29
1
-1
/
+1
|
*
gpio: nomadik: make clock optional
Théo Lebrun
2024-02-29
1
-1
/
+1
|
*
gpio: nomadik: request dynamic ID allocation
Théo Lebrun
2024-02-29
1
-1
/
+1
|
*
gpio: nomadik: use devres version of clk_get*()
Théo Lebrun
2024-02-29
1
-1
/
+1
|
*
gpio: nomadik: use devm_platform_ioremap_resource() helper
Théo Lebrun
2024-02-29
1
-3
/
+1
|
*
gpio: nomadik: replace of_property_read_*() by device_property_read_*()
Théo Lebrun
2024-02-29
1
-2
/
+2
|
*
gpio: nomadik: replace of_find_*() by bus_find_device_by_of_node()
Théo Lebrun
2024-02-29
1
-5
/
+8
|
*
gpio: nomadik: add #include <linux/slab.h>
Théo Lebrun
2024-02-29
1
-0
/
+1
|
*
gpio: nomadik: extract GPIO platform driver from drivers/pinctrl/nomadik/
Théo Lebrun
2024-02-29
3
-0
/
+673
*
|
Merge tag 'gpio-updates-for-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2024-03-13
15
-648
/
+1015
|
\
\
|
*
|
gpio: sysfs: repair export returning -EPERM on 1st attempt
Alexander Sverdlin
2024-03-08
1
-1
/
+1
|
*
|
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
2
-7
/
+12
|
|
\
\
|
*
|
|
gpio: acpi: Make acpi_gpio_count() take firmware node as a parameter
Andy Shevchenko
2024-03-01
3
-10
/
+10
|
*
|
|
gpio: of: Make of_gpio_get_count() take firmware node as a parameter
Andy Shevchenko
2024-03-01
3
-10
/
+12
|
*
|
|
gpiolib: Pass consumer device through to core in devm_fwnode_gpiod_get_index()
Stephen Boyd
2024-02-27
3
-8
/
+16
|
*
|
|
gpio: sim: use for_each_hwgpio()
Bartosz Golaszewski
2024-02-26
1
-2
/
+2
|
*
|
|
gpio: don't warn about removing GPIO chips with active users anymore
Bartosz Golaszewski
2024-02-26
1
-18
/
+2
|
*
|
|
gpio: sim: delimit the fwnode name with a ":" when generating labels
Bartosz Golaszewski
2024-02-26
1
-2
/
+2
|
*
|
|
gpio: sim: add lockdep asserts
Bartosz Golaszewski
2024-02-26
1
-17
/
+24
|
*
|
|
gpio: Add ChromeOS EC GPIO driver
Stephen Boyd
2024-02-26
3
-0
/
+220
|
*
|
|
gpio: constify of_phandle_args in of_find_gpio_device_by_xlate()
Krzysztof Kozlowski
2024-02-20
1
-1
/
+1
|
*
|
|
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: cdev: fix a NULL-pointer dereference with DEBUG enabled
Bartosz Golaszewski
2024-02-16
1
-2
/
+2
|
*
|
|
gpio: sysfs: fix inverted pointer logic
Bartosz Golaszewski
2024-02-15
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
3
-11
/
+13
|
*
|
|
gpio: cdev: use correct pointer accessors with SRCU
Bartosz Golaszewski
2024-02-15
1
-13
/
+12
|
*
|
|
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
2
-9
/
+0
|
*
|
|
gpio: protect the pointer to gpio_chip in gpio_device with SRCU
Bartosz Golaszewski
2024-02-12
4
-129
/
+271
|
*
|
|
gpio: add SRCU infrastructure to struct gpio_device
Bartosz Golaszewski
2024-02-12
2
-3
/
+12
|
*
|
|
gpio: add the can_sleep flag to struct gpio_device
Bartosz Golaszewski
2024-02-12
2
-5
/
+9
|
*
|
|
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: sysfs: don't access gdev->chip if it's not needed
Bartosz Golaszewski
2024-02-12
1
-3
/
+3
[next]