aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile
AgeCommit message (Expand)AuthorFilesLines
2023-09-27ARM: shmobile: sh73a0: Reserve boot area when SMP is enabledGeert Uytterhoeven1-2/+8
2023-09-27ARM: shmobile: r8a7779: Reserve boot area when SMP is enabledGeert Uytterhoeven1-1/+8
2023-09-27ARM: shmobile: rcar-gen2: Reserve boot area when SMP is enabledGeert Uytterhoeven1-0/+5
2023-09-25ARM: shmobile: rcar-gen2: Remove unneeded once handlingGeert Uytterhoeven1-4/+0
2023-07-25ARM: shmobile: rcar-gen2: Drop unused OF includesRob Herring1-1/+0
2023-05-29ARM: mm: Make virt_to_pfn() a static inlineLinus Walleij2-2/+2
2023-03-30ARM: sh-mobile: Use of_cpu_node_to_id() to read CPU node 'reg'Rob Herring1-20/+16
2022-10-28ARM: shmobile: Drop selecting GPIOLIB and PINCTRLLad Prabhakar1-2/+0
2022-09-18ARM: shmobile: Drop selecting SOC_BUSLad Prabhakar1-1/+0
2022-07-05ARM: shmobile: rcar-gen2: Increase refcount for new referenceLiang He1-1/+4
2022-05-05ARM: shmobile: rcar-gen2: Drop comma after OF match table sentinelGeert Uytterhoeven1-1/+1
2022-05-05ARM: shmobile: Drop commas after dt_compat sentinelsGeert Uytterhoeven9-10/+10
2022-03-17ARM: remove support for NOMMU ARMv4/v5Arnd Bergmann1-1/+1
2021-11-15ARM: shmobile: rcar-gen2: Add missing of_node_put()Wan Jiabing1-1/+4
2020-11-23ARM: shmobile: Stop using __raw_*() I/O accessorsGeert Uytterhoeven5-18/+18
2020-11-23ARM: shmobile: sh73a0: Remove obsolete static mappingGeert Uytterhoeven1-19/+0
2020-11-23ARM: shmobile: sh73a0: Use ioremap() to map SMP registersGeert Uytterhoeven1-11/+22
2020-11-23ARM: shmobile: sh73a0: Use ioremap() to map L2C registersGeert Uytterhoeven1-1/+1
2020-11-23ARM: shmobile: r8a7779: Remove obsolete static mappingsGeert Uytterhoeven1-24/+0
2020-11-23ARM: shmobile: r8a7779: Use ioremap() to map SMP registersGeert Uytterhoeven1-3/+9
2020-11-23ARM: shmobile: r8a7779: Use ioremap() to map INTC2 registersGeert Uytterhoeven1-14/+20
2020-11-23ARM: shmobile: r8a7778: Introduce HPBREG_BASEGeert Uytterhoeven1-1/+3
2020-10-24Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2-4/+2
2020-10-06dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig1-1/+1
2020-09-10ARM: shmobile: rcar-gen2: Make rcar_gen2_{timer_init, reserve}() staticGeert Uytterhoeven2-4/+2
2020-04-28ARM: shmobile: r8a7742: Basic SoC supportLad Prabhakar1-0/+2
2020-02-17ARM: shmobile: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven1-1/+1
2020-02-10ARM: shmobile: Enable ARM_GLOBAL_TIMER on Cortex-A9 MPCore SoCsGeert Uytterhoeven2-2/+0
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig4-7/+7
2019-10-25ARM: shmobile: rcar-gen2: Drop legacy DT clock supportGeert Uytterhoeven1-1/+0
2019-05-31ARM: mach-shmobile: Don't init CNTVOFF/counter if PSCI is availableOleksandr Tyshchenko1-0/+17
2019-03-18ARM: shmobile: fix a leaked reference by adding missing of_node_putWen Yang1-0/+1
2019-03-18ARM: shmobile: porter: enable R-Car Gen2 regulator quirkMarek Vasut1-2/+4
2019-01-07ARM: shmobile: Fix R-Car Gen2 regulator quirkMarek Vasut1-0/+5
2018-11-30ARM: shmobile: R-Mobile: Move pm-rmobile to drivers/soc/renesas/Geert Uytterhoeven3-358/+0
2018-11-30ARM: shmobile: R-Mobile: Clean up struct rmobile_pm_domainGeert Uytterhoeven2-41/+18
2018-11-16ARM: shmobile: Move SoC Kconfig symbols to drivers/soc/renesas/Geert Uytterhoeven1-126/+0
2018-11-16ARM: shmobile: Hide ARCH_RZN1 to improve consistencyGeert Uytterhoeven1-5/+4
2018-11-16ARM: shmobile: sh73a0: Remove obsolete inclusion of <asm/smp_twd.h>Geert Uytterhoeven1-1/+0
2018-11-16ARM: shmobile: Restrict TWD support to SoCs that have itGeert Uytterhoeven1-1/+2
2018-11-16ARM: shmobile: Restrict SCU support to SoCs that have itGeert Uytterhoeven1-1/+3
2018-10-29Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds14-95/+132
2018-10-29Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds3-0/+34
2018-09-28ARM: shmobile: use for_each_of_cpu_node iteratorRob Herring3-15/+5
2018-09-19ARM: shmobile: Rework the PMIC IRQ line quirkMarek Vasut1-29/+110
2018-09-17ARM: shmobile: r8a7744: Basic SoC supportBiju Das2-0/+7
2018-09-11ARM: shmobile: convert to SPDX identifiersKuninori Morimoto11-59/+14
2018-08-30ARM: shmobile: Convert to using %pOFn instead of device_node.nameRob Herring1-1/+1
2018-08-30ARM: shmobile: Remove the ARCH_SHMOBILE Kconfig symbolGeert Uytterhoeven1-4/+0
2018-08-27ARM: shmobile: Add basic RZ/A2 SoC supportChris Brandt3-0/+34
2018-08-27ARM: shmobile: r8a7779: Remove unused includesGeert Uytterhoeven1-2/+0
2018-07-20ARM: shmobile: Always enable ARCH_TIMER on SoCs with A7 and/or A15Geert Uytterhoeven4-13/+2
2018-07-20ARM: shmobile: r8a7779: hide unused r8a7779_platform_cpu_killArnd Bergmann1-11/+11
2018-06-27ARM: shmobile: rcar-gen2: Stop compiling headsmp-apmu on !SMPGeert Uytterhoeven2-3/+1
2018-06-18ARM: shmobile: convert to SPDX identifierWolfram Sang13-107/+13
2018-06-18ARM: shmobile: r8a7779: Remove explicit SYSC config and initGeert Uytterhoeven4-46/+1
2018-06-18ARM: shmobile: r8a7779: Use rcar_sysc_power_{down,up}_cpu()Geert Uytterhoeven1-41/+6
2018-06-18ARM: shmobile: r8a7779: Stop powering down secondary CPUs during early bootGeert Uytterhoeven1-5/+0
2018-06-18ARM: shmobile: rcar-gen2: Remove explicit SYSC config and initGeert Uytterhoeven1-25/+0
2018-06-18ARM: shmobile: apmu: Remove platsmp-apmu.hGeert Uytterhoeven2-124/+100
2018-06-18ARM: shmobile: apmu: Remove obsolete shmobile_smp_apmu_prepare_cpus()Geert Uytterhoeven2-48/+0
2018-06-18ARM: shmobile: apmu: Move cpu_leave_lowpower() to SUSPEND sectionGeert Uytterhoeven1-15/+15
2018-06-18ARM: shmobile: Remove unused shmobile_smp_init_fallback_ops()Geert Uytterhoeven2-10/+0
2018-06-18ARM: shmobile: r8a7791: Use common R-Car Gen2 machine definitionGeert Uytterhoeven3-42/+1
2018-06-18ARM: shmobile: r8a7791: Remove legacy SMP fallback codeGeert Uytterhoeven4-63/+0
2018-06-18ARM: shmobile: r8a7790: Use common R-Car Gen2 machine definitionGeert Uytterhoeven3-38/+2
2018-06-18ARM: shmobile: r8a7790: Remove legacy SMP fallback codeGeert Uytterhoeven4-81/+0
2018-06-11Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds4-23/+18
2018-05-26Merge tag 'renesas-soc-for-v4.18' of https://git.kernel.org/pub/scm/linux/ker...Olof Johansson2-0/+15
2018-05-09arch: define the ARCH_DMA_ADDR_T_64BIT config symbol in lib/KconfigChristoph Hellwig1-1/+0
2018-05-08ARM: shmobile: Convert file to use cntvoffMylène Josserand3-23/+3
2018-04-23arm: shmobile: Add the RZ/N1D (R9A06G032) to the shmobile KconfigMichel Pollet1-0/+4
2018-04-16ARM: shmobile: Add the RZ/N1 arch to the shmobile KconfigMichel Pollet1-0/+5
2018-04-16ARM: shmobile: r8a77470: basic SoC supportBiju Das2-0/+6
2018-03-13ARM: shmobile: rcar-gen2: Add watchdog supportFabrizio Castro2-3/+13
2018-03-13ARM: shmobile: Add watchdog supportFabrizio Castro2-0/+59
2018-02-28ARM: shmobile: rcar-gen2: Fix error check in regulator quirkGeert Uytterhoeven1-1/+1
2018-02-21ARM: shmobile: stout: enable R-Car Gen2 regulator quirkMarek Vasut1-7/+16
2017-11-16Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds5-19/+45
2017-11-13Merge branch 'pm-domains'Rafael J. Wysocki1-7/+1
2017-11-08ARM: shmobile: pm-rmobile: Use GENPD_FLAG_ACTIVE_WAKEUPGeert Uytterhoeven1-7/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman8-0/+8
2017-10-11ARM: shmobile: rcar-gen2: fix non-SMP buildArnd Bergmann1-0/+2
2017-09-18ARM: shmobile: rcar-gen2: Make sure CNTVOFF is initialized on CA7/15Geert Uytterhoeven5-19/+43
2017-09-05Merge branch 'next/cleanup' into next/socOlof Johansson1-4/+3
2017-08-16Merge tag 'renesas-soc-for-v4.14' of https://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann3-11/+47
2017-08-16ARM: Convert to using %pOF instead of full_nameRob Herring1-4/+3
2017-08-04Merge tag 'renesas-fixes3-for-v4.13' of https://git.kernel.org/pub/scm/linux/...Arnd Bergmann1-1/+5
2017-07-29ARM: shmobile: rcar-gen2: Fix deadlock in regulator quirkGeert Uytterhoeven1-1/+5
2017-07-27ARM: shmobile: Remove ARCH_SHMOBILE_MULTIGeert Uytterhoeven1-4/+0
2017-07-27ARM: shmobile: rcar-gen2: Correct arch timer frequency on RZ/G1EGeert Uytterhoeven1-1/+2
2017-07-27ARM: shmobile: rcar-gen2: Add support for CPG/MSSR bindingsGeert Uytterhoeven1-3/+15
2017-07-27ARM: shmobile: rcar-gen2: Obtain jump stub region from DTGeert Uytterhoeven1-3/+30
2017-07-04Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds1-15/+4
2017-06-14clocksource/drivers: Rename clocksource_probe to timer_probeDaniel Lezcano1-1/+1
2017-06-14ARM: shmobile: pm-rmobile: Use GENPD_FLAG_ALWAYS_ONGeert Uytterhoeven1-15/+4
2017-03-17ARM: 8660/1: shmobile: r7s72100: Enable L2 cacheChris Brandt1-0/+2
2017-02-28Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2-5/+5
2017-02-28ARM: 8641/1: treewide: Replace uses of virt_to_phys with __pa_symbolFlorian Fainelli2-5/+5
2017-02-23Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds5-61/+54
2017-02-07clocksource/drivers/ostm: Add renesas-ostm timer driverChris Brandt1-0/+1
2017-01-25ARM: shmobile: rcar-gen2: Add more register documentationGeert Uytterhoeven1-11/+29
2017-01-03ARM: shmobile: rcar-gen2: Remove unused rcar_gen2_read_mode_pins()Geert Uytterhoeven2-20/+0
2017-01-03ARM: shmobile: r8a7791: Allow booting secondary CPU cores in debug modeGeert Uytterhoeven1-13/+1
2017-01-03ARM: shmobile: apmu: Allow booting secondary CPU cores in debug modeGeert Uytterhoeven1-13/+1
2017-01-03ARM: shmobile: apmu: Add debug resource reset for secondary CPU bootGeert Uytterhoeven1-0/+13
2017-01-03ARM: shmobile: apmu: Add more register documentationGeert Uytterhoeven1-4/+10
2016-12-15Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+1
2016-12-15Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds6-107/+51
2016-11-23soc: renesas: Identify SoC and register with the SoC busGeert Uytterhoeven1-0/+1
2016-11-15ARM: shmobile: r8a7745: basic SoC supportSergei Shtylyov2-0/+5
2016-11-04ARM: shmobile: select errata 798181 for SoCs with CA15 coresSimon Horman1-0/+6
2016-11-02ARM: shmobile: rcar-gen2: Stop passing mode pins state to clock driverGeert Uytterhoeven1-3/+2
2016-11-02ARM: shmobile: r8a7779: Stop passing mode pins state to clock driverGeert Uytterhoeven1-27/+0
2016-11-02ARM: shmobile: r8a7778: Stop passing mode pins state to clock driverGeert Uytterhoeven1-15/+0
2016-11-02ARM: shmobile: Consolidate R8A7743 and R8A779[234] machine definitionsLaurent Pinchart6-139/+33
2016-11-02ARM: shmobile: r8a7743: basic SoC supportSergei Shtylyov3-0/+39
2016-11-02ARM: shmobile: only call rcar_gen2_clocks_init() if presentSimon Horman1-1/+10
2016-10-17ARM: shmobile: Sort Kconfig selectionsGeert Uytterhoeven1-3/+3
2016-10-07Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2-2/+2
2016-10-07Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+0
2016-10-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-18/+8
2016-09-21ARM: select PCI_DOMAINS config from ARCH_MULTIPLATFORMKishon Vijay Abraham I1-1/+0
2016-09-19ARM/shmobile: Convert to hotplug state machineSebastian Andrzej Siewior1-18/+8
2016-09-15Merge tag 'renesas-soc-for-v4.9' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann2-2/+2
2016-09-09Merge tag 'renesas-fixes-for-v4.8' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann1-36/+26
2016-09-02ARM: shmobile: fix regulator quirk for Gen2Wolfram Sang1-36/+26
2016-08-24ARM: shmobile: r8a7791: only use smp_init when SMP is selectedWolfram Sang1-1/+1
2016-08-24ARM: shmobile: r8a7790: only use smp_init when SMP is selectedWolfram Sang1-1/+1
2016-08-02ARM: shmobile: don't call platform_can_secondary_boot on UPArnd Bergmann1-0/+3
2016-08-01Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds12-46/+169
2016-08-01Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+1
2016-07-06Merge tag 'renesas-soc2-for-v4.8' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson11-36/+164
2016-07-06Merge ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIB changes into next/socArnd Bergmann1-1/+1
2016-06-29ARM: shmobile: r8a7791: Prioritize DT APMU supportMagnus Damm1-0/+1
2016-06-29ARM: shmobile: r8a7790: Prioritize DT APMU supportMagnus Damm1-0/+1
2016-06-29ARM: shmobile: smp: Add function to prioritize DT SMPMagnus Damm2-0/+7
2016-06-29ARM: shmobile: apmu: Add APMU DT support via Enable methodMagnus Damm1-4/+88
2016-06-29ARM: shmobile: apmu: Move #ifdef CONFIG_SMP to cover more functionsGeert Uytterhoeven1-1/+1
2016-06-29ARM: shmobile: rcar-gen2: Correct arch timer frequency on R-Car V2HGeert Uytterhoeven1-1/+2
2016-06-29ARM: shmobile: rcar-gen2: Obtain extal frequency from DTGeert Uytterhoeven1-20/+22
2016-06-29ARM: shmobile: r8a7792: basic SoC supportSergei Shtylyov3-0/+40
2016-06-29Merge branch 'rcar-sysc-for-v4.8' into HEADSimon Horman2-10/+2
2016-06-29soc: renesas: rcar-sysc: Move SYSC interrupt config to rcar-sysc driverGeert Uytterhoeven2-10/+2
2016-06-23arm: Remove unnecessary of_platform_populate with default match tableKefeng Wang2-5/+0
2016-06-03ARM: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIBLinus Walleij1-1/+1
2016-05-30ARM: shmobile: rcar-gen2: Use ICRAM1 for jump stub on all SoCsGeert Uytterhoeven1-9/+4
2016-05-30ARM: shmobile: pm-rmobile: Postpone call to pm_genpd_init()Geert Uytterhoeven1-1/+1
2016-05-18Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds8-191/+9
2016-05-18Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds1-32/+20
2016-05-16Merge branch 'pm-cpufreq'Rafael J. Wysocki3-27/+0
2016-04-25cpufreq: shmobile: Use generic platdev driverViresh Kumar3-27/+0
2016-04-22soc: renesas: Move pm-rcar to drivers/soc/renesas/rcar-syscGeert Uytterhoeven8-191/+9
2016-04-20ARM: shmobile: timer: Drop support for Cortex A8Geert Uytterhoeven1-32/+20
2016-04-20ARM: shmobile: timer: Fix preset_lpj leading to too short delaysGeert Uytterhoeven1-17/+11
2016-03-23Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds4-4/+4
2016-03-20Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds5-62/+20
2016-03-15clk: renesas: Rename header file renesas.hSimon Horman4-4/+4
2016-02-26Merge tag 'renesas-cleanup2-for-v4.6' of git://git.kernel.org/pub/scm/linux/k...Arnd Bergmann9-34/+30
2016-02-19ARM: shmobile: Enable PM and PM_GENERIC_DOMAINS for SoCs with PM DomainsGeert Uytterhoeven1-5/+8
2016-02-19ARM: shmobile: emev2: Move declaration of emev2_smp_ops to emev2.hGeert Uytterhoeven3-2/+10
2016-02-19ARM: shmobile: emev2: Remove legacy machine_desc.map_io() callbackGeert Uytterhoeven1-18/+0
2016-02-19ARM: shmobile: r8a7740: Remove legacy machine_desc.map_io() callbackGeert Uytterhoeven1-20/+0
2016-02-19ARM: shmobile: r8a7740: Remove mapping of L2 cache controller registersGeert Uytterhoeven1-12/+0
2016-02-19ARM: shmobile: r8a7740: Migrate to generic l2c OF initializationGeert Uytterhoeven1-5/+2
2016-02-17ARM: shmobile: Kconfig: Get rid of old commentMagnus Damm1-2/+0
2016-02-17ARM: shmobile: Consolidate SCU mapping codeGeert Uytterhoeven5-12/+12
2016-02-17ARM: shmobile: Remove shmobile_boot_argGeert Uytterhoeven4-9/+2
2016-02-17ARM: shmobile: Move shmobile_smp_{mpidr, fn, arg}[] from .text to .bssGeert Uytterhoeven1-6/+14
2016-02-17ARM: shmobile: r8a7779: Remove remainings of removed SCU boot setup codeGeert Uytterhoeven1-2/+0
2016-02-17ARM: shmobile: Move shmobile_scu_base from .text to .bssGeert Uytterhoeven2-6/+3
2016-02-04ARM: shmobile: r8a7779: Remove remainings of removed SCU boot setup codeGeert Uytterhoeven1-2/+0
2016-02-04ARM: shmobile: Typo s/MIPDR/MPIDR/Geert Uytterhoeven1-1/+1
2016-02-04ARM: shmobile: Add includes providing forward declarationsGeert Uytterhoeven3-0/+6
2016-02-04ARM: shmobile: rcar-gen2: Make rcar_gen2_dma_contiguous staticGeert Uytterhoeven1-3/+4
2015-12-12Merge tag 'renesas-cleanup-for-v4.5' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann4-29/+7
2015-12-01ARM: use "depends on" for SoC configs instead of "if" after promptMasahiro Yamada1-2/+2
2015-12-01ARM: use const and __initconst for smp_operationsMasahiro Yamada10-10/+10
2015-11-22ARM: shmobile: r8a7793: proper constness with __initconstNicolas Pitre1-1/+1
2015-11-19ARM: shmobile: Remove legacy mach/irqs.hLaurent Pinchart3-26/+0
2015-11-17ARM: shmobile: Introduce ARCH_RENESASSimon Horman1-3/+7
2015-11-10Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds1-32/+3
2015-11-10Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds20-2486/+9
2015-10-12ARM: shmobile: R-Mobile: add missing of_node_putJulia Lawall1-1/+3
2015-10-02ARM: shmobile: apmu: correct type of CPU idAndrzej Hajda1-1/+1
2015-10-01ARM: shmobile: r8a7779: Remove legacy PM Domain remainingsGeert Uytterhoeven2-105/+0
2015-10-01ARM: shmobile: r8a7778: Make r8a7778_init_irq_dt() staticGeert Uytterhoeven1-1/+2
2015-10-01ARM: shmobile: smp: Make shmobile_smp_apmu_cpu_shutdown() staticGeert Uytterhoeven1-1/+1
2015-10-01clocksource: cosmetic: Drop OF 'dependency' from symbolsMarc Zyngier2-2/+2
2015-09-18ARM: shmobile: R-Mobile: Use CPG/MSTP Clock Domain attach/detach helpersGeert Uytterhoeven1-32/+3
2015-09-14ARM: shmobile: Remove legacy clock support leftoversLaurent Pinchart2-4/+0
2015-09-14ARM: shmobile: remove Makefile.bootSimon Horman1-0/+0
2015-09-14ARM: shmobile: Kconfig: remove unused SHMOBILE_TIMER_HZ sectionUlrich Hecht1-20/+0
2015-09-14ARM: shmobile: remove ARCH_SHMOBILE_LEGACY optionUlrich Hecht1-23/+0
2015-09-14ARM: shmobile: r8a7778: remove legacy clock implementationUlrich Hecht4-437/+0
2015-09-14ARM: shmobile: Kconfig: remove obsolete option ARCH_R8A7778Ulrich Hecht1-6/+0
2015-09-14ARM: shmobile: r8a7778: remove obsolete setup codeUlrich Hecht2-636/+1
2015-09-14ARM: shmobile: bockw: remove legacy board file and configUlrich Hecht4-764/+0
2015-09-14ARM: shmobile: bockw: remove "reference" board file and configUlrich Hecht4-101/+0
2015-09-14ARM: shmobile: Remove obsolete twd_local_timer declarationGeert Uytterhoeven1-1/+0