aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinctrl-single.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-11pinctrl: single: Use a separate lockdep classSudeep Holla1-0/+8
2015-11-17pinctrl: Delete unnecessary checksMarkus Elfring1-4/+1
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-1/+1
2015-09-04Merge tag 'pinctrl-v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-10/+4
2015-07-28pinctrl: kill off set_irq_flags usageRob Herring1-5/+0
2015-07-20pinctrl: single: ensure pcs irq will not be forced threadedGrygorii Strashko1-1/+2
2015-07-17pinctrl: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu1-1/+1
2015-07-17pinctrl: Consolidate chained IRQ handler install/removeThomas Gleixner1-3/+3
2015-07-16pinctrl: single: dra7: remove PCS_QUIRK_SHARED_IRQGrygorii Strashko1-1/+0
2015-06-10pinctrl: make pinctrl_register() return proper error codeMasahiro Yamada1-2/+2
2015-05-06pinctrl: single: Constify irq_domain_opsKrzysztof Kozlowski1-1/+1
2015-03-27pinctrl: constify of_device_id arrayFabian Frederick1-2/+2
2014-10-20pinctrl: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-05pinctrl: single: fix freudian slipLinus Walleij1-1/+1
2014-09-04pinctrl: clean up after enable refactoringLinus Walleij1-2/+2
2014-08-29pinctrl: single: AM437x: Add pinctrl compatibilityKeerthy1-0/+7
2014-08-29pinctrl: single: Add DRA7 pinctrl compatibilityNishanth Menon1-0/+7
2014-07-11pinctrl: pinctrl-single.c: Cleaning up wrong format string usageRickard Strandqvist1-1/+1