aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-12Merge tag 'renesas-cleanup-for-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/cleanupArnd 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/arm-socLinus Torvalds1-32/+3
2015-11-10Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus 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
2015-09-14ARM: shmobile: Remove obsolete earlytimer registrationGeert Uytterhoeven2-22/+0
2015-09-14ARM: shmobile: Remove obsolete legacy PM Domain leftoversGeert Uytterhoeven1-9/+0
2015-09-14ARM: shmobile: Remove obsolete intc.hGeert Uytterhoeven1-295/+0
2015-09-14ARM: shmobile: Remove obsolete custom earlyprintk codeGeert Uytterhoeven3-29/+1
2015-09-14ARM: shmobile: Remove obsolete sh-gpio.hGeert Uytterhoeven1-29/+0
2015-09-14ARM: shmobile: Remove unused declaration of r8a7778_add_standard_devices_dt()Geert Uytterhoeven1-1/+0
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-1/+1
2015-09-03Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds5-6/+6
2015-09-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2015-09-01Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+2
2015-09-01Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds4-1/+42
2015-08-12clk: shmobile: rz: Add CPG/MSTP Clock Domain supportGeert Uytterhoeven1-0/+1
2015-08-12clk: shmobile: r8a7778: Add CPG/MSTP Clock Domain supportGeert Uytterhoeven1-0/+1
2015-08-11ARM: shmobile: Fix mismergesOlof Johansson1-0/+1
2015-08-10arch, drivers: don't include <asm/io.h> directly, use <linux/io.h> insteadDan Williams1-1/+1
2015-08-06Merge tag 'renesas-marzen-board-removal-for-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/cleanupOlof Johansson9-1390/+15
2015-07-31ARM: 8392/3: smp: Only expose /sys/.../cpuX/online if hotpluggableStephen Boyd5-6/+6
2015-07-28ARM: appropriate __init annotation for const dataNicolas Pitre11-11/+11
2015-07-28ARM: shmobile: r8a7779: Remove legacy SoC codeMagnus Damm5-968/+4
2015-07-28ARM: shmobile: marzen: Remove legacy board codeMagnus Damm4-356/+0
2015-07-28ARM: shmobile: r8a7779: Cleanup header fileMagnus Damm3-4/+2
2015-07-28ARM: shmobile: marzen-reference: Remove C board codeMagnus Damm3-66/+1
2015-07-27Merge tag 'renesas-cleanup2-for-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/cleanupOlof Johansson1-2/+2
2015-07-27irqchip/gic: Remove redundant gic_set_irqchip_flagsSudeep Holla2-2/+0
2015-07-14ARM: shmobile: r8a7779: Generic SMP opsMagnus Damm1-0/+1