aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/gpio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-18ARM: OMAP: Make plat/omap-pm.h local to mach-omap2Tony Lindgren1-1/+1
2012-10-18ARM: OMAP: Make plat/omap_hwmod.h local to mach-omap2Tony Lindgren1-1/+1
2012-10-17ARM: OMAP: Make omap_device local to mach-omap2Tony Lindgren1-1/+1
2012-10-01Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+1
2012-09-12Merge tag 'omap-cleanup-b-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending into cleanup-makefile-sparseTony Lindgren1-0/+1
2012-09-12ARM: OMAP: Move gpio.h to include/linux/platform_dataTony Lindgren1-0/+1
2012-09-12ARM: OMAP: clean up some smatch warnings, fix some printk(KERN_ERR ...Paul Walmsley1-0/+1
2012-09-10gpio/omap: fix possible memory leak in omap2_gpio_dev_init()Wei Yongjun1-0/+2
2012-05-24Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-1/+2
2012-05-22Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+6
2012-05-11gpio/omap: remove cpu_is_omapxxxx() checks from *_runtime_resume()Tarun Kanti DebBarma1-0/+2
2012-05-11gpio/omap: remove virtual_irq_start variableTarun Kanti DebBarma1-1/+0
2012-04-17ARM: OMAP2+: clean up some cppcheck warningsPaul Walmsley1-1/+1
2012-04-15Merge branch 'omap/dt-missed-3.4' into next/dtOlof Johansson1-2/+6
2012-03-12arm/dts: OMAP4: Add gpio nodesBenoit Cousson1-2/+6
2012-03-10Merge branch 'cleanup-pm' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/cleanupOlof Johansson1-1/+1
2012-02-24ARM: OMAP: convert omap_device_build() and callers to __initKevin Hilman1-1/+1
2012-02-06gpio/omap: use pm-runtime frameworkTarun Kanti DebBarma1-2/+0
2012-02-06gpio/omap: remove bank->method & METHOD_* macrosCharulatha V1-2/+0
2012-02-06gpio/omap: remove hardcoded offsets in context save/restoreTarun Kanti DebBarma1-0/+2
2012-02-06gpio/omap: use level/edge detect reg offsetsTarun Kanti DebBarma1-0/+8
2012-02-06gpio/omap: further cleanup using wkup_en registerTarun Kanti DebBarma1-0/+2
2012-02-06gpio/omap: avoid cpu checks during module ena/disableCharulatha V1-0/+2
2012-02-06gpio/omap: make non-wakeup GPIO part of pdataCharulatha V1-0/+8
2012-02-06gpio/omap: handle save/restore context in GPIO driverTarun Kanti DebBarma1-1/+2
2012-02-06gpio/omap: use flag to identify wakeup domainCharulatha V1-0/+6
2012-02-06gpio/omap: remove dependency on gpio_bank_countCharulatha V1-1/+0
2011-10-04ARM: OMAP2+: devices: Remove all omap_device_pm_latency structuresBenoit Cousson1-11/+1
2011-09-15OMAP: omap_device: _disable_idle_on_suspend() takes platform_device pointerKevin Hilman1-1/+1
2011-09-15OMAP: omap_device: when building return platform_device instead of omap_deviceKevin Hilman1-4/+4
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6Linus Torvalds1-0/+2
2011-07-12OMAP: PM: disable idle on suspend for GPIO and UARTKevin Hilman1-0/+2
2011-06-16gpio/omap: cleanup show revision, remove cpu_is checks, display only onceKevin Hilman1-0/+2
2011-06-16gpio/omap: debounce remove SoC specific registers, use pdataKevin Hilman1-0/+4
2011-06-16gpio/omap: conslidate enable/disable of GPIO IRQs, remove ifdefsKevin Hilman1-0/+6
2011-06-16gpio/omap: consolidate IRQ status handling, remove #ifdefsKevin Hilman1-0/+4
2011-06-16gpio/omap: consolidate direction, input, output, remove #ifdefsKevin Hilman1-0/+16
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-12-07OMAP2+: GPIO: device registrationVaradarajan, Charulatha1-0/+104