summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* ARM: alpine: add support for generic pciTsahee Zidenberg2015-04-141-0/+2
* Merge tag 'arm-soc/for-4.1/soc' of http://github.com/broadcom/stblinux into n...Arnd Bergmann2015-04-141-1/+1
|\
| * ARM: cygnus: fix const declaration bcm_cygnus_dt_compatStefan Agner2015-03-241-1/+1
* | Merge tag 'samsung-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson2015-04-0311-26/+114
|\ \
| * | ARM: EXYNOS: allow cpuidle driver usage on Exynos3250 SoCBartlomiej Zolnierkiewicz2015-03-271-0/+1
| * | ARM: EXYNOS: add AFTR mode support for Exynos3250Bartlomiej Zolnierkiewicz2015-03-274-2/+28
| * | ARM: EXYNOS: add code for setting/clearing boot flagBartlomiej Zolnierkiewicz2015-03-272-0/+31
| * | ARM: EXYNOS: fix CPU1 hotplug on Exynos3250Bartlomiej Zolnierkiewicz2015-03-272-3/+22
| * | ARM: S3C64XX: Use fixed IRQ bases to avoid conflicts on CragganmoreCharles Keepax2015-03-272-0/+2
| * | ARM: EXYNOS: Remove left over 'extra_save'Krzysztof Kozlowski2015-03-181-12/+2
| * | ARM: EXYNOS: Constify exynos_pm_data arrayKrzysztof Kozlowski2015-03-181-1/+1
| * | ARM: EXYNOS: use static in suspend.cKrzysztof Kozlowski2015-03-181-4/+4
| * | ARM: EXYNOS: Use platform device name as power domain nameKrzysztof Kozlowski2015-03-181-1/+1
| * | ARM: EXYNOS: add support for async-bridge clocks for pm_domainsAndrzej Hajda2015-03-181-4/+23
| |/
* | Merge tag 'imx-soc-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/shaw...Olof Johansson2015-04-033-2/+222
|\ \
| * | ARM: imx: depend MXC debug board on 3DS machinesStefan Agner2015-03-131-0/+1
| * | ARM: imx6: gpc: Add PU power domain for GPU/VPUPhilipp Zabel2015-03-112-0/+214
| * | ARM: imx6q: clk: Add support for mipi_ipg clock as a shared clock gateLiu Ying2015-03-021-0/+1
| * | ARM: imx6q: clk: Add support for mipi_core_cfg clock as a shared clock gateLiu Ying2015-03-021-0/+1
| * | ARM: imx6q: clk: Change hsi_tx clock to be a shared clock gateLiu Ying2015-03-021-1/+2
| * | ARM: imx6q: clk: Change hdmi_isfr clock's parent to be video_27m clockLiu Ying2015-03-021-1/+1
| * | ARM: imx6q: clk: Add the video_27m clockLiu Ying2015-03-021-0/+1
| * | ARM: vf610: use SMP_ON_UP for Vybrid SoCStefan Agner2015-02-261-0/+1
| |/
* | Merge tag 'v4.1-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/...Olof Johansson2015-04-034-16/+137
|\ \
| * \ Merge tag 'for-v4.1/omap-hwmod-a' of git://git.kernel.org/pub/scm/linux/kerne...Tony Lindgren2015-03-273-16/+134
| |\ \
| | * | ARM: DRA7: hwmod: Fix the hwmod class for GPTimer4Suman Anna2015-03-241-16/+1
| | * | ARM: DRA7: hwmod: Add data for GPTimers 13 through 16Suman Anna2015-03-241-0/+96
| | * | ARM: OMAP2: hwmod: AM43XX: Add hwmod support for HDQ-1WSourav Poddar2015-03-022-0/+37
| | |/
| * | ARM: omap-device: add missed callback for suspend-to-diskGrygorii Strashko2015-03-161-0/+3
| |/
* | ARM: Exynos: migrate DCSCB to the new MCPM backend abstractionNicolas Pitre2015-04-031-192/+55
* | ARM: vexpress: migrate DCSCB to the new MCPM backend abstractionNicolas Pitre2015-04-031-129/+66
* | ARM: vexpress: DCSCB: tighten CPU validity assertionNicolas Pitre2015-04-031-3/+3
* | ARM: vexpress: migrate TC2 to the new MCPM backend abstractionNicolas Pitre2015-04-031-210/+81
* | ARM: MCPM: move the algorithmic complexity to the core codeNicolas Pitre2015-04-032-34/+233
* | Merge tag 'v4.1-rockchip-soc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Olof Johansson2015-04-013-5/+19
|\ \
| * | ARM: rockchip: disable watchdog during suspendChris Zhong2015-03-112-3/+10
| * | ARM: rockchip: decrease the wait time for resumeChris Zhong2015-03-112-0/+7
| * | ARM: rockchip: Constify struct regmap_config and staticize local functionKrzysztof Kozlowski2015-03-111-2/+2
| |/
* | Merge tag 'renesas-da9063-da9210-quirk-for-v4.1' of git://git.kernel.org/pub/...Arnd Bergmann2015-03-165-0/+187
|\ \
| * | ARM: shmobile: lager: Add da9063 PMIC device node for system restartGeert Uytterhoeven2015-03-111-0/+16
| * | ARM: shmobile: lager dts: Add da9210 regulator interruptGeert Uytterhoeven2015-03-111-0/+2
| * | ARM: shmobile: koelsch: Add da9063 PMIC device node for system restartGeert Uytterhoeven2015-03-111-0/+16
| * | ARM: shmobile: koelsch dts: Add da9210 regulator interruptGeert Uytterhoeven2015-03-111-0/+2
| * | ARM: shmobile: R-Car Gen2: Add da9063/da9210 regulator quirkGeert Uytterhoeven2015-03-113-0/+151
| |/
* | ARM: Alpine: smp supportTsahee Zidenberg2015-03-166-0/+186
* | ARM: Alpine: early-debug print supportTsahee Zidenberg2015-03-161-1/+11
* | ARM: Alpine: Initial support for Alpine platformTsahee Zidenberg2015-03-165-0/+40
* | Merge tag 'mvebu-soc-4.1' of git://git.infradead.org/linux-mvebu into next/socArnd Bergmann2015-03-113-0/+30
|\ \
| * | ARM: mvebu: add core support for Armada 39xThomas Petazzoni2015-03-043-0/+30
| |/
* | Merge tag 'for-v4.0-rc/meson-soc' of https://github.com/carlocaione/linux-mes...Arnd Bergmann2015-03-041-0/+3
|\ \
OpenPOWER on IntegriCloud