aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/powerdomain.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-06ARM: OMAP2+: Fix comment typoJason Wang1-3/+3
2021-03-24ARM: OMAP2+: use true and false for bool variableYang Li1-6/+6
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-06-11Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+87
2018-05-18ARM: OMAP2+: powerdomain: Introduce cpu_pm notifiers for context save/restoreKeerthy1-0/+27
2018-05-18ARM: OMAP2+: Add functions to save and restore powerdomain contextRuss Dill1-0/+60
2018-05-01ARM: OMAP2+: powerdomain: use raw_smp_processor_id() for traceTero Kristo1-2/+2
2016-08-01Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-14/+6
2016-07-04ARM: OMAP2+: clockdomain: add usecounting support to autoidle APIsTero Kristo1-14/+6
2016-04-29arm: Use _rcuidle tracepoint to allow use from idlePaul E. McKenney1-4/+5
2015-01-07ARM: OMAP2+: voltage: Remove some unused functionsRickard Strandqvist1-1/+0
2015-01-07ARM: OMAP2+: powerdomain.c: Remove some unused functionsRickard Strandqvist1-81/+0
2014-09-08ARM: OMAP2+: powerdomain: introduce logic for finding valid power domainNishanth Menon1-0/+76
2014-09-08ARM: OMAP2+: powerdomain: pwrdm_for_each_clkdm iterate only valid clkdmsNishanth Menon1-1/+2
2014-05-15ARM: OMAP2+: PRCM: cleanup some header includesTero Kristo1-0/+1
2013-12-02ARM: OMAP2+: Powerdomain: Fix unchecked dereference of arch_pwrdmRajendra Nayak1-1/+2
2013-06-17ARM: OMAP2+: Powerdomain: Remove the need to always have a voltdm associated to a pwrdmRajendra Nayak1-0/+5
2013-05-03Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-1/+1
2013-05-02Merge branch 'cleanup' into for-linusRussell King1-1/+1
2013-03-31ARM: OMAP2+: powerdomain: avoid testing whether an unsigned char is less than 0Paul Walmsley1-10/+8
2013-02-24ARM: cleanup: pwrdm_can_ever_lose_context() checkingRussell King1-1/+1
2013-01-29ARM: OMAP2+: powerdomain/clockdomain: add a per-powerdomain spinlockPaul Walmsley1-8/+52
2013-01-29ARM: OMAP2+: PM/powerdomain: move omap_set_pwrdm_state() to powerdomain codePaul Walmsley1-29/+132
2013-01-29ARM: OMAP2: PM/powerdomain: drop unnecessary pwrdm_wait_transition()Paul Walmsley1-25/+5
2013-01-29ARM: OMAP2+: powerdomain: fix powerdomain trace integrationJean Pihet1-3/+4
2012-11-08ARM: OMAP2+: PRCM: remove obsolete prcm.[ch]Paul Walmsley1-2/+0
2012-09-12Merge tag 'omap-cleanup-b-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending into cleanup-makefile-sparseTony Lindgren1-19/+17
2012-09-12ARM: OMAP: Split plat/hardware.h, use local soc.h for omap2+Tony Lindgren1-2/+4
2012-09-12ARM: OMAP: unwrap stringsPaul Walmsley1-19/+17
2012-07-23Merge tag 'pm' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-4/+12
2012-07-04ARM: OMAP2+: powerdomain code: Fix Wake-up power domain power statusJon Hunter1-1/+5
2012-06-25ARM: OMAP2+: powerdomain: allow pre/post transtion to be per pwrdmKevin Hilman1-4/+12
2012-05-07ARM: OMAP2+: powerdomain: Get rid off duplicate pwrdm_clkdm_state_switch() APISantosh Shilimkar1-10/+0
2012-04-04ARM: OMAP2+: powerdomain: Wait for powerdomain transition in pwrdm_state_switch()Santosh Shilimkar1-1/+7
2011-11-04ARM: OMAP: change get_context_loss_count ret value to intTomi Valkeinen1-4/+10
2011-09-15OMAP2+: voltage: keep track of powerdomains in each voltagedomainKevin Hilman1-0/+2
2011-09-15OMAP2+: powerdomain: add voltage domain lookup during registerKevin Hilman1-0/+21
2011-09-14OMAP: powerdomain: remove omap_chip bitmasksPaul Walmsley1-3/+0
2011-09-14OMAP: powerdomain: split pwrdm_init() into two functionsPaul Walmsley1-22/+62
2011-08-19OMAP: powerdomains: Make all powerdomain target states as ON at initRajendra Nayak1-9/+16
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