Age | Commit message (Expand) | Author | Files | Lines |
2018-08-29 | pinctrl: Convert to using %pOFn instead of device_node.name | Rob Herring | 1 | -16/+16 |
2018-08-14 | Merge tag 'pinctrl-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -54/+73 |
2018-07-17 | pinctrl: single: Fix missing unlock on error path | Wei Yongjun | 1 | -2/+2 |
2018-07-17 | pinctrl: single: Fix group and function selector use | Tony Lindgren | 1 | -36/+55 |
2018-06-18 | pinctrl: pinctrl-single: Avoid divisions in context save/restore | Geert Uytterhoeven | 1 | -18/+18 |
2018-06-18 | pinctrl: single: Add allocation failure checking of saved_vals | Colin Ian King | 1 | -3/+11 |
2018-06-13 | treewide: devm_kzalloc() -> devm_kcalloc() | Kees Cook | 1 | -12/+14 |
2018-05-23 | pinctrl: pinctrl-single: Add functions to save and restore pinctrl context | Keerthy | 1 | -1/+71 |
2018-03-26 | pinctrl: pinctrl-single: Fix pcs_request_gpio() when bits_per_mux != 0 | David Lechner | 1 | -3/+19 |
2018-02-03 | Merge tag 'pinctrl-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -7/+3 |
2018-01-03 | pinctrl: single: Delete an unnecessary return statement in pcs_irq_chain_hand... | Markus Elfring | 1 | -2/+0 |
2018-01-03 | pinctrl: single: Delete an error message for a failed memory allocation in pc... | Markus Elfring | 1 | -3/+2 |
2017-12-28 | kernel/irq: Extend lockdep class for request mutex | Andrew Lunn | 1 | -1/+4 |
2017-12-20 | pinctrl: single: Remove invalid message | Tony Lindgren | 1 | -2/+1 |
2017-09-21 | pinctrl: single: make two arrays static const, reduces object code size | Colin Ian King | 1 | -2/+2 |
2017-05-29 | pinctrl: single: use of_device_get_match_data() to get soc data | Masahiro Yamada | 1 | -6/+2 |
2017-04-07 | pinctrl: core: Fix pinctrl_register_and_init() with pinctrl_enable() | Tony Lindgren | 1 | -1/+1 |
2017-01-26 | Merge branch 'ib-pinctrl-genprops' into devel | Linus Walleij | 1 | -1/+1 |
2017-01-26 | pinctrl: Widen the generic pinconf argument from 16 to 24 bits | Mika Westerberg | 1 | -1/+1 |
2017-01-13 | pinctrl: core: Fix regression caused by delayed work for hogs | Tony Lindgren | 1 | -3/+2 |
2017-01-03 | pinctrl: single: Use generic pinmux helpers for managing functions | Tony Lindgren | 1 | -116/+18 |
2017-01-03 | pinctrl: single: Use generic pinctrl helpers for managing groups | Tony Lindgren | 1 | -145/+11 |
2016-12-30 | pinctrl: single: fix spelling mistakes on "Ivalid" | Colin Ian King | 1 | -1/+1 |
2016-11-16 | pinctrl: single: Fix a couple error codes | Dan Carpenter | 1 | -2/+6 |
2016-11-11 | pinctrl: single: search for the bits property when parsing bits | Axel Haslam | 1 | -1/+1 |
2016-11-11 | pinctrl: single: check for any error when getting rows | Axel Haslam | 1 | -4/+8 |
2016-11-05 | pinctrl: single: Use generic parser and #pinctrl-cells for pinctrl-single,bits | Tony Lindgren | 1 | -24/+24 |
2016-11-05 | pinctrl: single: Use generic parser and #pinctrl-cells for pinctrl-single,pins | Tony Lindgren | 1 | -18/+93 |
2016-10-28 | pinctrl: single: Drop pointless macro | Tony Lindgren | 1 | -11/+7 |
2016-10-28 | pinctrl: single: Drop custom names | Tony Lindgren | 1 | -30/+6 |
2016-06-22 | pinctrl: single: Fix missing flush of posted write for a wakeirq | Tony Lindgren | 1 | -0/+3 |
2016-04-15 | pinctrl: single: Fix pcs_parse_bits_in_pinctrl_entry to use __ffs than ffs | Keerthy | 1 | -3/+3 |
2016-03-11 | pinctrl: single: Use a separate lockdep class | Sudeep Holla | 1 | -0/+8 |
2015-11-17 | pinctrl: Delete unnecessary checks | Markus Elfring | 1 | -4/+1 |
2015-09-16 | genirq: Remove irq argument from irq flow handlers | Thomas Gleixner | 1 | -1/+1 |
2015-09-04 | Merge tag 'pinctrl-v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 1 | -10/+4 |
2015-07-28 | pinctrl: kill off set_irq_flags usage | Rob Herring | 1 | -5/+0 |
2015-07-20 | pinctrl: single: ensure pcs irq will not be forced threaded | Grygorii Strashko | 1 | -1/+2 |
2015-07-17 | pinctrl: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc | Jiang Liu | 1 | -1/+1 |
2015-07-17 | pinctrl: Consolidate chained IRQ handler install/remove | Thomas Gleixner | 1 | -3/+3 |
2015-07-16 | pinctrl: single: dra7: remove PCS_QUIRK_SHARED_IRQ | Grygorii Strashko | 1 | -1/+0 |
2015-06-10 | pinctrl: make pinctrl_register() return proper error code | Masahiro Yamada | 1 | -2/+2 |
2015-05-06 | pinctrl: single: Constify irq_domain_ops | Krzysztof Kozlowski | 1 | -1/+1 |
2015-03-27 | pinctrl: constify of_device_id array | Fabian Frederick | 1 | -2/+2 |
2014-10-20 | pinctrl: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
2014-09-05 | pinctrl: single: fix freudian slip | Linus Walleij | 1 | -1/+1 |
2014-09-04 | pinctrl: clean up after enable refactoring | Linus Walleij | 1 | -2/+2 |
2014-08-29 | pinctrl: single: AM437x: Add pinctrl compatibility | Keerthy | 1 | -0/+7 |
2014-08-29 | pinctrl: single: Add DRA7 pinctrl compatibility | Nishanth Menon | 1 | -0/+7 |
2014-07-11 | pinctrl: pinctrl-single.c: Cleaning up wrong format string usage | Rickard Strandqvist | 1 | -1/+1 |