aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/powerdomain.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-11perf: add OMAP support for the new power eventsJean Pihet1-3/+23
2011-03-07OMAP2+: powerdomain: add pwrdm_can_ever_lose_context()Paul Walmsley1-1/+42
2010-12-21OMAP2+: powerdomain: add API to get context loss countKevin Hilman1-0/+29
2010-12-21OMAP2+: powerdomain: move header file from plat-omap to mach-omap2Paul Walmsley1-1/+1
2010-12-21OMAP2+: clockdomain: move header file from plat-omap to mach-omap2Paul Walmsley1-1/+1
2010-12-21OMAP4: powerdomains: add PRCM partition data; use OMAP4 PRM functionsPaul Walmsley1-1/+9
2010-12-21OMAP2/3: PRCM: split OMAP2/3-specific PRCM code into OMAP2/3-specific filesPaul Walmsley1-0/+3
2010-12-21OMAP4: PRCM: reorganize existing OMAP4 PRCM header filesPaul Walmsley1-0/+1
2010-12-21OMAP: powerdomain: Arch specific funcs for mem controlRajendra Nayak1-247/+56
2010-12-21OMAP: powerdomain: Arch specific funcs for logic controlRajendra Nayak1-29/+22
2010-12-21OMAP: powerdomain: Arch specific funcs for state controlRajendra Nayak1-10/+23
2010-12-21OMAP: powerdomain: Infrastructure to put arch specific codeRajendra Nayak1-2/+9
2010-08-03OMAP2: powerdomain: Add break in switch statementThomas Weber1-0/+1
2010-05-20OMAP powerdomain, hwmod, omap_device: add some creditsPaul Walmsley1-1/+1
2010-05-20OMAP4 powerdomain: Support LOWPOWERSTATECHANGE for powerdomainsRajendra Nayak1-0/+28
2010-05-20OMAP2+ PRCM: convert remaining PRCM macros to the _SHIFT/_MASK suffixesPaul Walmsley1-1/+1
2010-05-20OMAP3 PRCM: convert OMAP3 PRCM macros to the _SHIFT/_MASK suffixesPaul Walmsley1-11/+13
2010-03-31OMAP4: prcm: Use logical OR instead of bitwise ORRajendra Nayak1-1/+1
2010-02-24OMAP3 PM: Adding counters for power domain logic off and mem off during retention.Thara Gopinath1-0/+25
2010-02-24OMAP2/3 PM: Adding powerdomain APIs for reading the next logic and mem stateThara Gopinath1-0/+73
2010-01-26OMAP clockdomain/powerdomain: improve documentationPaul Walmsley1-72/+77
2010-01-26OMAP powerdomain: remove pwrdm_clk_state_switchPaul Walmsley1-6/+0
2010-01-26OMAP powerdomain/PM: use symbolic constants for the max number of power statesPaul Walmsley1-1/+1
2010-01-26OMAP clockdomain/powerdomain: remove runtime register/unregisterPaul Walmsley1-133/+45
2010-01-26OMAP2/3 clkdm/pwrdm: move wkdep/sleepdep handling from pwrdm to clkdmPaul Walmsley1-257/+2
2010-01-26ARM: OMAP4: PM: Refine the APIs to support OMAP4 features.Abhijit Pagare1-27/+85
2010-01-26ARM: OMAP4: PM: OMAP4 Power Domain Porting Related Clean-up.Abhijit Pagare1-11/+11
2009-12-11OMAP3: PM: Fix for MPU power domain MEM BANK positionThara Gopinath1-0/+6
2009-12-11OMAP2/3 powerdomain: return errors rather than returning the output of IS_ERR()Roel Kluin1-6/+6
2009-12-11OMAP powerdomain/PM: use symbolic constants for the max number of power statesPaul Walmsley1-1/+1
2009-12-11OMAP clockdomain/powerdomain: optimize out sleepdep code on OMAP24xxPaul Walmsley1-6/+6
2009-12-11OMAP clockdomain/powerdomain: remove CONFIG_OMAP_DEBUG_{CLOCK,POWER}DOMAINPaul Walmsley1-3/+1
2009-10-20omap: headers: Move remaining headers from include/mach to include/platTony Lindgren1-3/+3
2009-10-05OMAP3: PM: introduce a new powerdomain walk helperArtem Bityutskiy1-12/+27
2009-09-03Merge branch '2_6_32_for_next' of git://git.pwsan.com/linux-2.6 into for-nextTony Lindgren1-2/+2
2009-09-03OMAP: powerdomain: Fix overflow when doing powerdomain deps lookups.Paul Walmsley1-2/+2
2009-09-02OMAP: PM debug: make powerdomains use PM-debug countersPeter 'p2' De Schrijver1-6/+11
2009-09-02OMAP: PM counter infrastructure.Peter 'p2' De Schrijver1-2/+99
2009-06-19OMAP2 clock/powerdomain: off by 1 error in loop timeout comparisonsRoel Kluin1-1/+1
2008-08-21[ARM] OMAP3 pwrdm: add hardware save-and-restore (SAR) supportPaul Walmsley1-0/+68
2008-08-19ARM: OMAP2: Clockdomain: Connect clockdomain code to powerdomain codePaul Walmsley1-0/+136
2008-08-19ARM: OMAP2: Powerdomain: Add base OMAP2/3 powerdomain codePaul Walmsley1-0/+909