summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinctrl-single.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: single: add marvell,pxa1908-padconf compatibleDuje Mihanović2024-11-081-0/+1
* pinctrl: Switch back to struct platform_driver::remove()Uwe Kleine-König2024-10-111-1/+1
* Merge tag 'pinctrl-v6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-09-231-1/+2
|\
| * pinctrl: single: fix missing error code in pcs_probe()Yang Yingliang2024-08-241-1/+2
* | pinctrl: single: fix potential NULL dereference in pcs_get_function()Ma Ke2024-08-231-0/+2
|/
* pinctrl: single: fix possible memory leak when pinctrl_enable() failsYang Yingliang2024-06-171-3/+4
* pinctrl: single: Fix PIN_CONFIG_BIAS_DISABLE handlingMatthijs Kooijman2024-04-041-6/+12
* pinctrl: pinctrl-single: Remove some unused fields in struct pcs_functionChristophe JAILLET2024-04-041-4/+0
* pinctrl: pinctrl-single: move suspend()/resume() callbacks to noirqThomas Richard2024-03-281-19/+9
* pinctrl: pinctrl-single: add ti,j7200-padconf compatibleThomas Richard2023-12-041-0/+5
* pinctrl: single: Convert to platform remove callback returning voidUwe Kleine-König2023-10-101-4/+2
* pinctrl: single: Drop if block with always false conditionUwe Kleine-König2023-10-101-3/+0
* pinctrl: single: remove get rid of __maybe_unusedMasahiro Yamada2023-09-111-6/+6
* pinctrl: single: Add compatible for ti,am654-padconfTony Lindgren2023-08-101-2/+9
* pinctrl: Explicitly include correct DT includesRob Herring2023-07-201-2/+1
* pinctrl: Use of_property_present() for testing DT property presenceRob Herring2023-03-231-2/+2
* pinctrl: single: fix potential NULL dereferenceMaxim Korotkov2023-01-271-0/+2
* Merge tag 'pinctrl-v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2022-12-131-3/+3
|\
| * pinctrl: single: Add missing header(s)Andy Shevchenko2022-10-241-3/+3
* | pinctrl: single: Fix potential division by zeroMaxim Korotkov2022-11-211-1/+1
|/
* Merge tag 'pinctrl-v5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-021-13/+8
|\
| * pinctrl: single: Move test PCS_HAS_PINCONF in pcs_parse_bits_in_pinctrl_entry...Zhen Lei2021-08-101-14/+8
| * pinctrl: single: Fix error return code in pcs_parse_bits_in_pinctrl_entry()Zhen Lei2021-08-101-0/+1
* | pinctrl: Bulk conversion to generic_handle_domain_irq()Marc Zyngier2021-08-121-2/+2
|/
* pinctrl: single: config: enable the pin's inputDario Binacchi2021-06-071-0/+3
* pinctrl: Fix kernel-docYang Li2021-05-281-1/+1
* pinctrl: Introduce MODE group in enum pin_config_paramAndy Shevchenko2021-04-221-3/+3
* pinctrl: pinctrl-single: fix pcs_pin_dbg_show() when bits_per_mux is not zeroHanna Hawa2021-03-251-20/+35
* pinctrl: pinctrl-single: remove unused parameterHanna Hawa2021-03-251-6/+2
* pinctrl: pinctrl-single: remove unused variableHanna Hawa2021-03-251-2/+0
* pinctrl: single: set function name when adding functionDrew Fustini2021-02-121-0/+1
* pinctrl: single: fix debug output when #pinctrl-cells = 2Drew Fustini2020-10-011-1/+1
* pinctrl: single: fix pinctrl_spec.args_count bounds checkDrew Fustini2020-10-011-1/+1
* pinctrl: single: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-201-1/+1
* pinctrl: pinctrl-single: Fix struct/function documentation blocksLee Jones2020-07-161-3/+10
* pinctrl: single: fix function name in documentationDrew Fustini2020-07-071-1/+1
* pinctrl: single: parse #pinctrl-cells = 2Drew Fustini2020-07-071-2/+9
* pinctrl-single: fix pcs_parse_pinconf() return valueDrew Fustini2020-06-161-4/+7
* pinctrl: Convert to using %pOFn instead of device_node.nameRob Herring2018-08-291-16/+16
* Merge tag 'pinctrl-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-141-54/+73
|\
| * pinctrl: single: Fix missing unlock on error pathWei Yongjun2018-07-171-2/+2
| * pinctrl: single: Fix group and function selector useTony Lindgren2018-07-171-36/+55
| * pinctrl: pinctrl-single: Avoid divisions in context save/restoreGeert Uytterhoeven2018-06-181-18/+18
* | pinctrl: single: Add allocation failure checking of saved_valsColin Ian King2018-06-181-3/+11
|/
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-131-12/+14
* pinctrl: pinctrl-single: Add functions to save and restore pinctrl contextKeerthy2018-05-231-1/+71
* pinctrl: pinctrl-single: Fix pcs_request_gpio() when bits_per_mux != 0David Lechner2018-03-261-3/+19
* Merge tag 'pinctrl-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-02-021-7/+3
|\
| * pinctrl: single: Delete an unnecessary return statement in pcs_irq_chain_hand...Markus Elfring2018-01-031-2/+0
| * pinctrl: single: Delete an error message for a failed memory allocation in pc...Markus Elfring2018-01-031-3/+2