summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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-141-1/+9
* OMAP3: id: remove useless strcpy()sPaul Walmsley2011-09-141-26/+22
* OMAP3: id: remove identification codes that only correspond to marketing namesPaul Walmsley2011-09-132-13/+17
*-----. Merge branches 'non_hwmod_compliant_fix_3.1rc', 'omap3_clock_fixes_3.1rc', 'o...Paul Walmsley2011-09-046-11/+23
|\ \ \ \
| | | | * 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
| | | |/
| | * | OMAP4: clock: fix compile warningPaul Walmsley2011-08-211-0/+2
| | |/
| * | OMAP3: clock: indicate that gpt12_fck and wdt1_fck are in the WKUP clockdomainPaul Walmsley2011-08-221-0/+2
| |/
* | OMAP4: clock: re-enable previous clockdomain enable/disable sequencePaul Walmsley2011-08-191-1/+7
|/
* omap: timer: Set dmtimer used as clocksource in autoreload modeHemant Pedanekar2011-08-101-1/+2
* OMAP3: am3517crane: remove NULL board_mux from board fileJohan Hovold2011-08-101-2/+0
* arm: mach-omap2: mux: use kstrdup()Thomas Meyer2011-08-101-10/+4
* Merge branch 'for_3.1/pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Tony Lindgren2011-08-103-15/+12
|\
| * OMAP2+: PM: SmartReflex: use put_sync_suspend for IRQ-safe disablingColin Cross2011-08-051-1/+1
| * OMAP3: beagle: don't touch omap_device internalsKevin Hilman2011-08-051-13/+10
| * OMAP3+: SR: ensure pm-runtime callbacks can be invoked with IRQs disabledNishanth Menon2011-08-051-0/+1
| * OMAP2+: Kconfig: don't select PM in OMAP2PLUS_TYPICALKevin Hilman2011-08-051-1/+0
* | OMAP: hwmod: fix build break on non-OMAP4 multi-OMAP2 buildsPaul Walmsley2011-08-101-1/+24
* | OMAP: Fix linking error in twl-common.c for OMAP2/3/4 only buildsPeter Ujfalusi2011-08-101-37/+41
|/
* Merge branch 'for-3.1-rc1' of git://gitorious.org/linux-omap-dss2/linuxLinus Torvalds2011-08-011-23/+3
|\
| * OMAP: DSS2: Remove unused code from display.cTomi Valkeinen2011-07-251-10/+0
| * OMAP: DSS2: Remove unused opt_clock_availableTomi Valkeinen2011-07-251-12/+0
OpenPOWER on IntegriCloud