summaryrefslogtreecommitdiff
path: root/arch/arm/mach-shmobile
AgeCommit message (Expand)AuthorFilesLines
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-09Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2015-09-04Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds5-6/+6
2015-09-02Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+0
2015-09-01Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+2
2015-09-01Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus 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-11arch, 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...Olof 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/k...Olof 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
2015-07-14ARM: shmobile: r8a7779: Generic CCF and timer supportMagnus Damm1-0/+12
2015-07-14Merge tag 'renesas-pm-domain-for-v4.3' of git://git.kernel.org/pub/scm/linux/...Olof Johansson5-54/+82
2015-07-14ARM: shmobile: apmu: silence build warningsWolfram Sang1-2/+2
2015-07-06ARM: shmobile: gose: enable R-Car Gen2 regulator quirkUlrich Hecht3-1/+4
2015-07-06ARM: shmobile: Basic r8a7793 SoC supportUlrich Hecht3-0/+38
2015-07-06ARM: shmobile: r8a7790: Make struct rcar_sysc_ch constGeert Uytterhoeven1-2/+2
2015-07-06ARM: shmobile: r8a7779: Make struct rcar_sysc_ch constGeert Uytterhoeven2-7/+8
2015-07-06ARM: shmobile: R-Car: Get rid of on_off_fn() function pointerGeert Uytterhoeven1-17/+14
2015-07-06ARM: shmobile: R-Car: Use BIT() macro instead of open codingGeert Uytterhoeven1-5/+5
2015-07-06ARM: shmobile: R-Car: Make struct rcar_sysc_ch * parameters constGeert Uytterhoeven2-11/+11
2015-07-06ARM: shmobile: R-Car: Break infinite loopGeert Uytterhoeven1-2/+14
2015-07-06ARM: shmobile: R-Car: Shrink rcar_sysc_ch sizeGeert Uytterhoeven1-3/+3
2015-07-06ARM: shmobile: R-Car: Improve documentationGeert Uytterhoeven1-14/+32
2015-07-06ARM: shmobile: timer: r8a73a4 and r8a7790 are multi-platform onlyGeert Uytterhoeven1-12/+0
2015-07-06ARM: shmobile: R-Car Gen2: CONFIG_ARCH_SHMOBILE_MULTI is always setGeert Uytterhoeven1-2/+0