index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
/
pinctrl-st.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pinctrl: st: Return pinctrl_gpio_direction_output to transfer the error
Chen Ni
2024-01-27
1
-2
/
+1
*
pinctrl: st: drop the wrapper around pinctrl_gpio_direction_input()
Bartosz Golaszewski
2023-11-04
1
-9
/
+2
*
treewide: rename pinctrl_gpio_direction_output_new()
Bartosz Golaszewski
2023-11-04
1
-1
/
+1
*
treewide: rename pinctrl_gpio_direction_input_new()
Bartosz Golaszewski
2023-11-04
1
-1
/
+1
*
pinctrl: st: use new pinctrl GPIO helpers
Bartosz Golaszewski
2023-11-04
1
-2
/
+2
*
pinctrl: st: Convert to immutable irq_chip
Linus Walleij
2023-04-14
1
-7
/
+9
*
Merge tag 'intel-pinctrl-v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Walleij
2022-10-26
1
-8
/
+13
|
\
|
*
pinctrl: st: Add missing header(s)
Andy Shevchenko
2022-10-24
1
-8
/
+13
*
|
pinctrl: st: Switch to use fwnode instead of of_node
Andy Shevchenko
2022-10-17
1
-2
/
+2
|
/
*
pinctrl: st: stop abusing of_get_named_gpio()
Dmitry Torokhov
2022-10-04
1
-4
/
+30
*
pinctrl: st: Switch to use devm_kasprintf_strarray()
Andy Shevchenko
2021-11-18
1
-2
/
+10
*
pinctrl: st: Convert to use dev_err_probe()
Andy Shevchenko
2021-11-18
1
-20
/
+10
*
pinctrl: st: Make use of the devm_platform_ioremap_resource_byname()
Andy Shevchenko
2021-11-18
1
-6
/
+1
*
pinctrl: st: Use temporary variable for struct device
Andy Shevchenko
2021-11-18
1
-39
/
+34
*
pinctrl: st: Drop wrong kernel doc annotations
Andy Shevchenko
2021-11-18
1
-2
/
+2
*
pinctrl: Fix spelling mistake "atleast" -> "at least"
Colin Ian King
2021-09-17
1
-1
/
+1
*
pinctrl: Bulk conversion to generic_handle_domain_irq()
Marc Zyngier
2021-08-12
1
-1
/
+1
*
pinctrl: remove empty lines in pinctrl subsystem
Zhaoyu Liu
2021-01-05
1
-1
/
+0
*
pinctrl: Use new GPIO_LINE_DIRECTION
Matti Vaittinen
2020-02-21
1
-3
/
+11
*
pinctrl: st: Pass irqchip when adding gpiochip
Linus Walleij
2019-10-16
1
-21
/
+32
*
pinctrl: st: Add of_node_put() before return
Nishka Dasgupta
2019-08-21
1
-2
/
+7
*
pinctrl: st: Include the right header
Linus Walleij
2019-08-21
1
-1
/
+2
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-4
/
+1
*
pinctrl: st: fix leaked of_node references
Wen Yang
2019-04-23
1
-5
/
+10
*
pinctrl: Convert to using %pOFn instead of device_node.name
Rob Herring
2018-08-29
1
-3
/
+3
*
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
2018-06-12
1
-15
/
+16
*
gpio: Move irqdomain into struct gpio_irq_chip
Thierry Reding
2017-11-08
1
-1
/
+1
*
pinctrl: st: constify pinconf_ops, pinctrl_ops, and pinmux_ops structures
Julia Lawall
2017-08-22
1
-3
/
+3
*
pinctrl-st: fix of_irq_to_resource() result check
Sergei Shtylyov
2017-08-14
1
-1
/
+1
*
pinctrl: Convert to using %pOF instead of full_name
Rob Herring
2017-08-14
1
-1
/
+1
*
pinctrl: st: constify gpio_chip structure
Gustavo A. R. Silva
2017-08-14
1
-1
/
+1
*
pinctrl: st: add irq_request/release_resources callbacks
Patrice Chotard
2017-03-23
1
-6
/
+24
*
Merge tag 'pinctrl-v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2016-12-13
1
-2
/
+2
|
\
|
*
pinctrl: st: st_pctl_dt_parse_groups simplify expression
Heinrich Schuchardt
2016-11-08
1
-1
/
+1
|
*
pinctrl: st: st_pinconf_dbg_show wrong format string
Heinrich Schuchardt
2016-11-08
1
-1
/
+1
*
|
pinctrl: st: don't specify default interrupt trigger
Patrice Chotard
2016-10-31
1
-1
/
+1
|
/
*
pinctrl: st: Remove STiH415/6 SoC pinctrl driver support.
Peter Griffin
2016-09-15
1
-62
/
+14
*
pinctrl: st: Use second parameter to gpio specifier
Patrice Chotard
2016-08-11
1
-17
/
+0
*
pinctrl: fix incorrect inline keyword in multiple drivers
Arnd Bergmann
2016-06-15
1
-1
/
+1
*
pinctrl: st: Use devm_pinctrl_register() for pinctrl registration
Laxman Dewangan
2016-04-21
1
-1
/
+1
*
pinctrl: st: activate strict mux mode
Patrice Chotard
2016-01-27
1
-0
/
+1
*
pinctrl: st: use gpiochip data pointer
Linus Walleij
2016-01-05
1
-12
/
+9
*
gpio: change member .dev to .parent
Linus Walleij
2015-11-19
1
-1
/
+1
*
pinctrl: replace trivial implementations of gpio_chip request/free
Jonas Gorski
2015-10-16
1
-12
/
+2
*
genirq: Remove irq argument from irq flow handlers
Thomas Gleixner
2015-09-16
1
-2
/
+2
*
pinctrl: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc
Jiang Liu
2015-07-17
1
-3
/
+3
*
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2015-07-01
1
-2
/
+2
|
\
|
*
pinctrl/st: Fix race in installing chained IRQ handler
Thomas Gleixner
2015-06-25
1
-2
/
+2
*
|
pinctrl: make pinctrl_register() return proper error code
Masahiro Yamada
2015-06-10
1
-2
/
+2
|
/
*
pinctrl: constify of_device_id array
Fabian Frederick
2015-03-27
1
-1
/
+1
[next]