aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-03gpio: Renesas R-Car GPIO driver V3Magnus Damm3-0/+380
2013-04-02Merge branch 'soc' into pinmux-baseSimon Horman2-63/+84
2013-03-27gpio: pl061: Add pl061_gpio_free()Axel Lin1-0/+8
2013-03-27gpio: samsung: Add terminating entry for exynos_pinctrl_idsAxel Lin1-0/+1
2013-03-27gpio: mvebu: add dbg_show functionSimon Guinot1-0/+59
2013-03-27MAX7301 GPIO: Do not force SPI speed when using OF PlatformChristophe Leroy1-1/+2
2013-03-27gpio: gpio-tps65910.c: fix checkpatch errorLaurent Navet1-1/+1
2013-03-27gpio: gpio-timberdale.c: fix checkpatch errorLaurent Navet1-2/+1
2013-03-27gpio: gpio-tc3589x.c: fix checkpatch errorsLaurent Navet1-4/+4
2013-03-27gpio: gpio-stp-xway.c: fix checkpatch errorLaurent Navet1-1/+1
2013-03-27gpio: gpio-sch.c: fix checkpatch errorLaurent Navet1-39/+35
2013-03-27gpio: gpio-pxa.c: fix checkpatch errorsLaurent Navet1-2/+2
2013-03-27gpio: gpio-pca953x.c: fix checkpatch errorLaurent Navet1-2/+1
2013-03-27gpio: gpio-omap.c: fix checkpatch errorLaurent Navet1-1/+1
2013-03-27gpio: gpio-mvebu.c: fix checkpatch errorsLaurent Navet1-13/+13
2013-03-27gpio: gpiolib-of.c: fix checkpatch errorLaurent Navet1-1/+1
2013-03-27gpio: mc33880: use spi_get_drvdata() and spi_set_drvdata()Jingoo Han1-4/+4
2013-03-27gpio: 74x164: use spi_get_drvdata() and spi_set_drvdata()Jingoo Han1-4/+4
2013-03-27gpio: mc33880: use dev_err() instead of printk()Jingoo Han1-1/+2
2013-03-27gpio: pcf857x: use devm_kzalloc()Jingoo Han1-5/+2
2013-03-27gpio: mc33880: use devm_kzalloc()Jingoo Han1-5/+3
2013-03-27gpio: max732x: use devm_kzalloc()Jingoo Han1-3/+2
2013-03-27gpio: max7301: use devm_kzalloc()Jingoo Han1-3/+1
2013-03-27gpio: max7300: use devm_kzalloc()Jingoo Han1-3/+1
2013-03-27gpio: adp5520: use devm_kzalloc()Jingoo Han1-3/+1
2013-03-27gpio/vt8500: Convert to devm_ioremap_resource()Sachin Kamat1-5/+3
2013-03-27gpio: em: Make use of devm functionsMagnus Damm1-34/+19
2013-03-27gpio-lynxpoint: Add X86 dependency and io-port handling header.Mathias Nyman2-1/+2
2013-03-27gpio/gpio-ich: make ichx_gpio_check_available() return a pure boolean valueMika Westerberg1-1/+1
2013-03-27gpio-sch: Allow for more than 8 lines in the resume wellDarren Hart1-10/+27
2013-03-27Add TI TCA9554 to supported devices tableNikolay Balandin1-0/+1
2013-03-27gpio: stmpe: pass DT node to irqdomainGabriel Fernandez1-4/+11
2013-03-27gpio: viperboard: Remove duplicate code to set gpio->gpiob_valAxel Lin1-4/+0
2013-03-27gpio-ich: Check for pin availability at request timeJean Delvare1-12/+3
2013-03-27gpio-ich: Fix value returned by ichx_gpio_requestJean Delvare1-1/+1
2013-03-26arm: Move chained_irq_(enter|exit) to a generic fileCatalin Marinas6-10/+6
2013-03-24Merge tag 'pinctrl-fixes-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-3/+2
2013-03-18Merge branches 'soc' and 'pinmux' into boards-baseSimon Horman2-55/+82
2013-03-15Merge branch 'next/pinctrl-exynos' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/driversArnd Bergmann1-0/+1
2013-03-15Merge branch 'next/irq-s3c24xx' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/driversArnd Bergmann1-2/+6
2013-03-15Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl into pinmux-baseSimon Horman1-3/+2
2013-03-12Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+7
2013-03-08gpio: mvebu: Add clk support to prevent lockupAndrew Lunn1-0/+7
2013-03-07gpio: pl061: bind pinctrl by gpio requestHaojian Zhuang1-0/+13
2013-03-07gpio: pl061: support irqdomainHaojian Zhuang1-39/+65
2013-03-07gpio: add gpio offset in gpio range cells propertyHaojian Zhuang1-13/+2
2013-03-07gpio: fix wrong checking condition for gpio rangeHaojian Zhuang1-3/+2
2013-03-06gpio/em: Add Device Tree supportMagnus Damm1-3/+42
2013-03-06gpio/omap: warn if bank is not enabled on setting irq typeJon Hunter1-0/+3
2013-03-06gpio/omap: convert gpio irq domain to linear mappingJon Hunter1-41/+31