summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* OMAP3+: VC: make I2C config programmable with PMIC-specific settingsKevin Hilman2011-09-156-7/+66
* OMAP3+: voltage domain: move PMIC struct from vdd_info into struct voltagedomainKevin Hilman2011-09-156-60/+55
* OMAP3+: VC: abstract out channel configurationKevin Hilman2011-09-154-12/+74
* OMAP3+: VC: move on/onlp/ret/off command configuration into common initKevin Hilman2011-09-151-17/+13
* OMAP3+: VC: cleanup voltage setup time configurationKevin Hilman2011-09-155-26/+19
* OMAP3+: VC bypass: use fields from VC struct instead of PMIC infoKevin Hilman2011-09-151-5/+2
* OMAP3+: VC: cleanup PMIC register address configurationKevin Hilman2011-09-155-19/+32
* OMAP3+: VC: cleanup i2c slave address configurationKevin Hilman2011-09-155-14/+15
* OMAP3+: voltage: convert to PRM register access functionsKevin Hilman2011-09-1512-111/+79
* OMAP2+: PRM: add register access functions for VC/VPKevin Hilman2011-09-154-1/+54
* OMAP3+ VP: replace transaction done check/clear with VP opsKevin Hilman2011-09-154-24/+5
* OMAP2+: add PRM VP functions for checking/clearing VP TX done statusKevin Hilman2011-09-157-39/+137
* OMAP2+: VC: support PMICs with separate voltage and command registersKevin Hilman2011-09-153-8/+11
* OMAP2+: voltage: split out voltage processor (VP) code into new layerKevin Hilman2011-09-155-349/+387
* OMAP2+: voltage: enable VC bypass scale method when VC is initializedKevin Hilman2011-09-151-1/+3
* OMAP2+: voltage: move VC into struct voltagedomain, misc. renamesKevin Hilman2011-09-158-81/+81
* OMAP2+: voltage: split voltage controller (VC) code into dedicated layerKevin Hilman2011-09-154-261/+302
* OMAP2+: voltage: keep track of powerdomains in each voltagedomainKevin Hilman2011-09-154-0/+93
* OMAP2+: powerdomain: add voltage domain lookup during registerKevin Hilman2011-09-153-0/+23
* OMAP4: powerdomain data: add voltage domainsBenoit Cousson2011-09-152-0/+21
* OMAP3: powerdomain data: add voltage domainsKevin Hilman2011-09-152-0/+18
* OMAP2: add voltage domains and connect to powerdomainsKevin Hilman2011-09-156-2/+42
* OMAP2+: powerdomain: add voltagedomain to struct powerdomainKevin Hilman2011-09-151-0/+7
* OMAP3+: voltage: add scalable flag to voltagedomainKevin Hilman2011-09-154-0/+10
* OMAP3: voltagedomain data: add wakeup domainKevin Hilman2011-09-151-0/+5
* OMAP3: voltage: rename "mpu" voltagedomain to "mpu_iva"Kevin Hilman2011-09-154-5/+5
* OMAP2+: voltage: start towards a new voltagedomain layerKevin Hilman2011-09-158-172/+207
* OMAP2+: voltage: move prm_irqst_reg from VP into voltage domainKevin Hilman2011-09-157-16/+13
* OMAP2+: voltage: move PRCM mod offets into VC/VP structuresKevin Hilman2011-09-1510-70/+70
* OMAP2+: hwmod: remove unused voltagedomain pointerKevin Hilman2011-09-151-1/+0
* OMAP: powerdomain: remove omap_chip bitmasksPaul Walmsley2011-09-148-96/+79
* OMAP: powerdomain: split pwrdm_init() into two functionsPaul Walmsley2011-09-145-26/+74
* OMAP: clockdomain code/data: remove omap_chip bitmask from struct clockdomainPaul Walmsley2011-09-1411-1156/+842
* OMAP: clockdomain: split clkdm_init()Paul Walmsley2011-09-144-34/+121
* OMAP2+: id: remove OMAP_REVBITS_* macrosPaul Walmsley2011-09-141-23/+10
* OMAP3: id: remove duplicate code for testing SoC ES levelPaul Walmsley2011-09-141-57/+23
* OMAP3: id: add fallthrough warning; fix some CodingStyle issuesPaul Walmsley2011-09-141-5/+6
* OMAP3: id: use explicit omap_revision codes for 3505/3517 ES levelsPaul Walmsley2011-09-142-2/+11
* OMAP3: id: remove useless strcpy()sPaul Walmsley2011-09-141-26/+22
* OMAP3: id: remove identification codes that only correspond to marketing namesPaul Walmsley2011-09-133-22/+22
*-----. Merge branches 'non_hwmod_compliant_fix_3.1rc', 'omap3_clock_fixes_3.1rc', 'o...Paul Walmsley2011-09-0465-332/+582
|\ \ \ \
| | | | * OMAP: clockdomain: Wait for powerdomain to be ON when using clockdomain force...Santosh Shilimkar2011-08-192-2/+2
| | | | * OMAP: powerdomains: Make all powerdomain target states as ON at initRajendra Nayak2011-08-191-9/+16
| | | * | OMAP2430: hwmod: musb: add missing terminator to omap2430_usbhsotg_addrs[]Paul Walmsley2011-09-041-0/+1
| | | * | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2011-08-284-1/+6
| | | |\ \
| | | | * | ARM: mach-shmobile: sh7372 LCDC1 suspend fix V2 (incremental)Magnus Damm2011-08-271-1/+1
| | | | * | OMAP: omap_device: only override _noirq methods, not normal suspend/resumeKevin Hilman2011-08-251-1/+2
| | | | * | ARM: mach-shmobile: sh7372 LCDC1 suspend fixMagnus Damm2011-08-243-0/+4
| | | * | | All Arch: remove linkage for sys_nfsservctl system callNeilBrown2011-08-2628-33/+26
| | | * | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2011-08-262-9/+12
| | | |\ \ \
OpenPOWER on IntegriCloud