summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next/cleanup-exynos-clock' of git://git.kernel.org/pub/scm/linu...Olof Johansson2012-03-1310-20/+92
|\
| * Merge branch 'next/cleanup-use-static' into next/cleanup-exynos-clockKukjin Kim2012-03-106-42/+8
| |\
| * \ Merge tag 'fixes-3.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2012-02-2913-20/+101
| |\ \
| | * \ Merge branch 'lpc32xx/fixes' of git://git.antcom.de/linux-2.6 into fixesArnd Bergmann2012-02-272-0/+4
| | |\ \
| | * | | ARM: OMAP2: fix mailbox init codeOhad Ben-Cohen2012-02-231-1/+9
| | * | | ARM: OMAP2+: gpmc-smsc911x: add required smsc911x regulatorsMatt Porter2012-02-231-0/+52
| | * | | OMAP3 EVM: remove out-of-bounds array access of gpio_ledsArnout Vandecappelle (Essensium/Mind)2012-02-211-1/+1
| | * | | Merge branch 'fixes-mmc' into fixesTony Lindgren2012-02-2013-51/+84
| | |\ \ \
| | * \ \ \ Merge branch 'for_3.3/fixes/pm' of git://git.kernel.org/pub/scm/linux/kernel/...Tony Lindgren2012-02-1717-60/+130
| | |\ \ \ \
| | | * | | | ARM: OMAP4: cpuidle: Fix the C-state reporting to cpuidle governor.Santosh Shilimkar2012-02-141-3/+2
| | | * | | | ARM: OMAP: add RCU locking to omap2_set_init_voltage.NeilBrown2012-02-141-0/+3
| | * | | | | ARM: OMAP2+: usb-host: fix compile warningFelipe Balbi2012-02-141-3/+3
| | * | | | | ARM: OMAP4: Move the barrier memboclk_steal() as part of reserve callbackSantosh Shilimkar2012-02-144-11/+20
| * | | | | | Merge tag 'iommu-fixes-v3.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-02-281-1/+2
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | ARM: OMAP: make iommu subsys_initcall to fix builtin omap3ispOhad Ben-Cohen2012-02-271-1/+2
* | | | | | | Merge branch 'uart' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/l...Olof Johansson2012-03-102-5/+0
|\ \ \ \ \ \ \
| * | | | | | | ARM: OMAP2+: remove some orphan function declarations.NeilBrown2012-02-211-1/+0
| * | | | | | | ARM: OMAP2+: UART: remove unused fields in omap_uart_state.NeilBrown2012-02-211-4/+0
* | | | | | | | Merge branch 'cleanup-pm' of git://git.kernel.org/pub/scm/linux/kernel/git/tm...Olof Johansson2012-03-1036-309/+308
|\ \ \ \ \ \ \ \
| * | | | | | | | ARM: OMAP2+: PM: share some suspend-related functions across OMAP2, 3, 4Paul Walmsley2012-03-055-142/+76
| * | | | | | | | ARM: OMAP2+: PM debug: fix the use of debugfs_create_* APIJean Pihet2012-03-051-3/+3
| * | | | | | | | ARM: OMAP2+: PM: share clkdms_setup() across OMAP2, 3, 4Paul Walmsley2012-03-055-45/+14
| * | | | | | | | ARM: OMAP2+: PM: clean up omap_set_pwrdm_state()Paul Walmsley2012-03-051-22/+17
| * | | | | | | | ARM: OMAP3: PM: remove superfluous calls to pwrdm_clear_all_prev_pwrst()Paul Walmsley2012-03-052-7/+0
| * | | | | | | | Merge remote-tracking branch 'omap/hsmmc' into for_3.4/cleanup/pm-baseKevin Hilman2012-03-0539-130/+259
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ARM: OMAP: convert omap_device_build() and callers to __initKevin Hilman2012-02-245-8/+8
| | * | | | | | | | ARM: OMAP2+: Mark omap_hsmmc_init and omap_mux related functions as __initTony Lindgren2012-02-249-27/+32
| | * | | | | | | | ARM: OMAP2+: Split omap2_hsmmc_init() to properly support I2C GPIO pinsTony Lindgren2012-02-2021-57/+150
| | | |_|_|_|_|/ / | | |/| | | | | |
| | * | | | | | | ARM: OMAP: Fix build error when mmc_omap is built as module Tony Lindgren2012-02-201-0/+4
| | * | | | | | | ARM: OMAP: Fix kernel panic with HSMMC when twl4030_gpio is a moduleTony Lindgren2012-02-202-1/+7
| | |/ / / / / /
* | | | | | | | Merge branch 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlin...Olof Johansson2012-03-074-0/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | ARM: OMAP2+: Fix build error after mergeTony Lindgren2012-03-074-0/+5
| |/ / / / / / /
* | | | | | | | Merge branch 'depends/omap/gpio/runtime-pm-cleanup' into next/cleanupArnd Bergmann2012-03-022-20/+30
|\ \ \ \ \ \ \ \
| * | | | | | | | gpio/omap: use pm-runtime frameworkTarun Kanti DebBarma2012-02-061-2/+0
| * | | | | | | | gpio/omap: remove bank->method & METHOD_* macrosCharulatha V2012-02-061-2/+0
| * | | | | | | | gpio/omap: remove hardcoded offsets in context save/restoreTarun Kanti DebBarma2012-02-061-0/+2
| * | | | | | | | gpio/omap: use level/edge detect reg offsetsTarun Kanti DebBarma2012-02-061-0/+8
| * | | | | | | | gpio/omap: further cleanup using wkup_en registerTarun Kanti DebBarma2012-02-061-0/+2
| * | | | | | | | gpio/omap: avoid cpu checks during module ena/disableCharulatha V2012-02-061-0/+2
| * | | | | | | | gpio/omap: make non-wakeup GPIO part of pdataCharulatha V2012-02-061-0/+8
| * | | | | | | | gpio/omap: handle save/restore context in GPIO driverTarun Kanti DebBarma2012-02-062-15/+2
| * | | | | | | | gpio/omap: use flag to identify wakeup domainCharulatha V2012-02-061-0/+6
| * | | | | | | | gpio/omap: remove dependency on gpio_bank_countCharulatha V2012-02-061-1/+0
* | | | | | | | | Merge branch 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlin...Arnd Bergmann2012-02-2945-123/+326
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | ARM: OMAP2+: Fix L4_EMU_34XX_BASE error after iomap changesTony Lindgren2012-02-281-0/+2
| * | | | | | | | Merge branch 'iomap' into cleanupTony Lindgren2012-02-2839-98/+324
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ARM: OMAP2+: Limit omap_read/write usage to legacy USB driversTony Lindgren2012-02-242-50/+0
| | * | | | | | | | ARM: OMAP: Remove plat/io.h by splitting it into mach/io.h and mach/hardware.hTony Lindgren2012-02-2415-3/+70
| | * | | | | | | | ARM: OMAP2+: Move most of plat/io.h into local iomap.hTony Lindgren2012-02-2429-35/+257
| | * | | | | | | | ARM: OMAP: Move omap_init_consistent_dma_size() to local common.hTony Lindgren2012-02-241-0/+2