aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-shmobile
AgeCommit message (Expand)AuthorFilesLines
2023-09-27ARM: shmobile: sh73a0: Reserve boot area when SMP is enabledGravatar Geert Uytterhoeven 1-2/+8
2023-09-27ARM: shmobile: r8a7779: Reserve boot area when SMP is enabledGravatar Geert Uytterhoeven 1-1/+8
2023-09-27ARM: shmobile: rcar-gen2: Reserve boot area when SMP is enabledGravatar Geert Uytterhoeven 1-0/+5
2023-09-25ARM: shmobile: rcar-gen2: Remove unneeded once handlingGravatar Geert Uytterhoeven 1-4/+0
2023-07-25ARM: shmobile: rcar-gen2: Drop unused OF includesGravatar Rob Herring 1-1/+0
2023-05-29ARM: mm: Make virt_to_pfn() a static inlineGravatar Linus Walleij 2-2/+2
2023-03-30ARM: sh-mobile: Use of_cpu_node_to_id() to read CPU node 'reg'Gravatar Rob Herring 1-20/+16
2022-10-28ARM: shmobile: Drop selecting GPIOLIB and PINCTRLGravatar Lad Prabhakar 1-2/+0
2022-09-18ARM: shmobile: Drop selecting SOC_BUSGravatar Lad Prabhakar 1-1/+0
2022-07-05ARM: shmobile: rcar-gen2: Increase refcount for new referenceGravatar Liang He 1-1/+4
2022-05-05ARM: shmobile: rcar-gen2: Drop comma after OF match table sentinelGravatar Geert Uytterhoeven 1-1/+1
2022-05-05ARM: shmobile: Drop commas after dt_compat sentinelsGravatar Geert Uytterhoeven 9-10/+10
2022-03-17ARM: remove support for NOMMU ARMv4/v5Gravatar Arnd Bergmann 1-1/+1
2021-11-15ARM: shmobile: rcar-gen2: Add missing of_node_put()Gravatar Wan Jiabing 1-1/+4
2020-11-23ARM: shmobile: Stop using __raw_*() I/O accessorsGravatar Geert Uytterhoeven 5-18/+18
2020-11-23ARM: shmobile: sh73a0: Remove obsolete static mappingGravatar Geert Uytterhoeven 1-19/+0
2020-11-23ARM: shmobile: sh73a0: Use ioremap() to map SMP registersGravatar Geert Uytterhoeven 1-11/+22
2020-11-23ARM: shmobile: sh73a0: Use ioremap() to map L2C registersGravatar Geert Uytterhoeven 1-1/+1
2020-11-23ARM: shmobile: r8a7779: Remove obsolete static mappingsGravatar Geert Uytterhoeven 1-24/+0
2020-11-23ARM: shmobile: r8a7779: Use ioremap() to map SMP registersGravatar Geert Uytterhoeven 1-3/+9
2020-11-23ARM: shmobile: r8a7779: Use ioremap() to map INTC2 registersGravatar Geert Uytterhoeven 1-14/+20
2020-11-23ARM: shmobile: r8a7778: Introduce HPBREG_BASEGravatar Geert Uytterhoeven 1-1/+3
2020-10-24Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socGravatar Linus Torvalds 2-4/+2
2020-10-06dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Gravatar Christoph Hellwig 1-1/+1
2020-09-10ARM: shmobile: rcar-gen2: Make rcar_gen2_{timer_init, reserve}() staticGravatar Geert Uytterhoeven 2-4/+2
2020-04-28ARM: shmobile: r8a7742: Basic SoC supportGravatar Lad Prabhakar 1-0/+2
2020-02-17ARM: shmobile: Replace <linux/clk-provider.h> by <linux/of_clk.h>Gravatar Geert Uytterhoeven 1-1/+1
2020-02-10ARM: shmobile: Enable ARM_GLOBAL_TIMER on Cortex-A9 MPCore SoCsGravatar Geert Uytterhoeven 2-2/+0
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheGravatar Christoph Hellwig 4-7/+7
2019-10-25ARM: shmobile: rcar-gen2: Drop legacy DT clock supportGravatar Geert Uytterhoeven 1-1/+0
2019-05-31ARM: mach-shmobile: Don't init CNTVOFF/counter if PSCI is availableGravatar Oleksandr Tyshchenko 1-0/+17
2019-03-18ARM: shmobile: fix a leaked reference by adding missing of_node_putGravatar Wen Yang 1-0/+1
2019-03-18ARM: shmobile: porter: enable R-Car Gen2 regulator quirkGravatar Marek Vasut 1-2/+4
2019-01-07ARM: shmobile: Fix R-Car Gen2 regulator quirkGravatar Marek Vasut 1-0/+5
2018-11-30ARM: shmobile: R-Mobile: Move pm-rmobile to drivers/soc/renesas/Gravatar Geert Uytterhoeven 3-358/+0
2018-11-30ARM: shmobile: R-Mobile: Clean up struct rmobile_pm_domainGravatar Geert Uytterhoeven 2-41/+18
2018-11-16ARM: shmobile: Move SoC Kconfig symbols to drivers/soc/renesas/Gravatar Geert Uytterhoeven 1-126/+0
2018-11-16ARM: shmobile: Hide ARCH_RZN1 to improve consistencyGravatar Geert Uytterhoeven 1-5/+4
2018-11-16ARM: shmobile: sh73a0: Remove obsolete inclusion of <asm/smp_twd.h>Gravatar Geert Uytterhoeven 1-1/+0
2018-11-16ARM: shmobile: Restrict TWD support to SoCs that have itGravatar Geert Uytterhoeven 1-1/+2
2018-11-16ARM: shmobile: Restrict SCU support to SoCs that have itGravatar Geert Uytterhoeven 1-1/+3
2018-10-29Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Gravatar Linus Torvalds 14-95/+132
2018-10-29Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 3-0/+34
2018-09-28ARM: shmobile: use for_each_of_cpu_node iteratorGravatar Rob Herring 3-15/+5
2018-09-19ARM: shmobile: Rework the PMIC IRQ line quirkGravatar Marek Vasut 1-29/+110
2018-09-17ARM: shmobile: r8a7744: Basic SoC supportGravatar Biju Das 2-0/+7
2018-09-11ARM: shmobile: convert to SPDX identifiersGravatar Kuninori Morimoto 11-59/+14
2018-08-30ARM: shmobile: Convert to using %pOFn instead of device_node.nameGravatar Rob Herring 1-1/+1
2018-08-30ARM: shmobile: Remove the ARCH_SHMOBILE Kconfig symbolGravatar Geert Uytterhoeven 1-4/+0
2018-08-27ARM: shmobile: Add basic RZ/A2 SoC supportGravatar Chris Brandt 3-0/+34