index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
gpio
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-08
gpio: mvebu: allow building the module with COMPILE_TEST=y
Bartosz Golaszewski
1
-1
/
+1
2024-10-03
gpiolib: Fix potential NULL pointer dereference in gpiod_get_label()
Lad Prabhakar
1
-2
/
+2
2024-10-02
gpio: aggregator: simplify aggr_parse() with scoped bitmap
Bartosz Golaszewski
1
-9
/
+7
2024-10-02
gpio: sysfs: make the sysfs export behavior consistent
Bartosz Golaszewski
1
-8
/
+2
2024-10-02
gpio: davinci: Fix condition for irqchip registration
Vignesh Raghavendra
1
-1
/
+1
2024-10-01
gpio: sim: switch to device_for_each_child_node_scoped()
Javier Carrasco
1
-5
/
+2
2024-10-01
gpio: dwapb: switch to device_for_each_child_node_scoped()
Javier Carrasco
1
-3
/
+1
2024-09-30
gpio: davinci: fix lazy disable
Emanuele Ghidoli
1
-4
/
+4
2024-09-30
gpio: acpi: switch to device_for_each_child_node_scoped()
Javier Carrasco
1
-3
/
+1
2024-09-30
Fix typos in GPIO TODO document
Shivam Chaudhary
1
-2
/
+2
2024-09-30
gpiolib: cdev: Fix reference to linereq_set_config_unlocked()
Kent Gibson
1
-1
/
+1
2024-09-30
gpio: free irqs that are still requested when the chip is being removed
Bartosz Golaszewski
1
-0
/
+41
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
3
-3
/
+0
2024-09-26
Merge tag 'soc-ep93xx-dt-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
1
-206
/
+125
2024-09-18
Merge tag 'gpio-updates-for-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux
Linus Torvalds
34
-479
/
+558
2024-09-18
Merge tag 'pwm/for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux
Linus Torvalds
3
-0
/
+237
2024-09-12
gpio: ep93xx: add DT support for gpio-ep93xx
Nikita Shubin
1
-15
/
+23
2024-09-12
gpio: ep93xx: split device in multiple
Nikita Shubin
1
-200
/
+111
2024-09-06
gpio: mpc8xxx: switch to using DEFINE_RUNTIME_DEV_PM_OPS()
Bartosz Golaszewski
1
-13
/
+12
2024-09-05
gpio: xilinx: Use helper function devm_clk_get_optional_enabled()
Zhang Zekun
1
-10
/
+1
2024-09-05
gpio: mb86s7x: Use helper function devm_clk_get_optional_enabled()
Zhang Zekun
1
-14
/
+7
2024-09-05
gpio: lpc18xx: Use helper function devm_clk_get_enabled()
Zhang Zekun
1
-17
/
+6
2024-09-05
gpio: cadence: Use helper function devm_clk_get_enabled()
Zhang Zekun
1
-17
/
+6
2024-09-05
gpio: sama5d2-piobu: convert comma to semicolon
Chen Ni
1
-9
/
+9
2024-09-04
gpio: mpc8xxx: order headers alphabetically
Bartosz Golaszewski
1
-8
/
+8
2024-09-04
gpio: davinci: use devm_clk_get_enabled()
Bartosz Golaszewski
1
-11
/
+2
2024-09-04
gpio: davinci: drop platform data support
Bartosz Golaszewski
1
-64
/
+25
2024-09-04
gpio: stmpe: Sort headers
Andy Shevchenko
1
-4
/
+4
2024-09-04
gpio: stmpe: Make use of device properties
Andy Shevchenko
1
-4
/
+2
2024-09-04
gpio: stmpe: Utilise temporary variable for struct device
Andy Shevchenko
1
-10
/
+9
2024-09-04
gpio: stmpe: Remove unused 'dev' member of struct stmpe_gpio
Andy Shevchenko
1
-2
/
+0
2024-09-04
gpio: stmpe: Fix IRQ related error messages
Andy Shevchenko
1
-8
/
+3
2024-09-02
gpio: modepin: Enable module autoloading
Liao Chen
1
-0
/
+1
2024-09-02
gpio: rockchip: fix OF node leak in probe()
Krzysztof Kozlowski
1
-0
/
+1
2024-09-02
gpio: pch: kerneldoc fixes for excess members
Krzysztof Kozlowski
1
-1
/
+0
2024-09-02
gpio: zynq: Simplify using devm_clk_get_enabled()
Rong Qianfeng
1
-9
/
+1
2024-09-02
gpio: mpc8xxx: Add wake on GPIO support
Martyn Welch
1
-0
/
+29
2024-09-02
gpio: syscon: fix excess struct member build warning
Dhruva Gole
1
-1
/
+0
2024-09-02
gpio: stp-xway: Simplify using devm_clk_get_enabled()
Rong Qianfeng
1
-8
/
+2
2024-09-02
gpiolib: legacy: Consolidate devm_gpio_*() with other legacy APIs
Andy Shevchenko
2
-74
/
+94
2024-09-02
gpiolib: Update the kernel documentation - add Return sections
Andy Shevchenko
8
-58
/
+226
2024-09-02
gpio: ixp4xx: Replace of_node_to_fwnode() with more suitable API
Andy Shevchenko
1
-6
/
+4
2024-09-02
gpio: visconti: Replace of_node_to_fwnode() with more suitable API
Andy Shevchenko
1
-2
/
+3
2024-09-02
gpio: thunderx: Replace of_node_to_fwnode() with more suitable API
Andy Shevchenko
1
-2
/
+3
2024-09-02
gpio: tegra186: Replace of_node_to_fwnode() with more suitable API
Andy Shevchenko
1
-1
/
+2
2024-09-02
gpio: uniphier: Replace of_node_to_fwnode() with more suitable API
Andy Shevchenko
1
-2
/
+3
2024-09-02
gpio: msc313: Replace of_node_to_fwnode() with more suitable API
Andy Shevchenko
1
-2
/
+3
2024-09-02
gpio: tegra: Replace of_node_to_fwnode() with more suitable API
Andy Shevchenko
1
-2
/
+3
2024-09-02
gpio: Use IS_ERR_OR_NULL() helper function
Hongbo Li
1
-2
/
+2
2024-09-02
gpiolib: legacy: Kill GPIOF_DIR_* definitions
Andy Shevchenko
1
-1
/
+1
[prev]
[next]