Age | Commit message (Expand) | Author | Files | Lines |
2016-01-05 | pinctrl: abx500: use gpiochip data pointer | Linus Walleij | 1 | -18/+9 |
2016-01-05 | pinctrl: nomadik: use gpiochip data pointer | Linus Walleij | 1 | -15/+10 |
2015-11-19 | gpio: change member .dev to .parent | Linus Walleij | 2 | -7/+8 |
2015-10-16 | pinctrl: replace trivial implementations of gpio_chip request/free | Jonas Gorski | 2 | -36/+4 |
2015-09-16 | genirq: Remove irq argument from irq flow handlers | Thomas Gleixner | 1 | -2/+2 |
2015-09-04 | Merge tag 'pinctrl-v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 5 | -173/+147 |
2015-08-11 | pinctrl: nomadik: reflect current input value | Linus Walleij | 1 | -0/+5 |
2015-07-28 | pinctrl: nomadik: split stn8815 UART0 pin groups | Linus Walleij | 1 | -5/+9 |
2015-07-27 | pinctrl: nomadik: depromote GPIO to subsystem_init() | Linus Walleij | 1 | -6/+6 |
2015-07-27 | pinctrl/ARM: move GPIO and pinctrl deps to device tree | Linus Walleij | 5 | -82/+0 |
2015-07-23 | pinctrl: nomadik: assure GPIO chips are populated | Linus Walleij | 1 | -0/+25 |
2015-07-23 | pinctrl: nomadik: find chip from local array | Linus Walleij | 1 | -38/+26 |
2015-07-23 | pinctrl: nomadik: break out state container allocator | Linus Walleij | 1 | -35/+71 |
2015-07-20 | pinctrl: abx500: remove strict mode | Linus Walleij | 1 | -1/+0 |
2015-07-17 | pinctrl: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc | Jiang Liu | 1 | -7/+5 |
2015-06-10 | pinctrl: make pinctrl_register() return proper error code | Masahiro Yamada | 2 | -4/+4 |
2015-06-01 | pinctrl: Spelling s/reseved/reserved/ | Geert Uytterhoeven | 1 | -1/+1 |
2015-05-06 | pinctrl: nomadik: assign chips dynamically | Linus Walleij | 1 | -31/+30 |
2015-05-06 | pinctrl: nomadik: activate strict mux mode | Linus Walleij | 2 | -0/+2 |
2015-04-15 | pinctrl: fix allmodconfig noise | Linus Walleij | 1 | -1/+1 |
2015-04-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2015-03-07 | treewide: Fix typo in printk messages | Masanari Iida | 1 | -1/+1 |
2015-01-12 | pinctrl: pinconf-generic: Allow driver to specify DT params | Soren Brinkmann | 1 | -1/+1 |
2014-12-15 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -3/+0 |
2014-10-20 | pinctrl: nomadik: drop owner assignment from platform_drivers | Wolfram Sang | 2 | -3/+0 |
2014-10-20 | pinctrl: nomadik: amend MMC/SD pins | Linus Walleij | 1 | -1/+3 |
2014-10-20 | pinctrl: abx500: mark pin config as generic | Linus Walleij | 1 | -0/+1 |
2014-10-20 | pinctrl: abx500: retire phandle config mechanism | Linus Walleij | 1 | -13/+1 |
2014-10-20 | pinctrl: abx500: force-convert to generic config bindings | Linus Walleij | 1 | -2/+2 |
2014-10-20 | pinctrl: nomadik: force-convert to generic config bindings | Linus Walleij | 1 | -2/+2 |
2014-10-20 | pinctrl: abx500: force-convert to generic mux bindings | Linus Walleij | 1 | -6/+10 |
2014-10-20 | pinctrl: nomadik: force-convert to generic mux bindings | Linus Walleij | 1 | -6/+10 |
2014-10-09 | Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 2 | -14/+4 |
2014-10-08 | Merge tag 'pinctrl-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -143/+98 |
2014-10-02 | pinctrl: abx500: get rid of unused variable | Linus Walleij | 1 | -1/+1 |
2014-09-30 | pinctrl: nomadik: improve GPIO debug prints | Linus Walleij | 1 | -11/+25 |
2014-09-30 | pinctrl: abx500: refactor DT parser to take two paths | Linus Walleij | 1 | -26/+28 |
2014-09-30 | pinctrl: abx500: use helpers for map allocation/free | Linus Walleij | 1 | -38/+5 |
2014-09-29 | pinctrl: nomadik: refactor DT parser to take two paths | Linus Walleij | 1 | -29/+33 |
2014-09-29 | pinctrl: nomadik: use utils map free function | Linus Walleij | 1 | -13/+2 |
2014-09-29 | pinctrl: nomadik: use util function to reserve maps | Linus Walleij | 1 | -23/+2 |
2014-09-23 | pinctrl: remove remaining users of gpiochip_remove() retval | Linus Walleij | 2 | -13/+3 |
2014-09-04 | pinctrl: clean up after enable refactoring | Linus Walleij | 2 | -6/+6 |
2014-08-17 | pinctrl: abx500: remove useless check | Patrice CHOTARD | 1 | -2/+1 |
2014-07-11 | pinctrl: nomadik: move all Nomadik drivers to subdir | Linus Walleij | 13 | -0/+8583 |