Age | Commit message (Expand) | Author | Files | Lines |
2013-11-14 | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 1 | -1/+1 |
2013-11-12 | Merge branches 'fixes', 'mmci' and 'sa11x0' into for-next | Russell King | 1 | -1/+1 |
2013-11-12 | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+1 |
2013-11-12 | Merge tag 'gpio-v3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 32 | -925/+2290 |
2013-11-12 | Merge tag 'pinctrl-for-v3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 5 | -8/+435 |
2013-11-11 | Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 1 | -27/+7 |
2013-11-11 | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -42/+91 |
2013-11-11 | Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -4/+4 |
2013-11-07 | Merge remote-tracking branch 'grant/devicetree/next' into for-next | Rob Herring | 2 | -61/+104 |
2013-11-06 | gpio: gpio-mxs: Remove unneeded dt checks | Fabio Estevam | 1 | -23/+9 |
2013-11-06 | gpio: pl061: don't depend on CONFIG_ARM | Rob Herring | 1 | -1/+1 |
2013-10-30 | gpio: tb10x: fix return value check in tb10x_gpio_probe() | Wei Yongjun | 1 | -4/+2 |
2013-10-30 | gpio: tb10x: use module_platform_driver to simplify the code | Wei Yongjun | 1 | -12/+1 |
2013-10-30 | gpio: bcm-kona: add missing .owner to struct gpio_chip | Wei Yongjun | 1 | -0/+1 |
2013-10-30 | gpiolib: devres: add missing headers | Alexandre Courbot | 1 | -0/+2 |
2013-10-30 | gpiolib: make GPIO_DEVRES depend on GPIOLIB | Alexandre Courbot | 1 | -4/+4 |
2013-10-29 | ARM: 7841/1: sa1100: remove complex GPIO interface | Linus Walleij | 1 | -1/+1 |
2013-10-29 | Merge tag 'omap-for-v3.13/cm-scm-cleanup-signed' of git://git.kernel.org/pub/... | Olof Johansson | 1 | -57/+101 |
2013-10-28 | Merge tag 'samsung-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Olof Johansson | 1 | -4/+4 |
2013-10-26 | gpio: add TB10x GPIO driver | Christian Ruppert | 3 | -0/+346 |
2013-10-23 | gpiolib: devres: fix devm_gpiod_get_index() | Alexandre Courbot | 1 | -1/+1 |
2013-10-20 | gpiolib / ACPI: allow passing GPIOF_ACTIVE_LOW for GpioInt resources | Mika Westerberg | 2 | -1/+13 |
2013-10-20 | gpiolib / ACPI: add ACPI support for gpiod_get_index() | Mika Westerberg | 1 | -0/+10 |
2013-10-20 | gpiolib / ACPI: convert to gpiod interfaces | Mika Westerberg | 1 | -26/+25 |
2013-10-20 | gpiolib: add gpiod_get() and gpiod_put() functions | Alexandre Courbot | 2 | -0/+286 |
2013-10-20 | gpiolib: port of_ functions to use gpiod | Alexandre Courbot | 1 | -11/+17 |
2013-10-20 | gpiolib: export descriptor-based GPIO interface | Alexandre Courbot | 1 | -198/+224 |
2013-10-20 | Merge tag 'v3.12-rc6' into devel | Linus Walleij | 2 | -4/+7 |
2013-10-20 | Merge 3.12-rc6 into driver-core-next | Greg Kroah-Hartman | 4 | -65/+111 |
2013-10-18 | gpio: bcm281xx: Don't print addresses of GPIO area in probe() | Markus Mayer | 1 | -2/+1 |
2013-10-17 | gpio: tegra: use new gpio_lock_as_irq() API | Stephen Warren | 1 | -0/+18 |
2013-10-16 | pinctrl/gpio: non-linear GPIO ranges accesible from gpiolib | Christian Ruppert | 2 | -8/+102 |
2013-10-16 | gpio: rcar: Include linux/of.h header | Sachin Kamat | 1 | -0/+1 |
2013-10-16 | gpio: lpc32xx: Include linux/of.h header | Sachin Kamat | 1 | -0/+1 |
2013-10-16 | gpio/omap: use gpiolib API to mark a GPIO used as an IRQ | Javier Martinez Canillas | 1 | -10/+10 |
2013-10-16 | Merge tag 'v3.12-rc4' into devel | Linus Walleij | 2 | -61/+104 |
2013-10-16 | gpio: add API to be strict about GPIO IRQ usage | Linus Walleij | 1 | -2/+86 |
2013-10-16 | gpio: ep93xx: get rid of bogus __raw* accessors | Linus Walleij | 1 | -9/+9 |
2013-10-16 | gpio: stmpe: drop references to "virtual" IRQ, fix bug | Linus Walleij | 1 | -12/+13 |
2013-10-16 | gpio: rcar: drop references to "virtual" IRQ | Linus Walleij | 1 | -6/+6 |
2013-10-16 | gpio: pl061: drop references to "virtual" IRQ | Linus Walleij | 1 | -5/+5 |
2013-10-16 | gpio: mpc8xxx: drop references to "virtual" IRQ | Linus Walleij | 1 | -4/+4 |
2013-10-16 | gpio: lynxpoint: drop references to "virtual" IRQ | Linus Walleij | 1 | -9/+10 |
2013-10-16 | gpio: intel-mid: drop references to "virtual" IRQ | Linus Walleij | 1 | -5/+5 |
2013-10-16 | gpio: em: drop references to "virtual" IRQ | Linus Walleij | 1 | -6/+6 |
2013-10-16 | gpio: bcm_kona: rename confusing variables | Linus Walleij | 1 | -7/+8 |
2013-10-16 | gpio: adnp: rename "virq" to "child_irq" | Linus Walleij | 1 | -3/+3 |
2013-10-15 | Merge tag 'omap-for-v3.13/quirk-signed' of git://git.kernel.org/pub/scm/linux... | Kevin Hilman | 2 | -61/+104 |
2013-10-11 | gpio: tc3589x: drop references to "virtual" IRQ | Linus Walleij | 1 | -18/+18 |
2013-10-11 | gpio: bcm281xx: Fix nested interrupt handler issue | Markus Mayer | 1 | -1/+0 |