summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinctrl-single.c
Commit message (Expand)AuthorAgeFilesLines
* 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-121-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
| * pinctrl: single: Remove invalid messageTony Lindgren2017-12-201-2/+1
* | kernel/irq: Extend lockdep class for request mutexAndrew Lunn2017-12-281-1/+4
|/
* pinctrl: single: make two arrays static const, reduces object code sizeColin Ian King2017-09-211-2/+2
* pinctrl: single: use of_device_get_match_data() to get soc dataMasahiro Yamada2017-05-291-6/+2
* pinctrl: core: Fix pinctrl_register_and_init() with pinctrl_enable()Tony Lindgren2017-04-071-1/+1
* Merge branch 'ib-pinctrl-genprops' into develLinus Walleij2017-01-261-1/+1
|\
| * pinctrl: Widen the generic pinconf argument from 16 to 24 bitsMika Westerberg2017-01-261-1/+1
* | pinctrl: core: Fix regression caused by delayed work for hogsTony Lindgren2017-01-131-3/+2
* | pinctrl: single: Use generic pinmux helpers for managing functionsTony Lindgren2017-01-031-116/+18
* | pinctrl: single: Use generic pinctrl helpers for managing groupsTony Lindgren2017-01-031-145/+11