Age | Commit message (Expand) | Author | Files | Lines |
2010-01-29 | OMAP clock: resolve all remaining sparse warnings | Paul Walmsley | 2 | -2/+2 |
2010-01-29 | OMAP3 DPLL: reorganize static functions | Paul Walmsley | 1 | -55/+58 |
2010-01-29 | OMAP2/3/4 clock: omap2_clk_prepare_for_reboot() is OMAP2xxx-only | Paul Walmsley | 6 | -29/+9 |
2010-01-29 | OMAP2/3 clock: remove unnecessary includes and clean up header | Paul Walmsley | 2 | -38/+13 |
2010-01-29 | OMAP2/3 clock: clean up omap*_clk_arch_init() | Paul Walmsley | 2 | -13/+10 |
2010-01-29 | OMAP3 clock: split out DPLL3 M2 divider functions into mach-omap2/clkt34xx_dp... | Paul Walmsley | 3 | -91/+122 |
2010-01-29 | OMAP2 clock: don't compile OMAP2430-only functions on non-2430 builds | Paul Walmsley | 1 | -0/+6 |
2010-01-29 | OMAP2xxx clock: move sys_clk code into mach-omap2/clkt2xxx_sys.c | Paul Walmsley | 5 | -35/+55 |
2010-01-29 | OMAP2xxx clock: move osc_clk code into mach-omap2/clkt2xxx_osc.c | Paul Walmsley | 4 | -33/+66 |
2010-01-29 | OMAP2xxx clock: move the APLL clock code into mach-omap2/clkt2xxx_apll.c | Paul Walmsley | 4 | -86/+124 |
2010-01-27 | OMAP2xxx clock: move the DVFS virtual clock code into mach-omap2/clkt2xxx_vir... | Paul Walmsley | 3 | -212/+256 |
2010-01-27 | OMAP2xxx clock: move the DPLL+CORE composite clock code into mach-omap2/clkt2... | Paul Walmsley | 3 | -137/+176 |
2010-01-27 | OMAP2/3/4 clock: combine all omap2_clk_functions | Paul Walmsley | 5 | -33/+32 |
2010-01-27 | OMAP2 clock: move all static functions to the top of the file | Paul Walmsley | 1 | -42/+46 |
2010-01-27 | OMAP2/3/4 clock: move clksel clock functions into mach-omap2/clkt_clksel.c | Paul Walmsley | 4 | -375/+424 |
2010-01-27 | OMAP2/3/4 clock: move DPLL clock functions into mach-omap2/clkt_dpll.c | Paul Walmsley | 3 | -356/+388 |
2010-01-27 | OMAP3 clock: move OMAP3-specific DPLL functions to dpll3xxx.c | Paul Walmsley | 2 | -1/+1 |
2010-01-27 | OMAP: hwmod: add API for slave idlemode setting | Kevin Hilman | 2 | -0/+19 |
2010-01-27 | OMAP: omap_device: optionally auto-adjust device activate/deactivate latencies | Kevin Hilman | 2 | -8/+37 |
2010-01-27 | OMAP clockdomain/powerdomain: improve documentation | Paul Walmsley | 4 | -174/+167 |
2010-01-27 | OMAP powerdomain: remove pwrdm_clk_state_switch | Paul Walmsley | 1 | -6/+0 |
2010-01-27 | OMAP powerdomain: rearrange struct powerdomain to save some memory | Paul Walmsley | 1 | -3/+3 |
2010-01-27 | OMAP powerdomain/PM: use symbolic constants for the max number of power states | Paul Walmsley | 1 | -1/+1 |
2010-01-27 | OMAP clockdomains: add usecounting for wakeup and sleep dependencies | Paul Walmsley | 4 | -39/+237 |
2010-01-27 | OMAP clockdomain/powerdomain: remove runtime register/unregister | Paul Walmsley | 5 | -216/+86 |
2010-01-27 | OMAP2 clockdomain: modem clockdomain is only present on OMAP2430 | Paul Walmsley | 1 | -22/+27 |
2010-01-27 | OMAP2/3 clockdomains: split shared structures so usecounting works | Paul Walmsley | 1 | -36/+127 |
2010-01-27 | OMAP2/3 clkdm/pwrdm: move wkdep/sleepdep handling from pwrdm to clkdm | Paul Walmsley | 13 | -690/+761 |
2010-01-27 | ARM: OMAP4 clock domains : Add the missing Clock Domain Structure | Abhijit Pagare | 2 | -0/+9 |
2010-01-27 | ARM: OMAP4 clock framework: Remove the checks preventing OMAP4 clockdomain va... | Abhijit Pagare | 2 | -10/+0 |
2010-01-27 | OMAP1 clock: convert armwdt_ck to use the fixed divisor recalc function | Paul Walmsley | 2 | -7/+2 |
2010-01-27 | OMAP clock: make the fixed divisor clock code available for all OMAPs | Paul Walmsley | 6 | -18/+18 |
2010-01-27 | AM35xx: Clock table updates for AM3505/17 | Ranjith Lohithakshan | 1 | -173/+180 |
2010-01-27 | OMAP3 clock: reorganize CK_* platform flags | Paul Walmsley | 2 | -11/+19 |
2010-01-27 | AM35xx: Add AM35xx specific control module registers | Ranjith Lohithakshan | 1 | -0/+17 |
2010-01-27 | ARM: OMAP4: PM: Refine the APIs to support OMAP4 features. | Abhijit Pagare | 3 | -11/+14 |
2010-01-27 | ARM: OMAP4: PM: Adapt the existing OMAP2/3 Clock Domain Frameworks. | Abhijit Pagare | 2 | -2/+51 |
2010-01-27 | ARM: OMAP4: PM: Add the Autogenerated OMAP4 specific clock domain framework. | Abhijit Pagare | 1 | -0/+237 |
2010-01-27 | ARM: OMAP4: PM: Modify Clock-domain interfaces for OMAP4 compatibility. | Abhijit Pagare | 1 | -19/+25 |
2010-01-27 | ARM: OMAP4: PM: Make OMAP3 Clock-domain framework compatible for OMAP4. | Abhijit Pagare | 6 | -58/+142 |
2010-01-27 | ARM: OMAP4: PM: Refine the APIs to support OMAP4 features. | Abhijit Pagare | 3 | -29/+87 |
2010-01-27 | ARM: OMAP4: PM: Adapt the existing OMAP2/3 and common Power Domain Frameworks. | Abhijit Pagare | 2 | -9/+41 |
2010-01-27 | ARM: OMAP4: PM: Add the Autogenerated OMAP4 specific power domain framework. | Abhijit Pagare | 2 | -0/+313 |
2010-01-27 | ARM: OMAP4: PM: OMAP4 Power Domain Porting Related Clean-up. | Abhijit Pagare | 9 | -43/+71 |
2010-01-27 | ARM: OMAP4: PM: OMAP4 essential basic initialisations. | Abhijit Pagare | 2 | -1/+8 |
2010-01-26 | Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 23 | -131/+229 |
2010-01-24 | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+2 |
2010-01-24 | Merge branch 'for-linus/i2c' of git://git.fluff.org/bjdooks/linux | Linus Torvalds | 1 | -12/+14 |
2010-01-24 | Merge git://git.infradead.org/~dwmw2/mtd-2.6.33 | Linus Torvalds | 11 | -5/+379 |
2010-01-24 | i2c: imx: call ioremap only after request_mem_region | Uwe Kleine-König | 1 | -10/+11 |