summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2
AgeCommit message (Expand)AuthorFilesLines
2010-02-15omap3: Replace ARCH_OMAP34XX with ARCH_OMAP3Tony Lindgren6-28/+23
2010-02-15omap2: Convert ARCH_OMAP24XX to ARCH_OMAP2Tony Lindgren7-17/+13
2010-02-15omap2/3/4: Fix mbox init for multi-omapTony Lindgren1-6/+24
2010-02-15omap2/3/4: Fix omap2_map_common_io for multi-omapTony Lindgren21-37/+54
2010-02-15omap2/3: Multiboot compile fixes to compile in omap2 and omap3Tony Lindgren3-0/+39
2010-02-15omap2/3: Make get_irqnr_and_base common for mach-omap2 multibootTony Lindgren1-20/+57
2010-02-15Merge branch 'debug-ll' into omap-for-linusTony Lindgren4-36/+115
2010-02-15omap: Make uncompress code and DEBUG_LL code genericTony Lindgren1-22/+95
2010-02-15omap: Clean the serial port definesTony Lindgren4-14/+20
2010-02-12Merge branch 'for-tony' of git://gitorious.org/linux-omap-dss2/linux into oma...Tony Lindgren3-12/+618
2010-02-12ARM: 5910/1: ARM: Add tmp register for addruart and loadspTony Lindgren1-1/+1
2010-02-12omap3: cm-t35: add DSS2 display supportMike Rapoport1-1/+238
2010-02-12OMAP: AM3517: Enable DSS2 for AM3517EVM boardVaibhav Hiremath1-0/+145
2010-02-12OMAP: Enable DSS2 for OMAP3EVM boardVaibhav Hiremath1-11/+235
2010-02-11Merge branch 'omap-fixes-for-linus' into omap-for-linusTony Lindgren6-6/+78
2010-02-10OMAP: hsmmc: fix memory leakAaro Koskinen1-1/+6
2010-02-03omap: Disable serial port autoidle by defaultTony Lindgren1-2/+9
2010-02-03omap: Fix arch/arm/mach-omap2/mux.c: Off by one errorTony Lindgren1-1/+2
2010-02-03omap: Fix 3630 mux errorsTony Lindgren2-0/+54
2010-02-03OMAP2/3: GPMC: ensure valid clock pointerKevin Hilman1-1/+4
2010-02-03OMAP2/3: IRQ: ensure valid base addressKevin Hilman1-1/+3
2010-01-29OMAP2+ powerdomains/clockdomains: prepare for multi-OMAP configsPaul Walmsley3-40/+40
2010-01-29OMAP4: PRCM: Define shift macros as n instead of 1 << nRajendra Nayak2-773/+773
2010-01-29OMAP2/3/4 clock: rename and clean the omap2_clk_init() functionsPaul Walmsley9-26/+21
2010-01-29OMAP3 DPLL: reorganize static functionsPaul Walmsley1-55/+58
2010-01-29OMAP2/3/4 clock: omap2_clk_prepare_for_reboot() is OMAP2xxx-onlyPaul Walmsley6-29/+9
2010-01-29OMAP2/3 clock: remove unnecessary includes and clean up headerPaul Walmsley2-38/+13
2010-01-29OMAP2/3 clock: clean up omap*_clk_arch_init()Paul Walmsley2-13/+10
2010-01-29OMAP3 clock: split out DPLL3 M2 divider functions into mach-omap2/clkt34xx_dp...Paul Walmsley3-91/+122
2010-01-29OMAP2 clock: don't compile OMAP2430-only functions on non-2430 buildsPaul Walmsley1-0/+6
2010-01-29OMAP2xxx clock: move sys_clk code into mach-omap2/clkt2xxx_sys.cPaul Walmsley5-35/+55
2010-01-29OMAP2xxx clock: move osc_clk code into mach-omap2/clkt2xxx_osc.cPaul Walmsley4-33/+66
2010-01-29OMAP2xxx clock: move the APLL clock code into mach-omap2/clkt2xxx_apll.cPaul Walmsley4-86/+124
2010-01-27OMAP2xxx clock: move the DVFS virtual clock code into mach-omap2/clkt2xxx_vir...Paul Walmsley3-212/+256
2010-01-27OMAP2xxx clock: move the DPLL+CORE composite clock code into mach-omap2/clkt2...Paul Walmsley3-137/+176
2010-01-27OMAP2/3/4 clock: combine all omap2_clk_functionsPaul Walmsley5-33/+32
2010-01-27OMAP2 clock: move all static functions to the top of the filePaul Walmsley1-42/+46
2010-01-27OMAP2/3/4 clock: move clksel clock functions into mach-omap2/clkt_clksel.cPaul Walmsley4-375/+424
2010-01-27OMAP2/3/4 clock: move DPLL clock functions into mach-omap2/clkt_dpll.cPaul Walmsley3-356/+388
2010-01-27OMAP3 clock: move OMAP3-specific DPLL functions to dpll3xxx.cPaul Walmsley2-1/+1
2010-01-27OMAP: hwmod: add API for slave idlemode settingKevin Hilman1-0/+17
2010-01-27OMAP clockdomain/powerdomain: improve documentationPaul Walmsley2-104/+110
2010-01-27OMAP powerdomain: remove pwrdm_clk_state_switchPaul Walmsley1-6/+0
2010-01-27OMAP powerdomain/PM: use symbolic constants for the max number of power statesPaul Walmsley1-1/+1
2010-01-27OMAP clockdomains: add usecounting for wakeup and sleep dependenciesPaul Walmsley3-39/+229
2010-01-27OMAP clockdomain/powerdomain: remove runtime register/unregisterPaul Walmsley3-212/+86
2010-01-27OMAP2 clockdomain: modem clockdomain is only present on OMAP2430Paul Walmsley1-22/+27
2010-01-27OMAP2/3 clockdomains: split shared structures so usecounting worksPaul Walmsley1-36/+127
2010-01-27OMAP2/3 clkdm/pwrdm: move wkdep/sleepdep handling from pwrdm to clkdmPaul Walmsley10-648/+711
2010-01-27ARM: OMAP4 clock domains : Add the missing Clock Domain StructureAbhijit Pagare2-0/+9