aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinctrl-single.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-02Merge tag 'pinctrl-v5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-13/+8
2021-08-12pinctrl: Bulk conversion to generic_handle_domain_irq()Marc Zyngier1-2/+2
2021-08-10pinctrl: single: Move test PCS_HAS_PINCONF in pcs_parse_bits_in_pinctrl_entry() to the beginningZhen Lei1-14/+8
2021-08-10pinctrl: single: Fix error return code in pcs_parse_bits_in_pinctrl_entry()Zhen Lei1-0/+1
2021-06-07pinctrl: single: config: enable the pin's inputDario Binacchi1-0/+3
2021-05-28pinctrl: Fix kernel-docYang Li1-1/+1
2021-04-22pinctrl: Introduce MODE group in enum pin_config_paramAndy Shevchenko1-3/+3
2021-03-25pinctrl: pinctrl-single: fix pcs_pin_dbg_show() when bits_per_mux is not zeroHanna Hawa1-20/+35
2021-03-25pinctrl: pinctrl-single: remove unused parameterHanna Hawa1-6/+2
2021-03-25pinctrl: pinctrl-single: remove unused variableHanna Hawa1-2/+0
2021-02-12pinctrl: single: set function name when adding functionDrew Fustini1-0/+1
2020-10-01pinctrl: single: fix debug output when #pinctrl-cells = 2Drew Fustini1-1/+1
2020-10-01pinctrl: single: fix pinctrl_spec.args_count bounds checkDrew Fustini1-1/+1
2020-07-20pinctrl: single: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-16pinctrl: pinctrl-single: Fix struct/function documentation blocksLee Jones1-3/+10
2020-07-07pinctrl: single: fix function name in documentationDrew Fustini1-1/+1
2020-07-07pinctrl: single: parse #pinctrl-cells = 2Drew Fustini1-2/+9
2020-06-16pinctrl-single: fix pcs_parse_pinconf() return valueDrew Fustini1-4/+7
2018-08-29pinctrl: Convert to using %pOFn instead of device_node.nameRob Herring1-16/+16
2018-08-14Merge tag 'pinctrl-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-54/+73
2018-07-17pinctrl: single: Fix missing unlock on error pathWei Yongjun1-2/+2
2018-07-17pinctrl: single: Fix group and function selector useTony Lindgren1-36/+55
2018-06-18pinctrl: pinctrl-single: Avoid divisions in context save/restoreGeert Uytterhoeven1-18/+18
2018-06-18pinctrl: single: Add allocation failure checking of saved_valsColin Ian King1-3/+11
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-12/+14
2018-05-23pinctrl: pinctrl-single: Add functions to save and restore pinctrl contextKeerthy1-1/+71
2018-03-26pinctrl: pinctrl-single: Fix pcs_request_gpio() when bits_per_mux != 0David Lechner1-3/+19
2018-02-02Merge tag 'pinctrl-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-7/+3
2018-01-03pinctrl: single: Delete an unnecessary return statement in pcs_irq_chain_handler()Markus Elfring1-2/+0
2018-01-03pinctrl: single: Delete an error message for a failed memory allocation in pcs_probe()Markus Elfring1-3/+2
2017-12-28kernel/irq: Extend lockdep class for request mutexAndrew Lunn1-1/+4
2017-12-20pinctrl: single: Remove invalid messageTony Lindgren1-2/+1
2017-09-21pinctrl: single: make two arrays static const, reduces object code sizeColin Ian King1-2/+2
2017-05-29pinctrl: single: use of_device_get_match_data() to get soc dataMasahiro Yamada1-6/+2
2017-04-07pinctrl: core: Fix pinctrl_register_and_init() with pinctrl_enable()Tony Lindgren1-1/+1
2017-01-26Merge branch 'ib-pinctrl-genprops' into develLinus Walleij1-1/+1
2017-01-26pinctrl: Widen the generic pinconf argument from 16 to 24 bitsMika Westerberg1-1/+1
2017-01-13pinctrl: core: Fix regression caused by delayed work for hogsTony Lindgren1-3/+2
2017-01-03pinctrl: single: Use generic pinmux helpers for managing functionsTony Lindgren1-116/+18
2017-01-03pinctrl: single: Use generic pinctrl helpers for managing groupsTony Lindgren1-145/+11
2016-12-30pinctrl: single: fix spelling mistakes on "Ivalid"Colin Ian King1-1/+1
2016-11-16pinctrl: single: Fix a couple error codesDan Carpenter1-2/+6
2016-11-11pinctrl: single: search for the bits property when parsing bitsAxel Haslam1-1/+1
2016-11-11pinctrl: single: check for any error when getting rowsAxel Haslam1-4/+8
2016-11-04pinctrl: single: Use generic parser and #pinctrl-cells for pinctrl-single,bitsTony Lindgren1-24/+24
2016-11-04pinctrl: single: Use generic parser and #pinctrl-cells for pinctrl-single,pinsTony Lindgren1-18/+93
2016-10-28pinctrl: single: Drop pointless macroTony Lindgren1-11/+7
2016-10-28pinctrl: single: Drop custom namesTony Lindgren1-30/+6
2016-06-22pinctrl: single: Fix missing flush of posted write for a wakeirqTony Lindgren1-0/+3
2016-04-15pinctrl: single: Fix pcs_parse_bits_in_pinctrl_entry to use __ffs than ffsKeerthy1-3/+3