summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/setup-sh73a0.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dt-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds2014-08-081-4/+4
|\
| * ARM: shmobile: kzm9g-reference: Initialise SCIF device using DTSimon Horman2014-07-121-4/+4
* | ARM: shmobile: Move sh73a0.hGeert Uytterhoeven2014-06-251-1/+3
* | ARM: shmobile: Move common.hMagnus Damm2014-06-171-1/+1
* | ARM: shmobile: Move most of irqs.h, keep some for pinctlMagnus Damm2014-06-171-1/+1
* | ARM: shmobile: Move dma-register.hMagnus Damm2014-06-171-1/+1
* | ARM: shmobile: Move intc.h, cleanup sh_intc.h usageMagnus Damm2014-06-171-1/+0
|/
* ARM: shmobile: sh73a0: Switch to new style TMU deviceLaurent Pinchart2014-05-111-43/+13
* ARM: shmobile: sh73a0: Switch to new style CMT deviceLaurent Pinchart2014-05-111-24/+12
* Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2014-01-231-160/+31
|\
| * ARM: shmobile: sh73a0: Don't set plat_sci_port scbrr_algo_id fieldLaurent Pinchart2013-12-241-1/+0
| * ARM: shmobile: sh73a0: Declare SCIF register base and IRQ as resourcesLaurent Pinchart2013-12-241-2/+7
| * ARM: shmobile: sh73a0: Use macros to declare SCIF devicesLaurent Pinchart2013-12-241-160/+27
* | ARM: shmobile: sh73a0: don't use named resource for IPMMUKuninori Morimoto2013-11-241-1/+1
* | ARM: shmobile: sh73a0: don't use named resource for I2CKuninori Morimoto2013-11-241-5/+5
* | ARM: shmobile: sh73a0: don't use named resource for TMUKuninori Morimoto2013-11-241-2/+2
|/
* ARM: shmobile: Remove sh73a0 use of <mach/hardware.h>Magnus Damm2013-07-241-1/+0
* ARM: shmobile: Remove unused sh73a0 auxdata tableMagnus Damm2013-07-171-6/+1
* ARM: shmobile: sh73a0: Remove init_irq declaration in machine descriptionMaxime Ripard2013-07-171-2/+0
* ARM: shmobile: sh73a0 pinmux platform device cleanupMagnus Damm2013-07-171-19/+6
* Merge tag 'renesas-soc-for-v3.11' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson2013-06-111-71/+24
|\
| * ARM: shmobile: sh73a0: Always use shmobile_setup_delay()Magnus Damm2013-06-071-5/+6
| * ARM: shmobile: sh73a0: add CPUFreq supportGuennadi Liakhovetski2013-06-071-0/+5
| * ARM: shmobile: sh73a0: Use DEFINE_RES_MEM*() everywhereSimon Horman2013-06-061-66/+13
* | ARM: shmobile: sh73a0: Update CMT clockevent rating to 80Simon Horman2013-06-041-1/+1
|/
* Merge tag 'clksrc-cleanup-for-3.10-part2' of git://sources.calxeda.com/kernel...Olof Johansson2013-04-171-1/+0
|\
| * ARM: convert arm/arm64 arch timer to use CLKSRC_OF initRob Herring2013-04-111-1/+0
* | ARM: shmobile: Make sh73a0 INTC irqpin platform data staticMagnus Damm2013-03-181-4/+4
* | ARM: shmobile: INTC External IRQ pin driver on sh73a0Magnus Damm2013-03-181-0/+126
* | ARM: shmobile: sh73a0: Do not use early devices with DT referenceSimon Horman2013-03-131-15/+9
* | ARM: shmobile: sh73a0: Remove warning about SMPSimon Horman2013-03-131-8/+0
* | ARM: shmobile: sh73a0: Add smp ops to DT_MACHINE_STARTSimon Horman2013-03-131-0/+1
* | ARM: shmobile: sh73a0: Remove sh73a0_init_irq_dt()Simon Horman2013-03-131-1/+2
|/
* Merge tag 'iommu-updates-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-02-261-0/+31
|\
| * ARM: mach-shmobile: sh73a0: Add IPMMU deviceHideki EIRAKU2013-02-061-0/+31
* | Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-211-1/+61
|\ \
| * | ARM: mach-shmobile: sh73a0: Minimal setup using DTSimon Horman2013-01-251-1/+61
* | | Merge tag 'sh-pinmux' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Linus Torvalds2013-02-211-0/+25
|\ \ \ | |/ / |/| |
| * | ARM: shmobile: sh73a0: Use driver-provided pinmux infoLaurent Pinchart2013-01-251-0/+25
| |/
* | ARM: delete struct sys_timerStephen Warren2012-12-241-4/+1
|/
* Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-10-011-0/+21
|\
| * ARM: shmobile: sh73a0: enable PMU(Performance Monitoring Unit)Tetsuyuki Kobayashi2012-09-111-0/+21
* | ARM: shmobile: use __iomem pointers for MMIOArnd Bergmann2012-09-181-1/+1
|/
* ARM: shmobile: use common DMAEngine definitions on sh73a0Kuninori Morimoto2012-06-301-40/+13
* ARM: shmobile: sh73a0: add DMAEngine support for MPDMACKuninori Morimoto2012-06-301-0/+111
* ARM / mach-shmobile: sh73a0 SMP TWD boot regression fixKuninori Morimoto2012-05-121-0/+4
* Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-291-0/+1
|\
| * ARM: shmobile: remove NR_IRQSRob Herring2012-01-251-0/+1
* | ARM: mach-shmobile: sh73a0, AG5EVM and Kota2 timer reworkMagnus Damm2012-03-121-0/+10
* | ARM: mach-shmobile: sh73a0 map_io and init_early updateMagnus Damm2012-03-121-0/+22
|/
OpenPOWER on IntegriCloud