| Commit message (Expand) | Author | Age | Files | Lines |
* | ARM: shmobile: Initial r8a7790 SoC support | Magnus Damm | 2013-04-02 | 6 | -0/+181 |
* | ARM: shmobile: r8a7779: move global functions to r8a7779.h | Kuninori Morimoto | 2013-04-02 | 2 | -14/+13 |
* | ARM: shmobile: r8a7740: move global functions to r8a7740.h | Kuninori Morimoto | 2013-04-02 | 2 | -9/+9 |
* | ARM: shmobile: sh73a0: move global functions to sh73a0.h | Kuninori Morimoto | 2013-04-02 | 2 | -16/+15 |
* | ARM: shmobile: sh7372: move global functions to sh7372.h | Kuninori Morimoto | 2013-04-02 | 2 | -15/+12 |
* | ARM: shmobile: r8a7779: remove DIV4 clocks and use fixed ratio clock | Kuninori Morimoto | 2013-04-02 | 1 | -87/+109 |
* | ARM: shmobile: r8a7740: use fixed ratio clock | Kuninori Morimoto | 2013-04-02 | 1 | -45/+9 |
* | ARM: shmobile: r8a7740: tidyup comment/implementation mismatch | Kuninori Morimoto | 2013-04-02 | 1 | -29/+31 |
* | ARM: shmobile: sh73a0: use fixed ratio clock | Kuninori Morimoto | 2013-04-02 | 1 | -60/+12 |
* | ARM: shmobile: sh7372: use fixed ratio clock | Kuninori Morimoto | 2013-04-02 | 1 | -37/+7 |
* | ARM: shmobile: add struct clk_ratio and fixed ratio clock macro | Kuninori Morimoto | 2013-04-02 | 2 | -0/+52 |
* | ARM: shmobile: sh7372: remove DIV4_ZT* clocks | Kuninori Morimoto | 2013-04-02 | 1 | -5/+1 |
* | ARM: shmobile: sh73a0: remove DIV4_ZT* clocks | Kuninori Morimoto | 2013-04-02 | 1 | -3/+1 |
* | ARM: shmobile: sh73a0: add a TWD clock | Guennadi Liakhovetski | 2013-04-02 | 1 | -0/+16 |
* | ARM: shmobile: r8a7740: Migrate from INTC to GIC | Bastian Hecht | 2013-04-02 | 4 | -663/+207 |
* | ARM: shmobile: r8a73a4: add thermal driver support | Kuninori Morimoto | 2013-04-02 | 3 | -1/+34 |
* | ARM: shmobile: Disallow PINCTRL without GPIOLIB | Magnus Damm | 2013-04-02 | 1 | -1/+1 |
* | ARM: shmobile: sh73a0: add irqpin DT nodes | Guennadi Liakhovetski | 2013-04-02 | 1 | -0/+81 |
* | ARM: shmobile: r8a7778 SCIF support | Kuninori Morimoto | 2013-04-02 | 2 | -0/+39 |
* | ARM: shmobile: add R8A7778 basis support | Kuninori Morimoto | 2013-04-02 | 6 | -0/+328 |
* | ARM: shmobile: sh73a0: wait for completion when kicking the clock | Guennadi Liakhovetski | 2013-04-02 | 1 | -6/+17 |
* | ARM: shmobile: r8a73a4 PFC support | Magnus Damm | 2013-04-02 | 3 | -0/+12 |
* | ARM: shmobile: r8a73a4 IRQC support V2 | Magnus Damm | 2013-04-02 | 3 | -0/+117 |
* | ARM: shmobile: r8a73a4 SCIF support V3 | Magnus Damm | 2013-04-02 | 2 | -1/+57 |
* | ARM: shmobile: Initial r8a73a4 SoC support V3 | Magnus Damm | 2013-04-02 | 6 | -0/+211 |
* | ARM: shmobile: Make r8a7779 INTC irqpin platform data static | Magnus Damm | 2013-03-18 | 1 | -1/+1 |
* | ARM: shmobile: Make sh73a0 INTC irqpin platform data static | Magnus Damm | 2013-03-18 | 1 | -4/+4 |
* | ARM: shmobile: INTC External IRQ pin driver on r8a7779 | Magnus Damm | 2013-03-18 | 3 | -1/+54 |
* | ARM: shmobile: INTC External IRQ pin driver on sh73a0 | Magnus Damm | 2013-03-18 | 4 | -124/+134 |
* | ARM: shmobile: irq_pin() for static IRQ pin assignment | Magnus Damm | 2013-03-18 | 1 | -0/+4 |
* | r8a7779: Add Display Unit clock support | Phil Edworthy | 2013-03-18 | 1 | -1/+3 |
* | ARM: shmobile: R8A7779: use gic_iid() in SATA IRQ resource | Sergei Shtylyov | 2013-03-13 | 1 | -1/+1 |
* | ARM: mach-shmobile: r8a7779: add SATA support | Vladimir Barinov | 2013-03-13 | 2 | -0/+30 |
* | ARM: mach-shmobile: r8a7779: SATA DT configuration | Vladimir Barinov | 2013-03-13 | 1 | -0/+7 |
* | ARM: shmobile: r8a7779: add Thermal support on DT | Kuninori Morimoto | 2013-03-13 | 1 | -0/+5 |
* | ARM: shmobile: tidyup chip series definition order for r8a7740/r8a7779 | Kuninori Morimoto | 2013-03-13 | 1 | -2/+1 |
* | ARM: shmobile: r8a7779: use gic_iid macro | Kuninori Morimoto | 2013-03-13 | 1 | -12/+12 |
* | ARM: shmobile: r8a7779: fixup DT machine name | Kuninori Morimoto | 2013-03-13 | 1 | -1/+1 |
* | ARM: shmobile: r8a7779: fixup dtsi typo | Kuninori Morimoto | 2013-03-13 | 1 | -1/+1 |
* | ARM: shmobile: add gic_iid macro for ICCIAR / interrupt ID | Kuninori Morimoto | 2013-03-13 | 1 | -0/+1 |
* | ARM: mach-shmobile: r8a7740: Add DT names to clock list | Bastian Hecht | 2013-03-13 | 1 | -0/+9 |
* | ARM: shmobile: Remove unused hotplug.c | Magnus Damm | 2013-03-13 | 3 | -75/+0 |
* | ARM: shmobile: Rearrange r8a7779 cpu hotplug code | Magnus Damm | 2013-03-13 | 1 | -47/+49 |
* | ARM: shmobile: Use sh73a0-specific cpu disable code | Magnus Damm | 2013-03-13 | 1 | -1/+6 |
* | ARM: shmobile: Update r8a7779 to use scu_power_mode() | Magnus Damm | 2013-03-13 | 1 | -27/+5 |
* | ARM: shmobile: Update r8a7779 to check SCU for hotplug | Magnus Damm | 2013-03-13 | 1 | -6/+32 |
* | ARM: shmobile: Use R8A7779_SCU_BASE with TWD | Magnus Damm | 2013-03-13 | 1 | -4/+3 |
* | ARM: shmobile: Rework SH73A0_SCU_BASE IOMEM() usage | Magnus Damm | 2013-03-13 | 1 | -2/+2 |
* | ARM: shmobile: Fix base address readout in headsmp-scu.S | Magnus Damm | 2013-03-13 | 1 | -1/+2 |
* | ARM: shmobile: r8a7779: Remove lan from dtsi | Simon Horman | 2013-03-13 | 1 | -9/+0 |