aboutsummaryrefslogtreecommitdiff
path: root/drivers/pinctrl/pinctrl-single.c
AgeCommit message (Expand)Author
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
2017-01-03pinctrl: single: Use generic pinctrl helpers for managing groupsTony Lindgren
2016-12-30pinctrl: single: fix spelling mistakes on "Ivalid"Colin Ian King
2016-11-16pinctrl: single: Fix a couple error codesDan Carpenter
2016-11-11pinctrl: single: search for the bits property when parsing bitsAxel Haslam
2016-11-11pinctrl: single: check for any error when getting rowsAxel Haslam
2016-11-04pinctrl: single: Use generic parser and #pinctrl-cells for pinctrl-single,bitsTony Lindgren
2016-11-04pinctrl: single: Use generic parser and #pinctrl-cells for pinctrl-single,pinsTony Lindgren
2016-10-28pinctrl: single: Drop pointless macroTony Lindgren
2016-10-28pinctrl: single: Drop custom namesTony Lindgren
2016-06-22pinctrl: single: Fix missing flush of posted write for a wakeirqTony Lindgren
2016-04-15pinctrl: single: Fix pcs_parse_bits_in_pinctrl_entry to use __ffs than ffsKeerthy
2016-03-11pinctrl: single: Use a separate lockdep classSudeep Holla
2015-11-17pinctrl: Delete unnecessary checksMarkus Elfring
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner
2015-09-04Merge tag 'pinctrl-v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2015-07-28pinctrl: kill off set_irq_flags usageRob Herring
2015-07-20pinctrl: single: ensure pcs irq will not be forced threadedGrygorii Strashko
2015-07-17pinctrl: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu
2015-07-17pinctrl: Consolidate chained IRQ handler install/removeThomas Gleixner
2015-07-16pinctrl: single: dra7: remove PCS_QUIRK_SHARED_IRQGrygorii Strashko
2015-06-10pinctrl: make pinctrl_register() return proper error codeMasahiro Yamada
2015-05-06pinctrl: single: Constify irq_domain_opsKrzysztof Kozlowski
2015-03-27pinctrl: constify of_device_id arrayFabian Frederick
2014-10-20pinctrl: drop owner assignment from platform_driversWolfram Sang
2014-09-05pinctrl: single: fix freudian slipLinus Walleij
2014-09-04pinctrl: clean up after enable refactoringLinus Walleij
2014-08-29pinctrl: single: AM437x: Add pinctrl compatibilityKeerthy
2014-08-29pinctrl: single: Add DRA7 pinctrl compatibilityNishanth Menon
2014-07-11pinctrl: pinctrl-single.c: Cleaning up wrong format string usageRickard Strandqvist