summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-12-161-0/+1
|\
| * soc: renesas: Identify SoC and register with the SoC busGeert Uytterhoeven2016-11-231-0/+1
* | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2016-12-166-107/+51Star
|\ \
| * | ARM: shmobile: r8a7745: basic SoC supportSergei Shtylyov2016-11-152-0/+5
| * | ARM: shmobile: select errata 798181 for SoCs with CA15 coresSimon Horman2016-11-041-0/+6
| * | ARM: shmobile: Consolidate R8A7743 and R8A779[234] machine definitionsLaurent Pinchart2016-11-026-139/+33Star
| * | ARM: shmobile: r8a7743: basic SoC supportSergei Shtylyov2016-11-023-0/+39
| * | ARM: shmobile: only call rcar_gen2_clocks_init() if presentSimon Horman2016-11-021-1/+10
| * | ARM: shmobile: Sort Kconfig selectionsGeert Uytterhoeven2016-10-171-3/+3
| |/
* | ARM: shmobile: rcar-gen2: Stop passing mode pins state to clock driverGeert Uytterhoeven2016-11-021-3/+2Star
* | ARM: shmobile: r8a7779: Stop passing mode pins state to clock driverGeert Uytterhoeven2016-11-021-27/+0Star
* | ARM: shmobile: r8a7778: Stop passing mode pins state to clock driverGeert Uytterhoeven2016-11-021-15/+0Star
|/
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2016-10-082-2/+2
|\
| * Merge tag 'renesas-soc-for-v4.9' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann2016-09-152-2/+2
| |\
| | * ARM: shmobile: r8a7791: only use smp_init when SMP is selectedWolfram Sang2016-08-241-1/+1
| | * ARM: shmobile: r8a7790: only use smp_init when SMP is selectedWolfram Sang2016-08-241-1/+1
* | | Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-10-081-1/+0Star
|\ \ \
| * | | ARM: select PCI_DOMAINS config from ARCH_MULTIPLATFORMKishon Vijay Abraham I2016-09-211-1/+0Star
| |/ /
* | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-10-041-18/+8Star
|\ \ \
| * | | ARM/shmobile: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-191-18/+8Star
| |/ /
* | | Merge tag 'renesas-fixes-for-v4.8' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2016-09-091-36/+26Star
|\ \ \ | |/ / |/| |
| * | ARM: shmobile: fix regulator quirk for Gen2Wolfram Sang2016-09-021-36/+26Star
| |/
* / ARM: shmobile: don't call platform_can_secondary_boot on UPArnd Bergmann2016-08-021-0/+3
|/
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2016-08-0212-46/+169
|\
| * Merge tag 'renesas-soc2-for-v4.8' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson2016-07-0711-36/+164
| |\
| | * ARM: shmobile: r8a7791: Prioritize DT APMU supportMagnus Damm2016-06-291-0/+1
| | * ARM: shmobile: r8a7790: Prioritize DT APMU supportMagnus Damm2016-06-291-0/+1
| | * ARM: shmobile: smp: Add function to prioritize DT SMPMagnus Damm2016-06-292-0/+7
| | * ARM: shmobile: apmu: Add APMU DT support via Enable methodMagnus Damm2016-06-291-4/+88
| | * ARM: shmobile: apmu: Move #ifdef CONFIG_SMP to cover more functionsGeert Uytterhoeven2016-06-291-1/+1
| | * ARM: shmobile: rcar-gen2: Correct arch timer frequency on R-Car V2HGeert Uytterhoeven2016-06-291-1/+2
| | * ARM: shmobile: rcar-gen2: Obtain extal frequency from DTGeert Uytterhoeven2016-06-291-20/+22
| | * ARM: shmobile: r8a7792: basic SoC supportSergei Shtylyov2016-06-293-0/+40
| | * Merge branch 'rcar-sysc-for-v4.8' into HEADSimon Horman2016-06-292-10/+2Star
| | |\
| | | * soc: renesas: rcar-sysc: Move SYSC interrupt config to rcar-sysc driverGeert Uytterhoeven2016-06-292-10/+2Star
| * | | Merge ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIB changes into next/socArnd Bergmann2016-07-061-1/+1
| |\ \ \ | | |/ / | |/| |
| * | | ARM: shmobile: rcar-gen2: Use ICRAM1 for jump stub on all SoCsGeert Uytterhoeven2016-05-301-9/+4Star
| * | | ARM: shmobile: pm-rmobile: Postpone call to pm_genpd_init()Geert Uytterhoeven2016-05-301-1/+1
| | |/ | |/|
* | | Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-08-021-1/+1
|\ \ \ | | |/ | |/|
| * | ARM: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIBLinus Walleij2016-06-031-1/+1
| |/
* / arm: Remove unnecessary of_platform_populate with default match tableKefeng Wang2016-06-232-5/+0Star
|/
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-05-188-191/+9Star
|\
| * soc: renesas: Move pm-rcar to drivers/soc/renesas/rcar-syscGeert Uytterhoeven2016-04-228-191/+9Star
* | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2016-05-181-32/+20Star
|\ \
| * | ARM: shmobile: timer: Drop support for Cortex A8Geert Uytterhoeven2016-04-201-32/+20Star
* | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2016-05-163-27/+0Star
|\ \ \ | |/ / |/| |
| * | cpufreq: shmobile: Use generic platdev driverViresh Kumar2016-04-253-27/+0Star
| |/
* / ARM: shmobile: timer: Fix preset_lpj leading to too short delaysGeert Uytterhoeven2016-04-201-17/+11Star
|/
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2016-03-234-4/+4
|\
| * clk: renesas: Rename header file renesas.hSimon Horman2016-03-164-4/+4