Age | Commit message (Expand) | Author | Files | Lines |
2012-10-10 | pinctrl/nomadik: use simple or linear IRQ domain | Linus Walleij | 1 | -3/+13 |
2012-10-10 | pinctrl/nomadik: support other alternate-C functions | Jean-Nicolas Graux | 4 | -47/+765 |
2012-10-09 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 6 | -0/+1804 |
2012-10-07 | Merge tag 'soc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm... | Linus Torvalds | 8 | -0/+2954 |
2012-10-03 | Merge tag 'pinctrl-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 16 | -473/+4602 |
2012-10-02 | Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 6 | -0/+1935 |
2012-10-02 | Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm... | Linus Torvalds | 2 | -2/+44 |
2012-10-02 | Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 1 | -1/+57 |
2012-10-01 | pinctrl: add bcm2835 driver | Simon Arlott | 3 | -0/+1081 |
2012-09-28 | pinctrl/nomadik: use irq_find_mapping() | Linus Walleij | 1 | -3/+1 |
2012-09-28 | pinctrl: sirf: add lost chained_irq_enter and exit in sirfsoc_gpio_handle_irq | Barry Song | 1 | -0/+6 |
2012-09-28 | pinctrl: sirf: initialize the irq_chip pointer of pinctrl_gpio_range | Barry Song | 1 | -1/+3 |
2012-09-28 | pinctrl: sirf: fix spinlock deadlock in sirfsoc_gpio_set_input | Barry Song | 1 | -5/+0 |
2012-09-28 | pinctrl: sirf: add missing pins to pinctrl list | Barry Song | 1 | -0/+6 |
2012-09-28 | pinctrl: sirf: fix a typo in sirfsoc_gpio_probe | Barry Song | 1 | -0/+2 |
2012-09-28 | pinctrl: pinctrl-single: add debugfs pin h/w state info | Matt Porter | 1 | -1/+9 |
2012-09-27 | pinctrl: Fix potential memory leak in pinctrl_register_one_pin() | Sachin Kamat | 1 | -1/+3 |
2012-09-23 | Merge branch 'kirkwood/drivers' of git://git.infradead.org/users/jcooper/linu... | Olof Johansson | 8 | -0/+2954 |
2012-09-22 | pinctrl: mvebu: add pinctrl driver for Armada XP | Thomas Petazzoni | 3 | -0/+473 |
2012-09-22 | pinctrl: mvebu: add pinctrl driver for Armada 370 | Thomas Petazzoni | 3 | -0/+426 |
2012-09-22 | pinctrl: mvebu: kirkwood pinctrl driver | Sebastian Hesselbarth | 3 | -0/+477 |
2012-09-22 | pinctrl: mvebu: dove pinctrl driver | Sebastian Hesselbarth | 3 | -0/+625 |
2012-09-22 | pinctrl: mvebu: pinctrl driver core | Sebastian Hesselbarth | 4 | -0/+953 |
2012-09-21 | Merge branch 'next/dt' into next/multiplatform | Olof Johansson | 1 | -1/+57 |
2012-09-21 | pinctrl: exynos: Fix wakeup IRQ domain registration check | Tomasz Figa | 1 | -1/+1 |
2012-09-21 | pinctrl: samsung: Uninline samsung_pinctrl_get_soc_data | Tomasz Figa | 1 | -1/+1 |
2012-09-21 | pinctrl: exynos: Correct the detection of wakeup-eint node | Tomasz Figa | 1 | -5/+9 |
2012-09-21 | pinctrl: exynos: Mark exynos_irq_demux_eint as inline | Tomasz Figa | 1 | -1/+1 |
2012-09-21 | pinctrl: exynos: Handle only unmasked wakeup interrupts | Tomasz Figa | 1 | -2/+5 |
2012-09-21 | pinctrl: exynos: Fix typos in gpio/wkup _irq_mask | Tomasz Figa | 1 | -2/+2 |
2012-09-21 | pinctrl: exynos: Set pin function to EINT in irq_set_type of GPIO EINTa | Tomasz Figa | 2 | -0/+13 |
2012-09-18 | pinctrl: imx: remove duplicated const | Richard Zhao | 1 | -1/+1 |
2012-09-14 | pinctrl: tegra: move pinconf-tegra.h content into drivers/pinctrl | Stephen Warren | 2 | -2/+44 |
2012-09-14 | pinctrl: use kasprintf() in pinmux_request_gpio() | Thomas Petazzoni | 1 | -4/+1 |
2012-09-13 | OF: pinctrl: MIPS: lantiq: adds support for FALCON SoC | John Crispin | 3 | -0/+474 |
2012-09-13 | OF: pinctrl: MIPS: lantiq: implement lantiq/xway pinctrl support | John Crispin | 5 | -0/+1330 |
2012-09-13 | pinctrl: pinctrl-single: Add pinctrl-single,bits type of mux | Peter Ujfalusi | 1 | -10/+36 |
2012-09-10 | pinctrl/nomadik : add MC1_a_2 pin MC1 function group list | Patrice Chotard | 1 | -1/+4 |
2012-09-10 | pinctrl: pinctrl-single: Make sure we do not change bits outside of mask | Peter Ujfalusi | 1 | -1/+1 |
2012-09-07 | pinctrl: add exynos4210 specific extensions for samsung pinctrl driver | Thomas Abraham | 4 | -0/+782 |
2012-09-07 | pinctrl: add samsung pinctrl and gpiolib driver | Thomas Abraham | 4 | -0/+1133 |
2012-09-05 | pinctrl: sirf: add DT-binding pinmux mapping support | Barry Song | 1 | -1/+57 |
2012-09-04 | Merge branch 'cleanup/io-pci' into next/cleanup | Arnd Bergmann | 8 | -24/+14 |
2012-09-03 | pinctrl/nomadik: MASK_ON_SUSPEND | Etienne Carriere | 1 | -0/+1 |
2012-09-03 | pinctrl: imx5: start numbering pad from 0 | Shawn Guo | 2 | -446/+446 |
2012-09-03 | pinctrl: pinctrl-imx: add imx35 pinctrl driver | Uwe Kleine-König | 3 | -0/+1604 |
2012-09-03 | pinctrl/nomadik: add STn8815 ASIC support | Linus Walleij | 5 | -0/+377 |
2012-09-03 | pinctrl/nomadik: add ASIC DB8450 pinctrl driver | Patrice Chotard | 5 | -0/+1021 |
2012-08-17 | pinctrl/nomadik: add kp_b_2 keyboard function group list | Patrice Chotard | 1 | -1/+4 |
2012-08-17 | pinctrl: imx51: fix .conf_reg of MX51_PAD_SD2_CMD__CSPI_MOSI | Shawn Guo | 1 | -1/+1 |