summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2011-09-15OMAP3+ VP: replace transaction done check/clear with VP opsKevin Hilman
2011-09-15OMAP2+: add PRM VP functions for checking/clearing VP TX done statusKevin Hilman
2011-09-15OMAP2+: VC: support PMICs with separate voltage and command registersKevin Hilman
2011-09-15OMAP2+: voltage: split out voltage processor (VP) code into new layerKevin Hilman
2011-09-15OMAP2+: voltage: enable VC bypass scale method when VC is initializedKevin Hilman
2011-09-15OMAP2+: voltage: move VC into struct voltagedomain, misc. renamesKevin Hilman
2011-09-15OMAP2+: voltage: split voltage controller (VC) code into dedicated layerKevin Hilman
2011-09-15OMAP2+: voltage: keep track of powerdomains in each voltagedomainKevin Hilman
2011-09-15OMAP2+: powerdomain: add voltage domain lookup during registerKevin Hilman
2011-09-15OMAP4: powerdomain data: add voltage domainsBenoit Cousson
2011-09-15OMAP3: powerdomain data: add voltage domainsKevin Hilman
2011-09-15OMAP2: add voltage domains and connect to powerdomainsKevin Hilman
2011-09-15OMAP2+: powerdomain: add voltagedomain to struct powerdomainKevin Hilman
2011-09-15OMAP3+: voltage: add scalable flag to voltagedomainKevin Hilman
2011-09-15OMAP3: voltagedomain data: add wakeup domainKevin Hilman
2011-09-15OMAP3: voltage: rename "mpu" voltagedomain to "mpu_iva"Kevin Hilman
2011-09-15OMAP2+: voltage: start towards a new voltagedomain layerKevin Hilman
2011-09-15OMAP2+: voltage: move prm_irqst_reg from VP into voltage domainKevin Hilman
2011-09-15OMAP2+: voltage: move PRCM mod offets into VC/VP structuresKevin Hilman
2011-09-15OMAP2+: hwmod: remove unused voltagedomain pointerKevin Hilman
2011-09-14OMAP: powerdomain: remove omap_chip bitmasksPaul Walmsley
2011-09-14OMAP: powerdomain: split pwrdm_init() into two functionsPaul Walmsley
2011-09-14OMAP: clockdomain code/data: remove omap_chip bitmask from struct clockdomainPaul Walmsley
2011-09-14OMAP: clockdomain: split clkdm_init()Paul Walmsley
2011-09-14OMAP2+: id: remove OMAP_REVBITS_* macrosPaul Walmsley
2011-09-14OMAP3: id: remove duplicate code for testing SoC ES levelPaul Walmsley
2011-09-14OMAP3: id: add fallthrough warning; fix some CodingStyle issuesPaul Walmsley
2011-09-14OMAP3: id: use explicit omap_revision codes for 3505/3517 ES levelsPaul Walmsley
2011-09-14OMAP3: id: remove useless strcpy()sPaul Walmsley
2011-09-14OMAP3: id: remove identification codes that only correspond to marketing namesPaul Walmsley
2011-09-05Merge branches 'non_hwmod_compliant_fix_3.1rc', 'omap3_clock_fixes_3.1rc', 'o...Paul Walmsley
2011-09-05OMAP2430: hwmod: musb: add missing terminator to omap2430_usbhsotg_addrs[]Paul Walmsley
2011-08-28Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2011-08-27ARM: mach-shmobile: sh7372 LCDC1 suspend fix V2 (incremental)Magnus Damm
2011-08-26All Arch: remove linkage for sys_nfsservctl system callNeilBrown
2011-08-26Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds
2011-08-26sfi: table irq 0xFF means 'no interrupt'Kirill A. Shutemov
2011-08-26arch/powerpc/sysdev/fsl_rio.c: correct IECSR register clear valueLiu Gang-B34182
2011-08-25cris: add arch/cris/include/asm/serial.hWANG Cong
2011-08-25alpha: unbreak osf_setsysinfo(SSI_NVPAIRS, [SSIN_UACPROC, UAC_SIGBUS])Sergei Trofimovich
2011-08-25x86-32: Fix boot with CONFIG_X86_INVD_BUGAndy Lutomirski
2011-08-25mtrr: fix UP breakage caused during switch to stop_machineTejun Heo
2011-08-25OMAP: omap_device: only override _noirq methods, not normal suspend/resumeKevin Hilman
2011-08-24ARM: mach-shmobile: sh7372 LCDC1 suspend fixMagnus Damm
2011-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds
2011-08-24[S390] Change default action from reipl to stop for on_restartMichael Holzheu
2011-08-24[S390] arch/s390/kernel/ipl.c: correct error detection checkJulia Lawall
2011-08-24[S390] nss,initrd: kernel image and initrd must be in different segmentsHeiko Carstens
2011-08-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-08-23x86-32, vdso: On system call restart after SYSENTER, use int $0x80H. Peter Anvin