index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'gpio-updates-for-v6.3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-02-22
49
-1690
/
+886
|
\
|
*
gpio: sim: Use %pfwP specifier instead of calling fwnode API directly
Andy Shevchenko
2023-02-13
1
-5
/
+4
|
*
gpio: tegra186: remove unneeded loop in tegra186_gpio_init_route_mapping()
Tom Rix
2023-02-02
1
-22
/
+18
|
*
gpiolib: of: Move enum of_gpio_flags to its only user
Andy Shevchenko
2023-01-30
2
-15
/
+15
|
*
gpio: mvebu: Use IS_REACHABLE instead of IS_ENABLED for CONFIG_PWM
Uwe Kleine-König
2023-01-30
1
-3
/
+3
|
*
gpio: zevio: Add missing header
Andy Shevchenko
2023-01-30
1
-0
/
+1
|
*
gpio: Get rid of gpio_to_chip()
Linus Walleij
2023-01-30
2
-8
/
+12
|
*
gpio: pcf857x: Drop unneeded explicit casting
Andy Shevchenko
2023-01-30
1
-1
/
+1
|
*
gpio: pcf857x: Make use of device properties
Andy Shevchenko
2023-01-30
1
-7
/
+4
|
*
gpio: pcf857x: Get rid of legacy platform data
Andy Shevchenko
2023-01-30
2
-77
/
+2
|
*
gpio: rockchip: Do not mention legacy API in the code
Andy Shevchenko
2023-01-30
1
-1
/
+1
|
*
gpio: wcd934x: Remove duplicate assignment of of_gpio_n_cells
Andy Shevchenko
2023-01-30
1
-1
/
+0
|
*
gpio: zevio: Use proper headers and drop OF_GPIO dependency
Andy Shevchenko
2023-01-30
2
-4
/
+5
|
*
gpio: zevio: Remove duplicate assignment of of_gpio_n_cells
Andy Shevchenko
2023-01-30
1
-1
/
+0
|
*
gpio: xilinx: Remove duplicate assignment of of_gpio_n_cells
Andy Shevchenko
2023-01-30
1
-11
/
+0
|
*
dt-bindings: gpio: Add compatible string for Unisoc UMS512
Chunyan Zhang
2023-01-30
2
-7
/
+33
|
*
dt-bindings: gpio: Convert Unisoc EIC controller binding to yaml
Chunyan Zhang
2023-01-30
2
-97
/
+103
|
*
dt-bindings: gpio: Convert Unisoc GPIO controller binding to yaml
Chunyan Zhang
2023-01-30
2
-28
/
+70
|
*
gpio: ge: Remove duplicate assignment of of_gpio_n_cells
Andy Shevchenko
2023-01-30
1
-1
/
+0
|
*
gpio: davinci: Remove duplicate assignment of of_gpio_n_cells
Andy Shevchenko
2023-01-30
1
-1
/
+0
|
*
gpio: omap: use dynamic allocation of base
Andreas Kemnade
2023-01-30
1
-1
/
+1
|
*
gpio: Remove unused and obsoleted irq_to_gpio()
Andy Shevchenko
2023-01-30
6
-46
/
+0
|
*
gpio: davinci: Do not mention legacy API in the code
Andy Shevchenko
2023-01-30
1
-1
/
+1
|
*
gpiolib: Remove unused of_mm_gpiochip_add()
Andy Shevchenko
2023-01-30
2
-7
/
+2
|
*
gpiolib: Do not mention legacy API in the code
Andy Shevchenko
2023-01-30
1
-1
/
+1
|
*
gpio: pcf857x: Implement get_multiple/set_multiple methods
Radu Rendec
2023-01-30
1
-0
/
+29
|
*
gpio: pcf857x: Fix indentation of variable declarations
Radu Rendec
2023-01-30
1
-15
/
+15
|
*
gpio: pcf857x: Replace 'unsigned' with 'unsigned int'
Radu Rendec
2023-01-30
1
-11
/
+11
|
*
gpio: tegra186: add Tegra234 PMC compatible in GPIO driver
Prathamesh Shete
2023-01-30
1
-0
/
+1
|
*
gpio: regmap: use new regmap_might_sleep()
Michael Walle
2023-01-30
1
-9
/
+1
|
*
gpiolib: sort header inclusion alphabetically
Andy Shevchenko
2023-01-30
1
-17
/
+18
|
*
gpiolib: Get rid of not used of_node member
Andy Shevchenko
2023-01-30
6
-54
/
+8
|
*
gpiolib: Introduce gpio_device_get() and gpio_device_put()
Andy Shevchenko
2023-01-30
3
-20
/
+25
|
*
gpio: Remove unused and obsoleted gpio_export_link()
Andy Shevchenko
2023-01-30
5
-40
/
+0
|
*
gpio: vf610: connect GPIO label to dev name
Haibo Chen
2023-01-30
1
-1
/
+1
|
*
gpio: pca9570: rename platform_data to chip_data
Bartosz Golaszewski
2023-01-30
1
-12
/
+12
|
*
gpiolib: of: remove [devm_]gpiod_get_from_of_node() APIs
Dmitry Torokhov
2023-01-30
3
-149
/
+0
|
*
gpiolib: of: remove of_get_gpio[_flags]() and of_get_named_gpio_flags()
Dmitry Torokhov
2023-01-30
2
-45
/
+17
|
*
gpiolib: of: remove obsolete comment for of_gpio_get_count()
Dmitry Torokhov
2023-01-30
1
-6
/
+0
|
*
gpiolib: of: stop exporting of_gpio_named_count()
Dmitry Torokhov
2023-01-30
2
-26
/
+26
|
*
gpiolib: of: remove of_gpio_count()
Dmitry Torokhov
2023-01-30
1
-11
/
+0
|
*
dt-bindings: gpio: Convert Fujitsu MB86S7x GPIO to DT schema
Rob Herring
2023-01-30
2
-20
/
+50
|
*
gpio: i8255: Remove unused legacy interface
William Breathitt Gray
2023-01-30
2
-282
/
+1
|
*
gpio: gpio-mm: Migrate to regmap API
William Breathitt Gray
2023-01-30
2
-124
/
+31
|
*
gpio: 104-dio-48e: Migrate to regmap API
William Breathitt Gray
2023-01-30
1
-130
/
+7
|
*
gpio: i8255: Migrate to gpio-regmap API
William Breathitt Gray
2023-01-30
3
-12
/
+136
|
*
gpio: 104-idi-48: Migrate to gpio-regmap API
William Breathitt Gray
2023-01-30
2
-78
/
+21
|
*
gpio: 104-idi-48: Migrate to the regmap-irq API
William Breathitt Gray
2023-01-30
2
-158
/
+93
|
*
gpio: 104-dio-48e: Migrate to the regmap-irq API
William Breathitt Gray
2023-01-30
2
-142
/
+135
|
*
gpio: regmap: Always set gpio_chip get_direction
William Breathitt Gray
2023-01-30
1
-1
/
+6
[next]