summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | OMAP2/3: GPMC: ensure valid clock pointerKevin Hilman2010-02-031-1/+4
| * | OMAP2/3: IRQ: ensure valid base addressKevin Hilman2010-02-031-1/+3
* | | OMAP2+ powerdomains/clockdomains: prepare for multi-OMAP configsPaul Walmsley2010-01-293-40/+40
* | | OMAP4: PRCM: Define shift macros as n instead of 1 << nRajendra Nayak2010-01-292-773/+773
* | | OMAP2/3/4 clock: rename and clean the omap2_clk_init() functionsPaul Walmsley2010-01-299-26/+21
* | | OMAP3 DPLL: reorganize static functionsPaul Walmsley2010-01-291-55/+58
* | | OMAP2/3/4 clock: omap2_clk_prepare_for_reboot() is OMAP2xxx-onlyPaul Walmsley2010-01-296-29/+9
* | | OMAP2/3 clock: remove unnecessary includes and clean up headerPaul Walmsley2010-01-292-38/+13
* | | OMAP2/3 clock: clean up omap*_clk_arch_init()Paul Walmsley2010-01-292-13/+10
* | | OMAP3 clock: split out DPLL3 M2 divider functions into mach-omap2/clkt34xx_dp...Paul Walmsley2010-01-293-91/+122
* | | OMAP2 clock: don't compile OMAP2430-only functions on non-2430 buildsPaul Walmsley2010-01-291-0/+6
* | | OMAP2xxx clock: move sys_clk code into mach-omap2/clkt2xxx_sys.cPaul Walmsley2010-01-295-35/+55
* | | OMAP2xxx clock: move osc_clk code into mach-omap2/clkt2xxx_osc.cPaul Walmsley2010-01-294-33/+66
* | | OMAP2xxx clock: move the APLL clock code into mach-omap2/clkt2xxx_apll.cPaul Walmsley2010-01-294-86/+124
* | | OMAP2xxx clock: move the DVFS virtual clock code into mach-omap2/clkt2xxx_vir...Paul Walmsley2010-01-273-212/+256
* | | OMAP2xxx clock: move the DPLL+CORE composite clock code into mach-omap2/clkt2...Paul Walmsley2010-01-273-137/+176
* | | OMAP2/3/4 clock: combine all omap2_clk_functionsPaul Walmsley2010-01-275-33/+32
* | | OMAP2 clock: move all static functions to the top of the filePaul Walmsley2010-01-271-42/+46
* | | OMAP2/3/4 clock: move clksel clock functions into mach-omap2/clkt_clksel.cPaul Walmsley2010-01-274-375/+424
* | | OMAP2/3/4 clock: move DPLL clock functions into mach-omap2/clkt_dpll.cPaul Walmsley2010-01-273-356/+388
* | | OMAP3 clock: move OMAP3-specific DPLL functions to dpll3xxx.cPaul Walmsley2010-01-272-1/+1
* | | OMAP: hwmod: add API for slave idlemode settingKevin Hilman2010-01-271-0/+17
* | | OMAP clockdomain/powerdomain: improve documentationPaul Walmsley2010-01-272-104/+110
* | | OMAP powerdomain: remove pwrdm_clk_state_switchPaul Walmsley2010-01-271-6/+0
* | | OMAP powerdomain/PM: use symbolic constants for the max number of power statesPaul Walmsley2010-01-271-1/+1
* | | OMAP clockdomains: add usecounting for wakeup and sleep dependenciesPaul Walmsley2010-01-273-39/+229
* | | OMAP clockdomain/powerdomain: remove runtime register/unregisterPaul Walmsley2010-01-273-212/+86
* | | OMAP2 clockdomain: modem clockdomain is only present on OMAP2430Paul Walmsley2010-01-271-22/+27
* | | OMAP2/3 clockdomains: split shared structures so usecounting worksPaul Walmsley2010-01-271-36/+127
* | | OMAP2/3 clkdm/pwrdm: move wkdep/sleepdep handling from pwrdm to clkdmPaul Walmsley2010-01-2710-648/+711
* | | ARM: OMAP4 clock domains : Add the missing Clock Domain StructureAbhijit Pagare2010-01-272-0/+9
* | | ARM: OMAP4 clock framework: Remove the checks preventing OMAP4 clockdomain va...Abhijit Pagare2010-01-272-10/+0
* | | OMAP clock: make the fixed divisor clock code available for all OMAPsPaul Walmsley2010-01-274-17/+5
* | | AM35xx: Clock table updates for AM3505/17Ranjith Lohithakshan2010-01-271-173/+180
* | | OMAP3 clock: reorganize CK_* platform flagsPaul Walmsley2010-01-271-2/+2
* | | ARM: OMAP4: PM: Refine the APIs to support OMAP4 features.Abhijit Pagare2010-01-273-11/+14
* | | ARM: OMAP4: PM: Adapt the existing OMAP2/3 Clock Domain Frameworks.Abhijit Pagare2010-01-272-2/+51
* | | ARM: OMAP4: PM: Add the Autogenerated OMAP4 specific clock domain framework.Abhijit Pagare2010-01-271-0/+237
* | | ARM: OMAP4: PM: Modify Clock-domain interfaces for OMAP4 compatibility.Abhijit Pagare2010-01-271-19/+25
* | | ARM: OMAP4: PM: Make OMAP3 Clock-domain framework compatible for OMAP4.Abhijit Pagare2010-01-275-58/+139
* | | ARM: OMAP4: PM: Refine the APIs to support OMAP4 features.Abhijit Pagare2010-01-273-29/+87
* | | ARM: OMAP4: PM: Adapt the existing OMAP2/3 and common Power Domain Frameworks.Abhijit Pagare2010-01-271-4/+36
* | | ARM: OMAP4: PM: Add the Autogenerated OMAP4 specific power domain framework.Abhijit Pagare2010-01-271-0/+310
* | | ARM: OMAP4: PM: OMAP4 Power Domain Porting Related Clean-up.Abhijit Pagare2010-01-279-43/+71
* | | ARM: OMAP4: PM: OMAP4 essential basic initialisations.Abhijit Pagare2010-01-271-0/+1
|/ /
* | Merge branch 'omap-fixes' into omap-fixes-for-linusTony Lindgren2010-01-214-30/+64
|\ \
| * | omap: Enable GPMC clock in gpmc_initOlof Johansson2010-01-211-0/+2
| * | omap3: Fix cpu detectionTony Lindgren2010-01-201-18/+23
| * | omap: Fix functions for dynamic remuxing of pinsTony Lindgren2010-01-202-11/+35
| * | omap: Fix cmdline muxingTony Lindgren2010-01-201-2/+5
| |/