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 'gpio-updates-for-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-09-18
34
-479
/
+558
|
\
|
*
gpio: mpc8xxx: switch to using DEFINE_RUNTIME_DEV_PM_OPS()
Bartosz Golaszewski
2024-09-06
1
-13
/
+12
|
*
gpio: xilinx: Use helper function devm_clk_get_optional_enabled()
Zhang Zekun
2024-09-05
1
-10
/
+1
|
*
gpio: mb86s7x: Use helper function devm_clk_get_optional_enabled()
Zhang Zekun
2024-09-05
1
-14
/
+7
|
*
gpio: lpc18xx: Use helper function devm_clk_get_enabled()
Zhang Zekun
2024-09-05
1
-17
/
+6
|
*
gpio: cadence: Use helper function devm_clk_get_enabled()
Zhang Zekun
2024-09-05
1
-17
/
+6
|
*
gpio: sama5d2-piobu: convert comma to semicolon
Chen Ni
2024-09-05
1
-9
/
+9
|
*
gpio: mpc8xxx: order headers alphabetically
Bartosz Golaszewski
2024-09-04
1
-8
/
+8
|
*
gpio: davinci: use devm_clk_get_enabled()
Bartosz Golaszewski
2024-09-04
1
-11
/
+2
|
*
gpio: davinci: drop platform data support
Bartosz Golaszewski
2024-09-04
1
-64
/
+25
|
*
gpio: stmpe: Sort headers
Andy Shevchenko
2024-09-04
1
-4
/
+4
|
*
gpio: stmpe: Make use of device properties
Andy Shevchenko
2024-09-04
1
-4
/
+2
|
*
gpio: stmpe: Utilise temporary variable for struct device
Andy Shevchenko
2024-09-04
1
-10
/
+9
|
*
gpio: stmpe: Remove unused 'dev' member of struct stmpe_gpio
Andy Shevchenko
2024-09-04
1
-2
/
+0
|
*
gpio: stmpe: Fix IRQ related error messages
Andy Shevchenko
2024-09-04
1
-8
/
+3
|
*
gpio: pch: kerneldoc fixes for excess members
Krzysztof Kozlowski
2024-09-02
1
-1
/
+0
|
*
gpio: zynq: Simplify using devm_clk_get_enabled()
Rong Qianfeng
2024-09-02
1
-9
/
+1
|
*
gpio: mpc8xxx: Add wake on GPIO support
Martyn Welch
2024-09-02
1
-0
/
+29
|
*
gpio: syscon: fix excess struct member build warning
Dhruva Gole
2024-09-02
1
-1
/
+0
|
*
gpio: stp-xway: Simplify using devm_clk_get_enabled()
Rong Qianfeng
2024-09-02
1
-8
/
+2
|
*
gpiolib: legacy: Consolidate devm_gpio_*() with other legacy APIs
Andy Shevchenko
2024-09-02
2
-74
/
+94
|
*
gpiolib: Update the kernel documentation - add Return sections
Andy Shevchenko
2024-09-02
8
-58
/
+226
|
*
gpio: ixp4xx: Replace of_node_to_fwnode() with more suitable API
Andy Shevchenko
2024-09-02
1
-6
/
+4
|
*
gpio: visconti: Replace of_node_to_fwnode() with more suitable API
Andy Shevchenko
2024-09-02
1
-2
/
+3
|
*
gpio: thunderx: Replace of_node_to_fwnode() with more suitable API
Andy Shevchenko
2024-09-02
1
-2
/
+3
|
*
gpio: tegra186: Replace of_node_to_fwnode() with more suitable API
Andy Shevchenko
2024-09-02
1
-1
/
+2
|
*
gpio: uniphier: Replace of_node_to_fwnode() with more suitable API
Andy Shevchenko
2024-09-02
1
-2
/
+3
|
*
gpio: msc313: Replace of_node_to_fwnode() with more suitable API
Andy Shevchenko
2024-09-02
1
-2
/
+3
|
*
gpio: tegra: Replace of_node_to_fwnode() with more suitable API
Andy Shevchenko
2024-09-02
1
-2
/
+3
|
*
gpio: Use IS_ERR_OR_NULL() helper function
Hongbo Li
2024-09-02
1
-2
/
+2
|
*
gpiolib: legacy: Kill GPIOF_DIR_* definitions
Andy Shevchenko
2024-09-02
1
-1
/
+1
|
*
gpiolib: legacy: Kill GPIOF_INIT_* definitions
Andy Shevchenko
2024-09-02
1
-2
/
+1
|
*
gpio: stmpe: Simplify with dev_err_probe()
Shen Lichuan
2024-09-02
1
-4
/
+3
|
*
gpio: ath79: remove support for platform data
Bartosz Golaszewski
2024-09-02
1
-16
/
+6
|
*
gpio: ath79: use generic device property getters
Bartosz Golaszewski
2024-09-02
1
-4
/
+4
|
*
gpio: ath79: add missing header
Bartosz Golaszewski
2024-09-02
1
-0
/
+1
|
*
gpio: ath79: order headers alphabetically
Bartosz Golaszewski
2024-09-02
1
-4
/
+4
|
*
gpio: pca953x: Print the error code on read/write failures
Fabio Estevam
2024-08-21
1
-2
/
+2
|
*
gpio: virtuser: Use GPIO_LOOKUP_IDX() macro
Andy Shevchenko
2024-08-21
1
-9
/
+4
|
*
gpiolib: Replace gpio_suffix_count with NULL-terminated array
Andy Shevchenko
2024-08-20
2
-8
/
+6
|
*
gpiolib: swnode: Make use of for_each_gpio_property_name()
Andy Shevchenko
2024-08-20
1
-24
/
+14
|
*
gpiolib: swnode: Introduce swnode_gpio_get_reference() helper
Andy Shevchenko
2024-08-20
1
-7
/
+13
|
*
gpiolib: swnode: Unify return code variable name
Andy Shevchenko
2024-08-20
1
-4
/
+4
|
*
gpiolib: Introduce for_each_gpio_property_name() helper
Andy Shevchenko
2024-08-20
3
-40
/
+19
|
*
Merge tag 'ib-mfd-gpio-pwm-v6.12' of ssh://gitolite.kernel.org/pub/scm/linux/...
Bartosz Golaszewski
2024-08-19
3
-0
/
+237
|
|
\
|
*
|
gpio: of: simplify with scoped for each OF child loop
Krzysztof Kozlowski
2024-08-19
1
-8
/
+3
|
*
|
gpio: vf610: add get_direction() support
Haibo Chen
2024-08-05
1
-0
/
+19
|
*
|
gpio: gpio-vf610: use u32 mask to handle 32 number gpios
Haibo Chen
2024-08-05
1
-6
/
+6
|
*
|
gpio: Use of_property_present()
Rob Herring (Arm)
2024-08-01
1
-4
/
+4
|
*
|
gpio: Drop explicit initialization of struct i2c_device_id::driver_data to 0
Uwe Kleine-König
2024-07-29
2
-2
/
+2
[next]