summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'twl4030-mfd' into for-2.6.33Mark Brown2009-11-106-0/+6
|\
| * OMAP: Configure audio_mclk for twl4030-codec MFDPeter Ujfalusi2009-11-106-0/+6
* | Merge branch 'for-2.6.32' into for-2.6.33Mark Brown2009-11-0617-185/+281
|\ \ | |/ |/|
| * omap4: Fix UART4 platform data on omap4Santosh Shilimkar2009-10-221-10/+0
| * omap4: Allow omap_serial_early_init() for OMAP4430 boardSantosh Shilimkar2009-10-222-2/+4
| * omap3: PM: enable UART3 module wakeupsKevin Hilman2009-10-221-3/+4
| * omap2: Fix detection of n8x0Tony Lindgren2009-10-221-0/+12
| * omap: Fix omap-keypad by restoring old keypad.h without breaking omap2 boards...Janusz Krzysztofik2009-10-227-7/+6
| * Merge branch '2_6_32rc4_fixes' of git://git.pwsan.com/linux-2.6 into omap-fix...Tony Lindgren2009-10-142-30/+45
| |\
| | * OMAP2xxx clock: set up clockdomain pointer in struct clkPaul Walmsley2009-10-141-0/+1
| | * OMAP: Fix race condition with autodepsKalle Jokiniemi2009-10-141-30/+44
| * | omap: Initialization of SDRC params on Zoom2Teerth Reddy2009-10-141-1/+3
| * | omap: RX-51: Drop I2C-1 speed to 2200Aaro Koskinen2009-10-141-1/+1
| |/
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-10-091-39/+39
| |\
| | * Input: fix rx51 board keymapAmit Kucheria2009-10-051-39/+39
| * | Merge branch 'pm-fixes-32' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Tony Lindgren2009-10-063-95/+135
| |\ \
| | * | OMAP3: PM: introduce a new powerdomain walk helperArtem Bityutskiy2009-10-052-14/+29
| | * | OMAP3: PM: Enable GPIO module-level wakeupsKevin Hilman2009-10-051-0/+10
| | * | OMAP3: PM: USBHOST: clear wakeup events on both hostsVikram Pandita2009-10-051-3/+10
| | * | OMAP3: PM: PRCM interrupt: only handle selected PRCM interruptsPaul Walmsley2009-10-051-9/+37
| | * | OMAP3: PM: PRCM interrupt: check MPUGRPSEL registerPaul Walmsley2009-10-051-0/+3
| | * | OMAP3: PM: Prevent hang in prcm_interrupt_handlerJon Hunter2009-10-051-83/+60
| * | | omap: Lock DPLL5 at bootRajendra Nayak2009-10-051-0/+35
* | | | OMAP: Platform support for twl4030_codec MFDPeter Ujfalusi2009-10-256-0/+54
|/ / /
* | | 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
OpenPOWER on IntegriCloud