summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2
Commit message (Expand)AuthorAgeFilesLines
...
| * | OMAP3: PM: Add D2D clocks and auto-idle setup to PRCM initKevin Hilman2009-05-284-4/+71
| * | OMAP: UART: Add sysfs interface for adjusting UART sleep timeoutJouni Hogander2009-05-281-4/+51
| * | OMAP3: PM: UART: disable clocks when idle and off-mode supportKevin Hilman2009-05-283-25/+396
| * | OMAP3: PM: Force IVA2 into idle during bootupKevin Hilman2009-05-281-0/+50
| * | OMAP: Add new function to check wether there is irq pendingJouni Hogander2009-05-282-17/+19
| * | OMAP2/3: PM: push core PM code from linux-omapKevin Hilman2009-05-2811-115/+1789
| * | Revert "ARM: OMAP: Mask interrupts when disabling interrupts, v2"Kevin Hilman2009-05-261-1/+0
| * | Merge branch 'omap-clock-upstream' of git://git.pwsan.com/linux-2.6 into for-...Tony Lindgren2009-05-265-77/+107
| |\ \
| | * | OMAP2xxx clock: rename clk_init_one() to clk_preinit()Paul Walmsley2009-05-122-2/+2
| | * | OMAP3 clock: lessen amount of noisy messagesArtem Bityutskiy2009-05-121-1/+1
| | * | OMAP3 clock: use pr_debug() rather than pr_info() in some clock change codePaul Walmsley2009-05-122-10/+10
| | * | OMAP3 clock: only unlock SDRC DLL if SDRC clk < 83MHzPaul Walmsley2009-05-122-7/+16
| | * | OMAP3 SRAM: renumber registers to make space for argument passingPaul Walmsley2009-05-121-57/+57
| | * | OMAP3 SDRC: initialize SDRC_POWER at bootPaul Walmsley2009-05-121-1/+18
| | * | OMAP3 SRAM: clear the SDRC PWRENA bit during SDRC frequency changePaul Walmsley2009-05-121-3/+4
| | * | OMAP3 clock: add interconnect barriers to CORE DPLL M2 changePaul Walmsley2009-05-121-3/+6
| | * | OMAP3 SRAM: add ARM barriers to omap3_sram_configure_core_dpllPaul Walmsley2009-05-121-2/+2
| * | | ARM: OMAP2/3: Reorganize Makefile to add omap4 supportTony Lindgren2009-05-251-3/+8
| * | | ARM: OMAP2/3: Remove OMAP_CM_REGADDRTony Lindgren2009-05-253-5/+4
| * | | ARM: OMAP2/3: Remove OMAP_PRM_REGADDR and OMAP2_PRM_BASETony Lindgren2009-05-258-97/+160
| * | | ARM: OMAP2/3: Remove OMAP2_32KSYNCT_BASETony Lindgren2009-05-252-4/+4
| | |/ | |/|
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/khil...Russell King2009-05-296-21/+23
|\ \ \ | |/ /
| * | ARM: OMAP2/3: Change omapfb to use clkdev for dispc and rfbi, v2Tony Lindgren2009-05-162-9/+9
| * | ARM: OMAP3: Fix HW SAVEANDRESTORE shift defineKalle Jokiniemi2009-05-161-1/+1
| * | ARM: OMAP2/3: Add name for musb clocksTony Lindgren2009-05-122-2/+2
| * | ARM: OMAP2: Fix SPI driver failure on 2420 when running multi-omap configJarkko Nikula2009-05-121-2/+4
| * | ARM: OMAP2: Fix tusb6010 init error and compilation warningJarkko Nikula2009-05-121-1/+1
| * | ARM: OMAP: GPIO de-bounce clocks don't affect module idle statePaul Walmsley2009-05-121-6/+6
| |/
* | Merge branch 'iommu' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/...Russell King2009-05-253-0/+433
|\ \ | |/ |/|
| * omap iommu: add MPU_BRIDGE_IOMMU for tidspbridge migrationHiroshi DOYU2009-05-221-0/+2
| * omap2 iommu: entries for Kconfig and MakefileHiroshi DOYU2009-05-221-0/+5
| * omap iommu: omap3 iommu device registrationHiroshi DOYU2009-05-191-0/+103
| * omap iommu: omap2 architecture specific functionsHiroshi DOYU2009-05-051-0/+323
* | Merge branch 'omap-clock-fixes' into omap-fixesTony Lindgren2009-04-245-20/+68
|\ \
| * | OMAP2/3 GPTIMER: allow system tick GPTIMER to be changed in board-*.c filesPaul Walmsley2009-04-235-5/+59
| * | OMAP3: clock: Camera module doesn't have IDLEST bitSergio Aguirre2009-04-231-3/+3
| * | OMAP2xxx clock: fix broken cpu_mask codePaul Walmsley2009-04-231-9/+3
| * | OMAP2xxx clock: pre-initialize struct clks earlyPaul Walmsley2009-04-221-3/+3
* | | ARM: OMAP3: Clean up spurious interrupt check logicRoger Quadros2009-04-231-2/+2
* | | ARM: OMAP3: remove duplicated #includeHuang Weiyi2009-04-231-1/+0
* | | ARM: OMAP2: possible division by 0Roel Kluin2009-04-231-1/+1
* | | ARM: OMAP2: Remove defines and resource init for OMAP24XX EACJarkko Nikula2009-04-231-33/+0
* | | ARM: OMAP: Remove old dead gpio expander codeTony Lindgren2009-04-231-95/+0
| |/ |/|
* | clocksource: pass clocksource to read() callbackMagnus Damm2009-04-211-1/+1
* | Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n)Yang Hongyang2009-04-131-4/+4
|/
* Merge branch 'smsc911x-armplatforms' of git://github.com/steveglen/linux-2.6Russell King2009-04-022-18/+94
|\
| * ARM: Add SMSC911X support to Overo platform (V2)Steve Sakoman2009-04-021-0/+65
| * arm: convert omap ldp platform to use smsc911xSteve Glendinning2009-04-021-18/+29
* | [ARM] 5436/1: ARM: OMAP: Fix compile for rx51Tony Lindgren2009-04-011-0/+2
|/
* [ARM] OMAP: Fix compile for omap2_init_common_hw()Tony Lindgren2009-03-254-4/+4
OpenPOWER on IntegriCloud