summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2
Commit message (Expand)AuthorAgeFilesLines
* omap: Fix wrong condition check in while loop for mailbox and iommu2Hiroshi DOYU2009-09-282-2/+2
* omap: Fix MMC gpio_wp for BeagleBoard C2 and aboveJarkko Nikula2009-09-242-1/+8
* omap: Fix matrix_keymap_data usageTony Lindgren2009-09-246-18/+42
* omap: mailbox: Flush posted write when acking mailbox irqHiroshi DOYU2009-09-241-0/+3
* omap: mailbox: Execute softreset at startupHiroshi DOYU2009-09-241-5/+25
* omap: Add missing mux pin for EHCI phy reset lineAjay Kumar Gupta2009-09-241-0/+2
* omap: Fix 44xx compileTony Lindgren2009-09-243-18/+5
* omap: Fix mcspi compile for 2420Tony Lindgren2009-09-241-17/+48
* omap: Fix compile for arch/arm/mach-omap2Tony Lindgren2009-09-241-2/+2
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2009-09-232-3/+64
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2009-09-2047-276/+3600
| |\
| * | mtd: omap: add support for nand prefetch-read and post-writevimal singh2009-09-191-1/+62
| * | mtd: onenand: make onenand/generic.c more genericMagnus Damm2009-09-191-2/+2
* | | spi: McSPI support for OMAP4Syed Rafiuddin2009-09-231-6/+23
* | | omap4: mmc driver support on OMAP4kishore kadiyala2009-09-231-5/+37
* | | ARM: OMAP: RX51: set MMC capabilities and power-saving flagAdrian Hunter2009-09-231-0/+4
* | | ARM: OMAP: mmc-twl4030: add regulator sleep / wake functionAdrian Hunter2009-09-231-0/+57
* | | omap_hsmmc: support for deeper power saving statesDenis Karpov2009-09-232-0/+4
* | | omap_hsmmc: make use of new MMC_CAP_NONREMOVABLE host capabilityAdrian Hunter2009-09-232-0/+4
* | | ARM: OMAP: mmc-twl4030: add context loss counter supportDenis Karpov2009-09-231-0/+15
| |/ |/|
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds2009-09-181-2/+120
|\ \
| * | mfd: OMAP: Board-specifc twl4030 DPS scripts for RX51 boardAmit Kucheria2009-09-171-2/+120
* | | Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-09-1845-273/+3423
|\ \ \ | |/ / |/| |
| * | Merge branch '2_6_32_for_next' of git://git.pwsan.com/linux-2.6 into for-nextTony Lindgren2009-09-0325-134/+2301
| |\ \
| | * | OMAP: omap_hwmod: call omap_hwmod init at boot; create interconnectsPaul Walmsley2009-09-035-3/+469
| | * | OMAP2/3/4: create omap_hwmod layerPaul Walmsley2009-09-032-1/+1556
| | * | OMAP2/3 board-*.c files: read bootloader configuration earlierPaul Walmsley2009-09-0314-102/+115
| | * | OMAP2/3/4 PRCM: add module IDLEST wait codePaul Walmsley2009-09-034-0/+147
| | * | OMAP2/3 PM: create the OMAP PM interface and add a default OMAP PM no-op layerPaul Walmsley2009-09-031-0/+4
| | * | OMAP3 clock: remove superfluous calls to omap2_init_clk_clkdmPaul Walmsley2009-09-031-20/+0
| | * | OMAP clock: associate MPU clocks with the mpu_clkdmPaul Walmsley2009-09-031-0/+1
| | * | OMAP3 clock: Fixed processing of bootarg 'mpurate'Sanjeev Premi2009-09-031-8/+9
| | * | OMAP: powerdomain: Fix overflow when doing powerdomain deps lookups.Paul Walmsley2009-09-031-2/+2
| * | | Merge branch 'pm-upstream/debug' of git://git.kernel.org/pub/scm/linux/kernel...Tony Lindgren2009-09-027-13/+591
| |\ \ \
| | * | | OMAP: PM: Added suspend target state control to debugfs for OMAP3Tero Kristo2009-09-023-2/+56
| | * | | OMAP: PM debug: Add PRCM register dump supportTero Kristo2009-09-022-1/+229
| | * | | OMAP: PM debug: make powerdomains use PM-debug countersPeter 'p2' De Schrijver2009-09-021-6/+11
| | * | | OMAP: PM: Add pm-debug countersPeter 'p2' De Schrijver2009-09-022-1/+181
| | * | | OMAP: PM: Add closures to clkdm_for_each and pwrdm_for_each.Peter 'p2' De Schrijver2009-09-023-8/+9
| | * | | OMAP: PM: Hook into PM countersPeter 'p2' De Schrijver2009-09-023-0/+11
| | * | | OMAP: PM counter infrastructure.Peter 'p2' De Schrijver2009-09-022-2/+101
| | |/ /
| * | | OMAP3: PM: fix lockdep warning caused by omap3_pm_initMing Lei2009-09-021-1/+1
| * | | OMAP: Zoom2: release debug board detect gpio lineVikram Pandita2009-09-021-3/+4
| * | | OMAP3: PM: add T2 interrupt line mux setting, and enable on 3430SDPReddy, Teerth2009-09-022-0/+11
| * | | MUSB: Remove usb_musb_pm_init() callAnand Gadiyar2009-09-021-12/+0
| * | | OMAP: Zoom2: update serial platform_data id for external UARTVikram Pandita2009-09-021-1/+1
| * | | ARM: OMAP4: Bypass the clock check.Santosh Shilimkar2009-09-021-2/+5
| * | | ARM: OMAP4: Fix NULL pointer dereference crash.Santosh Shilimkar2009-09-021-0/+26
| |/ /
| * | OMAP3: beagle: add missing twl4030 usb platform_dataFelipe Balbi2009-08-281-0/+5
| * | OMAP3: Zoom2: Add TWL4030 supportVikram Pandita2009-08-281-11/+192
OpenPOWER on IntegriCloud