summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2012-02-06gpio/omap: remove bank->method & METHOD_* macrosCharulatha V1-32/+6
2012-02-06gpio/omap: remove unnecessary bit-masking for read accessTarun Kanti DebBarma1-3/+0
2012-02-06gpio/omap: use pinctrl offset instead of macroCharulatha V1-5/+3
2012-02-06gpio/omap: cleanup omap_gpio_mod_init functionTarun Kanti DebBarma1-54/+23
2012-02-06gpio/omap: cleanup set_gpio_triggering functionTarun Kanti DebBarma1-114/+43
2012-02-06gpio/omap: remove hardcoded offsets in context save/restoreTarun Kanti DebBarma1-22/+20
2012-02-06gpio/omap: use level/edge detect reg offsetsTarun Kanti DebBarma1-82/+32
2012-02-06gpio/omap: further cleanup using wkup_en registerTarun Kanti DebBarma1-89/+21
2012-02-06gpio/omap: avoid cpu checks during module ena/disableCharulatha V1-30/+23
2012-02-06gpio/omap: make non-wakeup GPIO part of pdataCharulatha V1-7/+1
2012-02-06gpio/omap: handle save/restore context in GPIO driverTarun Kanti DebBarma1-73/+58
2012-02-06gpio/omap: make gpio_context part of gpio_bank structureCharulatha V1-42/+34
2012-02-06gpio/omap: use flag to identify wakeup domainCharulatha V1-7/+6
2012-02-06gpio/omap: remove dependency on gpio_bank_countCharulatha V1-83/+80
2012-02-05gpio: tps65910: Add sleep control supportLaxman Dewangan1-2/+18
2012-02-03gpio: Add a driver for Sodaville GPIO controllerSebastian Andrzej Siewior3-0/+311
2012-02-01gpio: Add missing spin_lock_init in gpio-ml-ioh driverAxel Lin1-0/+1
2012-02-01gpio: Add missing spin_lock_init in gpio-pch driverAxel Lin1-0/+1
2012-02-01gpio: samsung: adapt to changes in gpio specifier translator function declara...Thomas Abraham1-10/+13
2012-01-30ARM/mx35/3ds: gpio: add mc9s08dz60 gpio functionwu guoxing3-0/+168
2012-01-25gpio: pxa: explicitly include mach/irqs.hRob Herring1-0/+2
2012-01-22Correct bad gpio namingRoland Stigge1-1/+1
2012-01-18gpio: tps65910: Use correct offset for gpio initializationLaxman Dewangan1-1/+1
2012-01-17gpio/it8761e: Restrict it8761e gpio driver to x86.Grant Likely1-0/+1
2012-01-16gpio-ml-ioh: cleanup __iomem annotation usageMárton Németh1-3/+3
2012-01-16gpio-ml-ioh: cleanup NULL pointer checkingMárton Németh1-1/+1
2012-01-16gpio-pch: cleanup __iomem annotation usageMárton Németh1-1/+1
2012-01-16gpio-pch: cleanup NULL pointer checkingMárton Németh1-1/+1
2012-01-14Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds6-99/+209
2012-01-13GPIO: sa1100: implement proper gpiolib gpio_to_irq conversionRussell King1-0/+6
2012-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds1-3/+22
2012-01-10Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds3-927/+0
2012-01-09Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-51/+334
2012-01-09Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+72
2012-01-09gpio: Add support for stmpe variant 801Viresh Kumar1-3/+22
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds1-1/+1
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-01-07Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds21-166/+128
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2012-01-06Merge branch 'amba-modalias' of git://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds1-0/+2
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman1-1/+1
2012-01-05Merge branch 'gpio-for-grant' of git://sources.calxeda.com/kernel/linux into ...Grant Likely5-113/+95
2012-01-05gpio: pl061: remove combined interruptRob Herring1-36/+8
2012-01-05gpio: pl061: convert to use generic irq chipRob Herring2-48/+27
2012-01-04GPIO: add bindings for managed devicesJohn Crispin2-1/+91
2012-01-04gpio: pl061: convert to use 0 for no irqRob Herring1-4/+4
2012-01-04gpio: pl061: use chained_irq_* functions in irq handlerRob Herring1-2/+4
2012-01-04GPIO/pl061: Add suspend resume capabilityDeepak Sikri1-0/+68
2012-01-03pinctrl: move the U300 GPIO driver to pinctrlLinus Walleij3-927/+0
2012-01-02drivers/gpio/gpio-tegra.c: use devm_request_and_ioremapJulia Lawall1-8/+1