| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'pinctrl-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-07-03 | 37 | -2683/+11177 |
|\ |
|
| * | pinctrl: vt8500: wmt: remove redundant dev_err call in wmt_pinctrl_probe() | Wei Yongjun | 2013-06-27 | 1 | -3/+1 |
| * | pinctrl: remove bindings for pinconf options needing more thought | Heiko Stübner | 2013-06-25 | 1 | -3/+0 |
| * | pinctrl: remove slew-rate parameter from tz1090 | Heiko Stübner | 2013-06-25 | 2 | -10/+0 |
| * | pinctrl: set unit for debounce time pinconfig to usec | Heiko Stübner | 2013-06-25 | 1 | -1/+1 |
| * | pinctrl: rip out the direct pinconf API | Linus Walleij | 2013-06-25 | 1 | -174/+0 |
| * | pinctrl-tz1090-pdc: add TZ1090 PDC pinctrl driver | James Hogan | 2013-06-24 | 3 | -0/+1036 |
| * | pinctrl-tz1090: add TZ1090 pinctrl driver | James Hogan | 2013-06-24 | 3 | -0/+2084 |
| * | pinctrl: samsung: Staticize drvdata_list | Sachin Kamat | 2013-06-24 | 1 | -1/+1 |
| * | pinctrl: rockchip: Add missing irq_gc_unlock() call before return error | Axel Lin | 2013-06-24 | 1 | -0/+1 |
| * | pinctrl: abx500: rework error path | Patrice Chotard | 2013-06-24 | 1 | -27/+87 |
| * | pinctrl: abx500: suppress hardcoded value | Patrice Chotard | 2013-06-24 | 1 | -4/+17 |
| * | pinctrl: abx500: factorize code | Patrice Chotard | 2013-06-24 | 1 | -17/+15 |
| * | pinctrl: abx500: fix abx500_gpio_get() | Patrice Chotard | 2013-06-24 | 1 | -2/+15 |
| * | pinctrl: abx500: fix abx500_pin_config_set() | Patrice Chotard | 2013-06-24 | 1 | -6/+25 |
| * | pinctrl: abx500: Add device tree support | Patrice Chotard | 2013-06-24 | 1 | -0/+184 |
| * | sh-pfc: Guard DT parsing with #ifdef CONFIG_OF | Laurent Pinchart | 2013-06-24 | 1 | -0/+4 |
| * | pinctrl: add Intel BayTrail GPIO/pinctrl support | Mathias Nyman | 2013-06-18 | 3 | -0/+556 |
| * | pinctrl: Staticize local symbols | Sachin Kamat | 2013-06-18 | 1 | -2/+2 |
| * | pinctrl: spear/plgpio: Staticize spear310_o2p | Sachin Kamat | 2013-06-18 | 1 | -1/+1 |
| * | pinctrl: nomadik: Staticize local symbols | Sachin Kamat | 2013-06-18 | 1 | -3/+3 |
| * | pinctrl: bcm2835: Staticize bcm2835_gpio_pins | Sachin Kamat | 2013-06-18 | 1 | -1/+1 |
| * | sh-pfc: Add pinconf support to DT bindings | Laurent Pinchart | 2013-06-18 | 1 | -12/+97 |
| * | sh-pfc: Add DT support | Laurent Pinchart | 2013-06-18 | 2 | -1/+179 |
| * | sh-pfc: Remove support for platform data | Laurent Pinchart | 2013-06-18 | 1 | -2/+1 |
| * | pinctrl: core: fix missing unlock on error in pinctrl_find_gpio_range_from_pin() | Wei Yongjun | 2013-06-18 | 1 | -8/+7 |
| * | pinctrl: exynos: ack level-triggered interrupts before unmasking | Doug Anderson | 2013-06-17 | 1 | -0/+22 |
| * | pinctrl: export pinctrl_pm_select_*_state | Arnd Bergmann | 2013-06-17 | 1 | -1/+3 |
| * | pinctrl: rockchip: correctly handle arguments of pinconf options | Heiko Stübner | 2013-06-17 | 1 | -4/+37 |
| * | pinctrl: single: adopt pinctrl sleep mode management | Hebbar Gururaja | 2013-06-17 | 1 | -0/+27 |
| * | pinctrl: sunxi: Add Allwinner A10s pins | Maxime Ripard | 2013-06-17 | 2 | -0/+646 |
| * | pinctrl: sunxi: Move the pins definitions to a separate header | Maxime Ripard | 2013-06-17 | 2 | -1360/+1379 |
| * | pinctrl: dynamically alloc temp array when parsing dt pinconf options | Heiko Stübner | 2013-06-17 | 1 | -6/+18 |
| * | pinctrl: handle zero found dt pinconfig properties better | Heiko Stübner | 2013-06-17 | 1 | -0/+7 |
| * | pinctrl: clarify some dt pinconfig options | Heiko Stübner | 2013-06-17 | 1 | -4/+5 |
| * | pinctrl: add pin list based GPIO ranges | Christian Ruppert | 2013-06-17 | 1 | -10/+49 |
| * | pinctrl: exynos: reorder xyz_irq_unmask() so future patch can ack | Doug Anderson | 2013-06-16 | 1 | -26/+26 |
| * | pinctrl: exynos: Add spinlocks to irq_mask and irq_unmask | Doug Anderson | 2013-06-16 | 1 | -0/+20 |
| * | pinctrl: abx500: fix build warning | Patrice Chotard | 2013-06-16 | 1 | -1/+1 |
| * | pinctrl: add pinctrl driver for Rockchip SoCs | Heiko Stübner | 2013-06-16 | 3 | -0/+1367 |
| * | pinctrl: add function to parse generic pinconfig properties from a dt node | Heiko Stübner | 2013-06-16 | 2 | -0/+87 |
| * | pinctrl: sunxi: Add external interrupt functions | Maxime Ripard | 2013-06-16 | 1 | -26/+73 |
| * | pinctrl: sunxi: Add external interrupts support | Maxime Ripard | 2013-06-16 | 2 | -0/+223 |
| * | pinctrl: sunxi: Search the description array by pin id | Maxime Ripard | 2013-06-16 | 1 | -21/+29 |
| * | pinctrl: exynos5440: fix issues reported by prevent tool | Thomas Abraham | 2013-06-16 | 1 | -5/+8 |
| * | pinctrl: pinctrl-single: pin names for pinctrl-single.bits | Manjunathappa, Prakash | 2013-06-16 | 1 | -5/+10 |
| * | pinctrl: pinctrl-single: enhance to configure multiple pins of different modules | Manjunathappa, Prakash | 2013-06-16 | 1 | -33/+165 |
| * | drivers: pinctrl sleep and idle states in the core | Linus Walleij | 2013-06-16 | 1 | -0/+61 |
| * | pinctrl: add pinconf-generic define for a pin-default pull | Heiko Stübner | 2013-06-16 | 1 | -0/+2 |
| * | pinctrl: add VF610 pinctrl driver | Jingchang Lu | 2013-06-16 | 3 | -0/+347 |