summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/pinctrl-single.c
AgeCommit message (Expand)Author
2023-12-04pinctrl: pinctrl-single: add ti,j7200-padconf compatibleThomas Richard
2023-10-10pinctrl: single: Convert to platform remove callback returning voidUwe Kleine-König
2023-10-10pinctrl: single: Drop if block with always false conditionUwe Kleine-König
2023-09-11pinctrl: single: remove get rid of __maybe_unusedMasahiro Yamada
2023-08-10pinctrl: single: Add compatible for ti,am654-padconfTony Lindgren
2023-07-20pinctrl: Explicitly include correct DT includesRob Herring
2023-03-23pinctrl: Use of_property_present() for testing DT property presenceRob Herring
2023-01-27pinctrl: single: fix potential NULL dereferenceMaxim Korotkov
2022-12-13Merge tag 'pinctrl-v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2022-11-21pinctrl: single: Fix potential division by zeroMaxim Korotkov
2022-10-24pinctrl: single: Add missing header(s)Andy Shevchenko
2021-09-02Merge tag 'pinctrl-v5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-08-12pinctrl: Bulk conversion to generic_handle_domain_irq()Marc Zyngier
2021-08-10pinctrl: single: Move test PCS_HAS_PINCONF in pcs_parse_bits_in_pinctrl_entry...Zhen Lei
2021-08-10pinctrl: single: Fix error return code in pcs_parse_bits_in_pinctrl_entry()Zhen Lei
2021-06-07pinctrl: single: config: enable the pin's inputDario Binacchi
2021-05-28pinctrl: Fix kernel-docYang Li
2021-04-22pinctrl: Introduce MODE group in enum pin_config_paramAndy Shevchenko
2021-03-25pinctrl: pinctrl-single: fix pcs_pin_dbg_show() when bits_per_mux is not zeroHanna Hawa
2021-03-25pinctrl: pinctrl-single: remove unused parameterHanna Hawa
2021-03-25pinctrl: pinctrl-single: remove unused variableHanna Hawa
2021-02-12pinctrl: single: set function name when adding functionDrew Fustini
2020-10-01pinctrl: single: fix debug output when #pinctrl-cells = 2Drew Fustini
2020-10-01pinctrl: single: fix pinctrl_spec.args_count bounds checkDrew Fustini
2020-07-20pinctrl: single: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-16pinctrl: pinctrl-single: Fix struct/function documentation blocksLee Jones
2020-07-07pinctrl: single: fix function name in documentationDrew Fustini
2020-07-07pinctrl: single: parse #pinctrl-cells = 2Drew Fustini
2020-06-16pinctrl-single: fix pcs_parse_pinconf() return valueDrew Fustini
2018-08-29pinctrl: Convert to using %pOFn instead of device_node.nameRob Herring
2018-08-14Merge tag 'pinctrl-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-07-17pinctrl: single: Fix missing unlock on error pathWei Yongjun
2018-07-17pinctrl: single: Fix group and function selector useTony Lindgren
2018-06-18pinctrl: pinctrl-single: Avoid divisions in context save/restoreGeert Uytterhoeven
2018-06-18pinctrl: single: Add allocation failure checking of saved_valsColin Ian King
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-05-23pinctrl: pinctrl-single: Add functions to save and restore pinctrl contextKeerthy
2018-03-26pinctrl: pinctrl-single: Fix pcs_request_gpio() when bits_per_mux != 0David Lechner
2018-02-02Merge tag 'pinctrl-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-01-03pinctrl: single: Delete an unnecessary return statement in pcs_irq_chain_hand...Markus Elfring
2018-01-03pinctrl: single: Delete an error message for a failed memory allocation in pc...Markus Elfring
2017-12-28kernel/irq: Extend lockdep class for request mutexAndrew Lunn
2017-12-20pinctrl: single: Remove invalid messageTony Lindgren
2017-09-21pinctrl: single: make two arrays static const, reduces object code sizeColin Ian King
2017-05-29pinctrl: single: use of_device_get_match_data() to get soc dataMasahiro Yamada
2017-04-07pinctrl: core: Fix pinctrl_register_and_init() with pinctrl_enable()Tony Lindgren
2017-01-26Merge branch 'ib-pinctrl-genprops' into develLinus Walleij
2017-01-26pinctrl: Widen the generic pinconf argument from 16 to 24 bitsMika Westerberg
2017-01-13pinctrl: core: Fix regression caused by delayed work for hogsTony Lindgren
2017-01-03pinctrl: single: Use generic pinmux helpers for managing functionsTony Lindgren