| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-05-06 | pinctrl: single: Fix type in .pin_config_group_get() callback | Geert Uytterhoeven | 1 | -1/+2 |
| 2026-04-09 | pinctrl: single: Add bcm7038-padconf compatible matching | Florian Fainelli | 1 | -3/+4 |
| 2026-02-24 | pinctrl: pinctrl-single: add ti,am62l-padconf compatible string | Vignesh Raghavendra | 1 | -0/+1 |
| 2026-02-03 | pinctrl: single: fix refcount leak in pcs_add_gpio_func() | Wei Li | 1 | -0/+2 |
| 2025-12-04 | pinctrl: single: Fix incorrect type for error return variable | Haotian Zhang | 1 | -3/+4 |
| 2025-09-08 | pinctrl: constify pinmux_generic_get_function() | Bartosz Golaszewski | 1 | -2/+2 |
| 2025-08-18 | pinctrl: single: fix bias pull up/down handling in pin_config_set | Chi Zhang | 1 | -1/+3 |
| 2025-05-16 | pinctrl: Switch to irq_domain_create_*() | Jiri Slaby (SUSE) | 1 | -4/+5 |
| 2024-11-08 | pinctrl: single: add marvell,pxa1908-padconf compatible | Duje Mihanović | 1 | -0/+1 |
| 2024-10-11 | pinctrl: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 1 | -1/+1 |
| 2024-09-23 | Merge tag 'pinctrl-v6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+2 |
| 2024-08-24 | pinctrl: single: fix missing error code in pcs_probe() | Yang Yingliang | 1 | -1/+2 |
| 2024-08-23 | pinctrl: single: fix potential NULL dereference in pcs_get_function() | Ma Ke | 1 | -0/+2 |
| 2024-06-17 | pinctrl: single: fix possible memory leak when pinctrl_enable() fails | Yang Yingliang | 1 | -3/+4 |
| 2024-04-04 | pinctrl: single: Fix PIN_CONFIG_BIAS_DISABLE handling | Matthijs Kooijman | 1 | -6/+12 |
| 2024-04-04 | pinctrl: pinctrl-single: Remove some unused fields in struct pcs_function | Christophe JAILLET | 1 | -4/+0 |
| 2024-03-28 | pinctrl: pinctrl-single: move suspend()/resume() callbacks to noirq | Thomas Richard | 1 | -19/+9 |
| 2023-12-04 | pinctrl: pinctrl-single: add ti,j7200-padconf compatible | Thomas Richard | 1 | -0/+5 |
| 2023-10-10 | pinctrl: single: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-10-10 | pinctrl: single: Drop if block with always false condition | Uwe Kleine-König | 1 | -3/+0 |
| 2023-09-11 | pinctrl: single: remove get rid of __maybe_unused | Masahiro Yamada | 1 | -6/+6 |
| 2023-08-10 | pinctrl: single: Add compatible for ti,am654-padconf | Tony Lindgren | 1 | -2/+9 |
| 2023-07-20 | pinctrl: Explicitly include correct DT includes | Rob Herring | 1 | -2/+1 |
| 2023-03-23 | pinctrl: Use of_property_present() for testing DT property presence | Rob Herring | 1 | -2/+2 |
| 2023-01-27 | pinctrl: single: fix potential NULL dereference | Maxim Korotkov | 1 | -0/+2 |
| 2022-12-13 | Merge tag 'pinctrl-v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 1 | -3/+3 |
| 2022-11-21 | pinctrl: single: Fix potential division by zero | Maxim Korotkov | 1 | -1/+1 |
| 2022-10-24 | pinctrl: single: Add missing header(s) | Andy Shevchenko | 1 | -3/+3 |
| 2021-09-02 | Merge tag 'pinctrl-v5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -13/+8 |
| 2021-08-12 | pinctrl: Bulk conversion to generic_handle_domain_irq() | Marc Zyngier | 1 | -2/+2 |
| 2021-08-10 | pinctrl: single: Move test PCS_HAS_PINCONF in pcs_parse_bits_in_pinctrl_entry... | Zhen Lei | 1 | -14/+8 |
| 2021-08-10 | pinctrl: single: Fix error return code in pcs_parse_bits_in_pinctrl_entry() | Zhen Lei | 1 | -0/+1 |
| 2021-06-07 | pinctrl: single: config: enable the pin's input | Dario Binacchi | 1 | -0/+3 |
| 2021-05-28 | pinctrl: Fix kernel-doc | Yang Li | 1 | -1/+1 |
| 2021-04-22 | pinctrl: Introduce MODE group in enum pin_config_param | Andy Shevchenko | 1 | -3/+3 |
| 2021-03-25 | pinctrl: pinctrl-single: fix pcs_pin_dbg_show() when bits_per_mux is not zero | Hanna Hawa | 1 | -20/+35 |
| 2021-03-25 | pinctrl: pinctrl-single: remove unused parameter | Hanna Hawa | 1 | -6/+2 |
| 2021-03-25 | pinctrl: pinctrl-single: remove unused variable | Hanna Hawa | 1 | -2/+0 |
| 2021-02-12 | pinctrl: single: set function name when adding function | Drew Fustini | 1 | -0/+1 |
| 2020-10-01 | pinctrl: single: fix debug output when #pinctrl-cells = 2 | Drew Fustini | 1 | -1/+1 |
| 2020-10-01 | pinctrl: single: fix pinctrl_spec.args_count bounds check | Drew Fustini | 1 | -1/+1 |
| 2020-07-20 | pinctrl: single: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
| 2020-07-16 | pinctrl: pinctrl-single: Fix struct/function documentation blocks | Lee Jones | 1 | -3/+10 |
| 2020-07-07 | pinctrl: single: fix function name in documentation | Drew Fustini | 1 | -1/+1 |
| 2020-07-07 | pinctrl: single: parse #pinctrl-cells = 2 | Drew Fustini | 1 | -2/+9 |
| 2020-06-16 | pinctrl-single: fix pcs_parse_pinconf() return value | Drew Fustini | 1 | -4/+7 |
| 2018-08-29 | pinctrl: Convert to using %pOFn instead of device_node.name | Rob Herring | 1 | -16/+16 |
| 2018-08-14 | Merge tag 'pinctrl-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -54/+73 |
| 2018-07-17 | pinctrl: single: Fix missing unlock on error path | Wei Yongjun | 1 | -2/+2 |
| 2018-07-17 | pinctrl: single: Fix group and function selector use | Tony Lindgren | 1 | -36/+55 |
| 2018-06-18 | pinctrl: pinctrl-single: Avoid divisions in context save/restore | Geert Uytterhoeven | 1 | -18/+18 |
| 2018-06-18 | pinctrl: single: Add allocation failure checking of saved_vals | Colin Ian King | 1 | -3/+11 |
| 2018-06-12 | treewide: devm_kzalloc() -> devm_kcalloc() | Kees Cook | 1 | -12/+14 |
| 2018-05-23 | pinctrl: pinctrl-single: Add functions to save and restore pinctrl context | Keerthy | 1 | -1/+71 |
| 2018-03-26 | pinctrl: pinctrl-single: Fix pcs_request_gpio() when bits_per_mux != 0 | David Lechner | 1 | -3/+19 |
| 2018-02-02 | Merge tag 'pinctrl-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -7/+3 |
| 2018-01-03 | pinctrl: single: Delete an unnecessary return statement in pcs_irq_chain_hand... | Markus Elfring | 1 | -2/+0 |
| 2018-01-03 | pinctrl: single: Delete an error message for a failed memory allocation in pc... | Markus Elfring | 1 | -3/+2 |
| 2017-12-28 | kernel/irq: Extend lockdep class for request mutex | Andrew Lunn | 1 | -1/+4 |
| 2017-12-20 | pinctrl: single: Remove invalid message | Tony Lindgren | 1 | -2/+1 |
| 2017-09-21 | pinctrl: single: make two arrays static const, reduces object code size | Colin Ian King | 1 | -2/+2 |
| 2017-05-29 | pinctrl: single: use of_device_get_match_data() to get soc data | Masahiro Yamada | 1 | -6/+2 |
| 2017-04-07 | pinctrl: core: Fix pinctrl_register_and_init() with pinctrl_enable() | Tony Lindgren | 1 | -1/+1 |
| 2017-01-26 | Merge branch 'ib-pinctrl-genprops' into devel | Linus Walleij | 1 | -1/+1 |
| 2017-01-26 | pinctrl: Widen the generic pinconf argument from 16 to 24 bits | Mika Westerberg | 1 | -1/+1 |
| 2017-01-13 | pinctrl: core: Fix regression caused by delayed work for hogs | Tony Lindgren | 1 | -3/+2 |
| 2017-01-03 | pinctrl: single: Use generic pinmux helpers for managing functions | Tony Lindgren | 1 | -116/+18 |
| 2017-01-03 | pinctrl: single: Use generic pinctrl helpers for managing groups | Tony Lindgren | 1 | -145/+11 |
| 2016-12-30 | pinctrl: single: fix spelling mistakes on "Ivalid" | Colin Ian King | 1 | -1/+1 |
| 2016-11-16 | pinctrl: single: Fix a couple error codes | Dan Carpenter | 1 | -2/+6 |
| 2016-11-11 | pinctrl: single: search for the bits property when parsing bits | Axel Haslam | 1 | -1/+1 |
| 2016-11-11 | pinctrl: single: check for any error when getting rows | Axel Haslam | 1 | -4/+8 |
| 2016-11-04 | pinctrl: single: Use generic parser and #pinctrl-cells for pinctrl-single,bits | Tony Lindgren | 1 | -24/+24 |
| 2016-11-04 | pinctrl: single: Use generic parser and #pinctrl-cells for pinctrl-single,pins | Tony Lindgren | 1 | -18/+93 |
| 2016-10-28 | pinctrl: single: Drop pointless macro | Tony Lindgren | 1 | -11/+7 |
| 2016-10-28 | pinctrl: single: Drop custom names | Tony Lindgren | 1 | -30/+6 |
| 2016-06-22 | pinctrl: single: Fix missing flush of posted write for a wakeirq | Tony Lindgren | 1 | -0/+3 |
| 2016-04-15 | pinctrl: single: Fix pcs_parse_bits_in_pinctrl_entry to use __ffs than ffs | Keerthy | 1 | -3/+3 |
| 2016-03-11 | pinctrl: single: Use a separate lockdep class | Sudeep Holla | 1 | -0/+8 |
| 2015-11-17 | pinctrl: Delete unnecessary checks | Markus Elfring | 1 | -4/+1 |
| 2015-09-16 | genirq: Remove irq argument from irq flow handlers | Thomas Gleixner | 1 | -1/+1 |
| 2015-09-04 | Merge tag 'pinctrl-v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 1 | -10/+4 |
| 2015-07-28 | pinctrl: kill off set_irq_flags usage | Rob Herring | 1 | -5/+0 |
| 2015-07-20 | pinctrl: single: ensure pcs irq will not be forced threaded | Grygorii Strashko | 1 | -1/+2 |
| 2015-07-17 | pinctrl: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc | Jiang Liu | 1 | -1/+1 |
| 2015-07-17 | pinctrl: Consolidate chained IRQ handler install/remove | Thomas Gleixner | 1 | -3/+3 |
| 2015-07-16 | pinctrl: single: dra7: remove PCS_QUIRK_SHARED_IRQ | Grygorii Strashko | 1 | -1/+0 |
| 2015-06-10 | pinctrl: make pinctrl_register() return proper error code | Masahiro Yamada | 1 | -2/+2 |
| 2015-05-06 | pinctrl: single: Constify irq_domain_ops | Krzysztof Kozlowski | 1 | -1/+1 |
| 2015-03-27 | pinctrl: constify of_device_id array | Fabian Frederick | 1 | -2/+2 |
| 2014-10-20 | pinctrl: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
| 2014-09-05 | pinctrl: single: fix freudian slip | Linus Walleij | 1 | -1/+1 |
| 2014-09-04 | pinctrl: clean up after enable refactoring | Linus Walleij | 1 | -2/+2 |
| 2014-08-29 | pinctrl: single: AM437x: Add pinctrl compatibility | Keerthy | 1 | -0/+7 |
| 2014-08-29 | pinctrl: single: Add DRA7 pinctrl compatibility | Nishanth Menon | 1 | -0/+7 |
| 2014-07-11 | pinctrl: pinctrl-single.c: Cleaning up wrong format string usage | Rickard Strandqvist | 1 | -1/+1 |
| 2014-07-11 | pinctrl: pinctrl-single.c: Cleaning up values that are never used | Rickard Strandqvist | 1 | -2/+1 |
| 2014-07-11 | pinctrl: avoid duplicated calling enable_pinmux_setting for a pin | Fan Wu | 1 | -56/+0 |
| 2014-04-23 | pinctrl: single: Clear pin interrupts enabled by bootloader | Tony Lindgren | 1 | -0/+13 |
| 2014-02-10 | pinctrl: single: add low power mode support | Chao Xie | 1 | -0/+3 |
| 2014-01-15 | pinctrl: single: fix infinite loop caused by bad mask | Tomi Valkeinen | 1 | -0/+8 |
| 2014-01-15 | pinctrl: single: fix pcs_disable with bits_per_mux | Tomi Valkeinen | 1 | -2/+8 |
| 2013-11-14 | pinctrl: single: call pcs_soc->rearm() whenever IRQ mask is changed | Roger Quadros | 1 | -7/+3 |
| 2013-10-18 | pinctrl: single: Fix build when not built on ARM | Tony Lindgren | 1 | -1/+6 |
| 2013-10-10 | pinctrl: single: Add support for auxdata | Tony Lindgren | 1 | -0/+23 |
| 2013-10-10 | pinctrl: single: Add support for wake-up interrupts | Tony Lindgren | 1 | -0/+322 |
| 2013-10-09 | pinctrl: single: Prepare for supporting SoC specific features | Tony Lindgren | 1 | -9/+29 |
| 2013-08-29 | Merge tag 'v3.11-rc7' into devel | Linus Walleij | 1 | -0/+2 |
| 2013-08-28 | pinctrl: Pass all configs to driver on pin_config_set() | Sherman Yin | 1 | -11/+22 |
| 2013-07-22 | pinctrl: pinctrl-single: fix compile warning when no CONFIG_PM | Jean-Francois Moine | 1 | -0/+2 |
| 2013-06-17 | pinctrl: single: adopt pinctrl sleep mode management | Hebbar Gururaja | 1 | -0/+27 |
| 2013-06-16 | pinctrl: pinctrl-single: pin names for pinctrl-single.bits | Manjunathappa, Prakash | 1 | -5/+10 |
| 2013-06-16 | pinctrl: pinctrl-single: enhance to configure multiple pins of different modules | Manjunathappa, Prakash | 1 | -33/+165 |
| 2013-05-14 | pinctrl: single: fix error return code in pcs_parse_one_pinctrl_entry() | Wei Yongjun | 1 | -1/+2 |
| 2013-03-13 | pinctrl: single: correct argument for pinconf | Haojian Zhuang | 1 | -8/+8 |
| 2013-03-07 | pinctrl: single: Fix build error | Axel Lin | 1 | -3/+3 |
| 2013-03-07 | pinctrl: single: support generic pinconf | Haojian Zhuang | 1 | -7/+401 |
| 2013-03-07 | pinctrl: single: set function mask as optional | Haojian Zhuang | 1 | -4/+22 |
| 2013-03-07 | pinctrl: single: create new gpio function range | Haojian Zhuang | 1 | -2/+71 |
| 2013-03-07 | pinctrl: Declare operation structures as const | Laurent Pinchart | 1 | -3/+3 |
| 2013-01-22 | Revert "pinctrl: single: support gpio request and free" | Haojian Zhuang | 1 | -77/+2 |
| 2013-01-03 | Drivers: pinctrl: remove __dev* attributes. | Greg Kroah-Hartman | 1 | -5/+4 |
| 2012-12-11 | Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -3/+3 |
| 2012-11-28 | pinctrl: remove use of __devexit | Bill Pemberton | 1 | -1/+1 |
| 2012-11-28 | pinctrl: remove use of __devinitdata | Bill Pemberton | 1 | -1/+1 |
| 2012-11-28 | pinctrl: remove use of __devexit_p | Bill Pemberton | 1 | -1/+1 |
| 2012-11-23 | pinctrl: pinctrl-single: Fix error check condition | Sachin Kamat | 1 | -1/+1 |
| 2012-11-21 | pinctrl: single: support gpio request and free | Haojian Zhuang | 1 | -2/+78 |
| 2012-11-15 | pinctrl: single: dump pinmux register value | Haojian Zhuang | 1 | -4/+4 |
| 2012-09-28 | pinctrl: pinctrl-single: add debugfs pin h/w state info | Matt Porter | 1 | -1/+9 |
| 2012-09-13 | pinctrl: pinctrl-single: Add pinctrl-single,bits type of mux | Peter Ujfalusi | 1 | -10/+36 |
| 2012-09-10 | pinctrl: pinctrl-single: Make sure we do not change bits outside of mask | Peter Ujfalusi | 1 | -1/+1 |
| 2012-07-14 | pinctrl: Add one-register-per-pin type device tree based pinctrl driver | Tony Lindgren | 1 | -0/+987 |