index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
/
pinctrl-single.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
[next]