summaryrefslogtreecommitdiff
path: root/arch/arm/mach-shmobile
AgeCommit message (Expand)AuthorFilesLines
2012-02-03Merge remote-tracking branch 'armsoc/depends/rmk/for-armsoc' into at91-3.4-baseNicolas Ferre1-5/+0
2012-01-23ARM: 7293/1: logical_cpu_map: decouple CPU mapping from SMPWill Deacon2-0/+2
2012-01-21ARM: big removal of now unused arch_idle()Nicolas Pitre1-5/+0
2012-01-18Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-3/+12
2012-01-17Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2012-01-15Merge branch 'fbdev-next' of git://github.com/schandinat/linux-2.6Linus Torvalds5-15/+72
2012-01-14PM / shmobile: fix A3SP suspend methodGuennadi Liakhovetski1-1/+1
2012-01-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2-2/+27
2012-01-12Merge branch 'rmobile/smp' into rmobile-latestPaul Mundt6-8/+201
2012-01-12arm: mach-shmobile: add a resource name for shdmaShimoda, Yoshihiro2-4/+4
2012-01-12ARM: mach-shmobile: r8a7779 SMP support V3Magnus Damm6-8/+201
2012-01-10Merge branches 'rmobile/kota2' and 'rmobile/marzen' into rmobile-latestPaul Mundt15-27/+4054
2012-01-10ARM: mach-shmobile: r8a7779 power domain support V2Magnus Damm5-0/+280
2012-01-10Merge branch 'rmobile/bonito' into rmobile-latestPaul Mundt4-3/+535
2012-01-10ARM: mach-shmobile: Fix up marzen build for recent GIC changes.Paul Mundt1-1/+1
2012-01-10ARM: mach-shmobile: r8a7779 PFC function supportMagnus Damm2-1/+2432
2012-01-10Merge branch 'rmobile/core' into rmobile/marzenPaul Mundt4-2/+38
2012-01-09ARM: mach-shmobile: Flush caches in platform_cpu_die()Magnus Damm1-1/+30
2012-01-09ARM: mach-shmobile: Allow SoC specific CPU kill codeMagnus Damm3-1/+8
2012-01-09ARM: mach-shmobile: Fix headsmp.S code to use CPUINITMagnus Damm1-1/+1
2012-01-09ARM: mach-shmobile: clock-r8a7779: clkz/clkzs supportKuninori Morimoto1-0/+29
2012-01-09ARM: mach-shmobile: clock-r8a7779: add DIV4 clock supportKuninori Morimoto1-17/+59
2012-01-09ARM: mach-shmobile: Marzen LAN89218 supportMagnus Damm1-0/+36
2012-01-09ARM: mach-shmobile: Marzen SCIF2/SCIF4 supportMagnus Damm1-0/+9
2012-01-09ARM: mach-shmobile: r8a7779 PFC GPIO-only support V2Magnus Damm6-1/+540
2012-01-09ARM: mach-shmobile: r8a7779 and Marzen base support V2Magnus Damm8-0/+527
2012-01-09Merge branches 'common/pfc' and 'common/clkfwk' into rmobile/marzenPaul Mundt3-25/+123
2012-01-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt18-116/+240
2012-01-09Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-65/+218
2012-01-06ARM: mach-shmobile: specify CHCLR registers on SH7372Guennadi Liakhovetski1-3/+12
2012-01-05Merge branch 'devel-stable' into for-linusRussell King12-49/+3
2012-01-05Merge branches 'fixes' and 'misc' into for-linusRussell King1-2/+0
2012-01-04Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-s...Russell King5-10/+0
2012-01-03ARM: mach-shmobile: use standard 2MiB coherent DMA memory sizeMagnus Damm5-10/+0
2011-12-26Merge branch 'pm-domains' into pm-for-linusRafael J. Wysocki6-65/+218
2011-12-26PM / shmobile: Allow the A4R domain to be turned off at run timeRafael J. Wysocki1-1/+28
2011-12-26PM / shmobile: Remove the stay_on flag from SH7372's PM domainsRafael J. Wysocki2-23/+29
2011-12-26PM / shmobile: Don't include SH7372's INTCS in syscore suspend/resumeRafael J. Wysocki1-0/+1
2011-12-26PM / shmobile: Add support for the sh7372 A4S power domain / sleep modeMagnus Damm6-31/+118
2011-12-24ARM: 7244/1: mach-shmobile: Use CONFIG_ARCH_NR_GPIOPeter De Schrijver (NVIDIA)1-2/+0
2011-12-20Merge branch 'rmobile-fixes-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds3-19/+139
2011-12-20fbdev: sh_mobile_lcdc: Support FOURCC-based format APILaurent Pinchart3-5/+5
2011-12-18Merge commit 'v3.2-rc6' into fbdev-nextFlorian Tobias Schandinat1-7/+26
2011-12-12Merge branch 'mfd/wm8994' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown14-598/+351
2011-12-10PM / shmobile: Use common always on power domain governorMark Brown1-12/+2
2011-12-07PM / Domains: Make it possible to assign names to generic PM domainsRafael J. Wysocki1-4/+12
2011-12-06sh: clkfwk: clock-sh73a0: all div6_clks use SH_CLK_DIV6_EXT()Kuninori Morimoto2-22/+126
2011-12-06Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-s...Russell King1-7/+0
2011-12-06Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/will/...Russell King1-7/+26
2011-12-02PM / Domains: Add device stop governor function (v4)Rafael J. Wysocki1-1/+3