index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
irqchip
/
irq-gic-v3-mbi.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2
-85
/
+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: 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
tools: gpio: rm .*.cmd on make clean
zhangjiao
1
-1
/
+1
2024-09-02
dt-bindings: gpio: simplify GPIO hog nodes schema
Krzysztof Kozlowski
5
-56
/
+0
2024-09-02
dt-bindings: gpio: fcs,fxl6408: add missing type to GPIO hogs
Krzysztof Kozlowski
1
-0
/
+1
2024-09-02
gpiolib: legacy: Kill GPIOF_DIR_* definitions
Andy Shevchenko
3
-9
/
+5
2024-09-02
gpiolib: legacy: Kill GPIOF_INIT_* definitions
Andy Shevchenko
4
-10
/
+5
2024-09-02
gpio: stmpe: Simplify with dev_err_probe()
Shen Lichuan
1
-4
/
+3
2024-09-02
gpio: ath79: remove support for platform data
Bartosz Golaszewski
2
-32
/
+6
2024-09-02
gpio: ath79: use generic device property getters
Bartosz Golaszewski
1
-4
/
+4
2024-09-02
gpio: ath79: add missing header
Bartosz Golaszewski
1
-0
/
+1
2024-09-02
gpio: ath79: order headers alphabetically
Bartosz Golaszewski
1
-4
/
+4
2024-08-21
gpio: pca953x: Print the error code on read/write failures
Fabio Estevam
1
-2
/
+2
2024-08-21
gpio: virtuser: Use GPIO_LOOKUP_IDX() macro
Andy Shevchenko
1
-9
/
+4
2024-08-20
gpiolib: Replace gpio_suffix_count with NULL-terminated array
Andy Shevchenko
2
-8
/
+6
2024-08-20
gpiolib: swnode: Make use of for_each_gpio_property_name()
Andy Shevchenko
1
-24
/
+14
2024-08-20
gpiolib: swnode: Introduce swnode_gpio_get_reference() helper
Andy Shevchenko
1
-7
/
+13
2024-08-20
gpiolib: swnode: Unify return code variable name
Andy Shevchenko
1
-4
/
+4
2024-08-20
gpiolib: Introduce for_each_gpio_property_name() helper
Andy Shevchenko
3
-40
/
+19
2024-08-19
gpio: of: simplify with scoped for each OF child loop
Krzysztof Kozlowski
1
-8
/
+3
2024-08-10
dt-bindings: gpio: gpio-davinci: Add the gpio-reserved-ranges property
Jared McArthur
1
-0
/
+2
2024-08-05
gpio: vf610: add get_direction() support
Haibo Chen
1
-0
/
+19
2024-08-05
gpio: gpio-vf610: use u32 mask to handle 32 number gpios
Haibo Chen
1
-6
/
+6
2024-08-01
pwm: adp5585: Add Analog Devices ADP5585 support
Clark Wang
4
-0
/
+193
2024-08-01
gpio: adp5585: Add Analog Devices ADP5585 support
Haibo Chen
4
-0
/
+238
[next]