Age | Commit message (Expand) | Author | Files | Lines |
2021-11-05 | Merge tag 'pinctrl-v5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+2 |
2021-10-25 | pinctrl: core: fix possible memory leak in pinctrl_enable() | Yang Yingliang | 1 | -0/+2 |
2021-09-17 | pinctrl: core: Remove duplicated word from devm_pinctrl_unregister() | Michal Simek | 1 | -1/+1 |
2021-04-30 | Merge tag 'pinctrl-v5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -8/+31 |
2021-04-22 | pinctrl: core: Show pin numbers for the controllers with base = 0 | Andy Shevchenko | 1 | -6/+8 |
2021-04-22 | pinctrl: core: Fix kernel doc string for pin_get_name() | Andy Shevchenko | 1 | -1/+1 |
2021-03-15 | pinctrl: core: Set ret to 0 when group is skipped | Michal Simek | 1 | -0/+2 |
2021-03-15 | pinctrl: core: Handling pinmux and pinconf separately | Michal Simek | 1 | -1/+22 |
2021-03-10 | pinctrl: use to octal permissions for debugfs files | Drew Fustini | 1 | -6/+6 |
2021-01-05 | pinctrl: remove empty lines in pinctrl subsystem | Zhaoyu Liu | 1 | -1/+0 |
2020-11-05 | pinctrl: core: Add missing #ifdef CONFIG_GPIOLIB | He Zhe | 1 | -0/+2 |
2020-08-04 | pinctrl: core: print gpio in pins debugfs file | Drew Fustini | 1 | -0/+21 |
2020-07-16 | pinctrl: core: Fix a bunch of kerneldoc issues | Lee Jones | 1 | -6/+6 |
2020-04-03 | Merge tag 'pinctrl-v5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 1 | -0/+1 |
2020-02-29 | pinctrl: core: Remove extra kref_get which blocks hogs being freed | Charles Keepax | 1 | -1/+0 |
2020-02-29 | pinctrl: Export some needed symbols at module load time | Baolin Wang | 1 | -0/+1 |
2019-12-30 | Merge branch 'ib-pinctrl-unreg-mappings' into devel | Linus Walleij | 1 | -25/+16 |
2019-12-30 | pinctrl: Allow modules to use pinctrl_[un]register_mappings | Hans de Goede | 1 | -25/+16 |
2019-12-13 | pinctrl: core: Add pinctrl_select_default_state() and export it | Ulf Hansson | 1 | -14/+19 |
2019-08-23 | pinctrl/gpio: Take MUX usage into account | Stefan Wahren | 1 | -0/+28 |
2019-07-14 | Merge tag 'pinctrl-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 1 | -27/+17 |
2019-06-12 | pinctrl: remove unused pin_is_valid() | Masahiro Yamada | 1 | -23/+0 |
2019-06-12 | pinctrl: remove unneeded initializer for list_for_each_entry() iterator | Masahiro Yamada | 1 | -4/+4 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194 | Thomas Gleixner | 1 | -2/+1 |
2019-05-24 | pinctrl: core: Do not add device links for hogs | Linus Walleij | 1 | -1/+3 |
2019-05-23 | pinctrl: Enable device link creation for pin control | Benjamin Gaignard | 1 | -0/+11 |
2018-10-01 | pinctrl: core: make sure strcmp() doesn't get a null parameter | Yanjiang Jin | 1 | -2/+2 |
2018-07-17 | pinctrl: core: Return selector to the pinctrl driver | Tony Lindgren | 1 | -3/+32 |
2018-06-18 | pinctrl: Cut unused sysfs includes | Linus Walleij | 1 | -1/+0 |
2018-03-02 | pinctrl: core: Add missing EXPORT on pinctrl_register_mappings | Richard Fitzgerald | 1 | -0/+1 |
2018-02-22 | pinctrl: Re-use DEFINE_SHOW_ATTRIBUTE() macro | Andy Shevchenko | 1 | -78/+12 |
2018-02-12 | pinctrl: mcp23s08: spi: Fix duplicate pinctrl debugfs entries | Jan Kundrát | 1 | -2/+16 |
2017-12-20 | pinctrl: Really force states during suspend/resume | Florian Fainelli | 1 | -7/+17 |
2017-09-22 | pinctrl/gpio: Unify namespace for cross-calls | Linus Walleij | 1 | -6/+6 |
2017-08-31 | pinctrl: core: Delete an error message | Markus Elfring | 1 | -1/+0 |
2017-08-14 | pinctrl: add __rcu annotations to fix sparse warnings | Masahiro Yamada | 1 | -1/+1 |
2017-08-14 | pinctrl: move const qualifier before struct | Masahiro Yamada | 1 | -7/+7 |
2017-06-29 | Merge tag 'v4.12-rc7' into devel | Linus Walleij | 1 | -17/+3 |
2017-05-22 | pinctrl: core: Fix warning by removing bogus code | Tony Lindgren | 1 | -17/+3 |
2017-05-22 | pinctrl: When claiming hog, skip maps not served by same device | Nikita Yushchenko | 1 | -0/+10 |
2017-05-22 | pinctrl: Adjust nine checks for null pointers | Markus Elfring | 1 | -9/+9 |
2017-05-22 | pinctrl: Use seq_putc() in pinctrl_maps_show() | Markus Elfring | 1 | -1/+1 |
2017-05-03 | Merge tag 'pinctrl-v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -5/+5 |
2017-04-24 | pinctrl: core: Make pinctrl_init_controller() static | Andy Shevchenko | 1 | -3/+3 |
2017-04-07 | pinctrl: core: Fix pinctrl_register_and_init() with pinctrl_enable() | Tony Lindgren | 1 | -36/+61 |
2017-03-14 | pinctrl: Fix spelling typos | Andy Shevchenko | 1 | -1/+1 |
2017-03-06 | pinctrl: Fix trivial spelling typo in a comment | Charles Keepax | 1 | -1/+1 |
2017-01-26 | Merge branch 'ib-pinctrl-genprops' into devel | Linus Walleij | 1 | -0/+29 |
2017-01-26 | pinctrl: Allow configuration of pins from gpiolib based drivers | Mika Westerberg | 1 | -0/+29 |
2017-01-13 | pinctrl: Initialize pinctrl_dev.node | Thierry Reding | 1 | -4/+2 |