summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2015-04-03Merge tag 'renesas-soc-cleanup3-for-v4.1' of git://git.kernel.org/pub/scm/lin...Olof Johansson4-48/+1
2015-04-03Merge tag 'renesas-pm-for-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson9-161/+122
2015-04-03Merge tag 'v4.1-legacy' of git://git.kernel.org/pub/scm/linux/kernel/git/tmli...Olof Johansson5-1504/+0
2015-04-02Merge tag 'davinci-for-v4.1/mcasp' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson4-15/+98
2015-03-19ARM: shmobile: cpuidle: Remove the pointless default driverDaniel Lezcano4-48/+1
2015-03-18ARM: davinci: dm646x: Add interrupt resource for McASPsPeter Ujfalusi1-0/+15
2015-03-18ARM: davinci: irqs: Correct McASP1 TX interrupt definition for DM646xPeter Ujfalusi2-2/+1
2015-03-18ARM: davinci: dm646x: Clean up the McASP DMA resourcesPeter Ujfalusi1-8/+4
2015-03-18ARM: davinci: devices-da8xx: Add support for McASP2 on da830Peter Ujfalusi2-0/+48
2015-03-18ARM: davinci: devices-da8xx: Clean up and correct the McASP device creationPeter Ujfalusi1-7/+18
2015-03-18ARM: davinci: devices-da8xx: Add interrupt resource to McASP structsPeter Ujfalusi1-0/+10
2015-03-18ARM: davinci: devices-da8xx: Add resource name for the McASP DMA requestPeter Ujfalusi1-0/+4
2015-03-17ARM: OMAP2+: Remove legacy support for omap3 TouchBookTony Lindgren3-402/+0
2015-03-17ARM: OMAP3: Remove legacy support for devkit8000Tony Lindgren3-661/+0
2015-03-17ARM: OMAP3: Remove legacy support for EMA-Tech Stalker boardTony Lindgren3-441/+0
2015-03-17ARM: shmobile: Consolidate the pm code for R-Car Gen2Gaku Inami9-161/+122
2015-03-17ARM: shmobile: r8a7791: Correct SYSCIER valueSimon Horman1-1/+1
2015-03-17ARM: shmobile: r8a7790: Correct SYSCIER valueSimon Horman1-1/+1
2015-03-16Merge tag 'renesas-soc-cleanup2-for-v4.1' of git://git.kernel.org/pub/scm/lin...Arnd Bergmann3-13/+1
2015-03-14Merge tag 'at91-cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/nf...Arnd Bergmann36-1579/+741
2015-03-13ARM: at91: remove old setupAlexandre Belloni2-321/+1
2015-03-13ARM: at91: sama5d4: remove useless map_ioAlexandre Belloni1-33/+0
2015-03-13ARM: at91: sama5 use SoC detection infrastructureAlexandre Belloni2-14/+47
2015-03-13ARM: at91: at91sam9: use SoC detection infrastructureAlexandre Belloni2-22/+82
2015-03-13ARM: at91: at91rm9200 use SoC detection infrastructureAlexandre Belloni2-14/+17
2015-03-13ARM: at91: add soc detection infrastructureBoris BREZILLON4-1/+134
2015-03-13ARM: at91/dt: introduce atmel,<chip>-dbguAlexandre Belloni10-10/+10
2015-03-13ARM: at91: remove unused _matrix.h headersAlexandre Belloni7-628/+0
2015-03-13ARM: at91: remove unused at91_ioremap_matrix and headerAlexandre Belloni3-37/+0
2015-03-13ARM: at91: remove NEED_MACH_IO_HArnd Bergmann3-28/+1
2015-03-13ARM: at91/pm: flush data cache and clean, invalidate and disable the L2 cacheWenyou Yang1-0/+6
2015-03-13ARM: at91/pm_suspend: add the WFI instruction support for ARMv7Wenyou Yang1-1/+19
2015-03-13ARM: at91/pm: remove unused void (*at91_pm_standby)(void)Wenyou Yang1-4/+1
2015-03-13ARM: at91/pm: rename function name: at91_slow_clock() --> at91_pm_suspend_sra...Wenyou Yang2-28/+25
2015-03-13ARM: at91/pm: rename file name: pm_slowclock.S --> pm_suspend.SWenyou Yang2-1/+1
2015-03-13ARM: at91/pm: standby mode uses same sram function as suspend to memory modeWenyou Yang3-47/+73
2015-03-13ARM: at91/pm: move the copying the sram function to the sram initialization p...Wenyou Yang1-4/+12
2015-03-13ARM: at91/pm_slowclock: create the procedure to handle the sdram self-refreshWenyou Yang1-105/+139
2015-03-13ARM: at91/pm_slowclock: remove clocks which are already stopped when entering...Sylvain Rochet1-31/+0
2015-03-13ARM: at91/pm: remove CONFIG_AT91_SLOW_CLOCK config optionWenyou Yang3-25/+2
2015-03-13ARM: at91: move "select SRAM" under SOC_AT91SAM9 and SOC_SAMA5Wenyou Yang1-1/+3
2015-03-13ARM: at91/pm_slowclock: remove the unused code related with SLOWDOWN_MASTER_C...Wenyou Yang1-37/+0
2015-03-12ARM: at91: pm: change at91_pm_set_standby() to staticWenyou Yang2-7/+1
2015-03-12ARM: at91: remove ksz8081 phy fixup registration for sama5d4ek boardBoris Brezillon2-21/+0
2015-03-12Merge tag 'at91-fixes3' into at91-4.1-cleanupNicolas Ferre8-11/+14
2015-03-12Merge tag 'at91-fixes2' into at91-4.1-cleanupNicolas Ferre3-4/+9
2015-03-12Merge tag 'at91-fixes' into at91-4.1-cleanupNicolas Ferre12-58/+58
2015-03-12ARM: shmobile: r8a7740: Remove restart callbackGeert Uytterhoeven1-8/+0
2015-03-12ARM: shmobile: R-Car Gen2: CONFIG_COMMON_CLK is always setGeert Uytterhoeven1-4/+0
2015-03-12ARM: shmobile: Remove stray closing parenthesis in debug descriptionGeert Uytterhoeven1-1/+1