summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* OMAP2/3: PRCM: split OMAP2/3-specific PRCM code into OMAP2/3-specific filesPaul Walmsley2010-12-2260-650/+699
* OMAP4: PRCM: rename _MOD macros to _INSTPaul Walmsley2010-12-226-730/+718Star
* OMAP4: PRCM: Add SCRM header fileBenoit Cousson2010-12-221-0/+175
* OMAP4: PRCM: reorganize existing OMAP4 PRCM header filesPaul Walmsley2010-12-2217-803/+929
* OMAP3: control/PRCM: move CONTROL_PADCONF_SYS_NIRQ save/restore to SCM codePaul Walmsley2010-12-222-5/+5
* OMAP3: control/PRCM: add omap3_ctrl_write_boot_mode()Paul Walmsley2010-12-223-9/+33
* OMAP2+: clockdomains: move clockdomain static data to .c filesPaul Walmsley2010-12-225-65/+66
* OMAP2+: powerdomains: move powerdomain static data to .c filesPaul Walmsley2010-12-2211-134/+159
* OMAP4: powerdomain: Add pwrdm_clear_all_prev_pwrstSantosh Shilimkar2010-12-221-0/+9
* OMAP: powerdomain: Arch specific funcs for mem controlRajendra Nayak2010-12-226-248/+389
* OMAP: powerdomain: Arch specific funcs for logic controlRajendra Nayak2010-12-223-29/+82
* OMAP: powerdomain: Arch specific funcs for state controlRajendra Nayak2010-12-226-12/+175
* OMAP: powerdomain: Infrastructure to put arch specific codeRajendra Nayak2010-12-223-4/+52
* OMAP: powerdomain: Move static allocations from powerdomains.h to a .c fileRajendra Nayak2010-12-225-14/+22
* OMAP2+: wd_timer: disable on boot via hwmod postsetup mechanismPaul Walmsley2010-12-227-38/+35Star
* OMAP2+: wd_timer: separate watchdog disable code from the rest of mach-omap2/...Paul Walmsley2010-12-224-51/+91
* OMAP2+: hwmod: Update the sysc_cache in case module context is lostRajendra Nayak2010-12-221-4/+3Star
* OMAP2+: hwmod: fix a warning, add some docs, remove unused fieldsPaul Walmsley2010-12-221-12/+4Star
* OMAP2+: hwmod: upgrade per-hwmod mutex to a spinlockPaul Walmsley2010-12-223-56/+64
* OMAP2+: hwmod: add support for per-class custom device reset functionsPaul Walmsley2010-12-222-6/+41
* OMAP2+: hwmod: add postsetup statePaul Walmsley2010-12-223-32/+88
* OMAP2+: hwmod: allow custom pre-shutdown functionsPaul Walmsley2010-12-222-0/+25
* OMAP2+: io: split omap2_init_common_hw()Paul Walmsley2010-12-2229-43/+80
* Merge branch 'pm-opp' of ssh://master.kernel.org/pub/scm/linux/kernel/git/khi...Tony Lindgren2010-12-2211-33/+391
|\
| * OMAP3: remove OPP interfaces from OMAP PM layerKevin Hilman2010-12-213-33/+12Star
| * omap4: opp: add OPP table dataNishanth Menon2010-12-214-0/+65
| * omap: opp: add OMAP3 OPP table data and common initNishanth Menon2010-12-217-0/+314
* | Merge branch 'pm-next' of ssh://master.kernel.org/pub/scm/linux/kernel/git/kh...Tony Lindgren2010-12-22196-1997/+2676
|\ \
| * | OMAP3: ASM sleep code format reworkJean Pihet2010-12-211-107/+117
| * | OMAP3: add comments for low power code errataJean Pihet2010-12-212-2/+13
| * | OMAP3: rework of the ASM sleep code execution pathsJean Pihet2010-12-212-132/+195
| * | OMAP3: re-organize the ASM sleep codeJean Pihet2010-12-211-53/+61
| * | OMAP3: remove hardcoded values from the ASM sleep codeJean Pihet2010-12-212-11/+20
| * | OMAP2+: use global values for the SRAM PA addressesJean Pihet2010-12-214-6/+14
| * | OMAP3: remove unused code from the ASM sleep codeJean Pihet2010-12-212-53/+6Star
| * | OMAP3630: PM: Erratum i583: disable coreoff if < ES1.2Eduardo Valentin2010-12-213-3/+35
| * | OMAP3: PM: make omap3_cpuidle_update_states independent of enable_off_modeNishanth Menon2010-12-213-12/+16
| * | OMAP3630: PM: Disable L2 cache while invalidating L2 cachePeter 'p2' De Schrijver2010-12-213-1/+36
| * | OMAP3630: PM: Erratum i608: disable RTANishanth Menon2010-12-215-2/+56
| * | OMAP3: pm: introduce errata handlingNishanth Menon2010-12-212-0/+16
| * | OMAP3: PM: Erratum i581 support: dll kick strategyPeter 'p2' De Schrijver2010-12-211-5/+50
| * | OMAP3: PM: Update clean_l2 to use v7_flush_dcache_allRichard Woodruff2010-12-211-66/+14Star
| * | OMAP: pm.c correct the initcall for an early init.Thara Gopinath2010-12-211-1/+1
| * | OMAP2+: disable idle early in the suspend sequenceJean Pihet2010-12-213-41/+6Star
| * | Linux 2.6.37-rc7Linus Torvalds2010-12-211-1/+1
| * | Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2010-12-211-2/+4
| |\ \
| | * | n_gsm: gsm_data_alloc buffer allocation could fail and it is not being checkedKen Mills2010-12-161-0/+2
| | * | n_gsm: Fix message length handling when building headerKen Mills2010-12-161-2/+2
| * | | Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2010-12-217-22/+50
| |\ \ \
| | * | | Revert "USB: gadget: Allow function access to device ID data during bind()"Greg Kroah-Hartman2010-12-171-8/+8