02 Aug, 2016

1 commit

  • Pull ARM DT updates from Olof Johansson:
    "Device tree contents continue to be the largest branches we submit.
    This time around, some of the contents worth pointing out is:

    New SoC platforms:
    - Freescale i.MX 7Solo
    - Broadcom BCM23550
    - Cirrus Logic EP7209 and EP7211 (clps711x platforms)_
    - Hisilicon HI3519
    - Renesas R8A7792

    Some of the other delta that is sticking out, line-count wise:
    - Exynos moves of IP blocks under an SoC bus, which causes a large
    delta due to indentation changes
    - a new Tegra K1 board: Apalis
    - a bunch of small updates to many Allwinner platforms; new hardware
    support, some cleanup, etc"

    * tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (426 commits)
    ARM: dts: sun8i: Add dts file for inet86dz board
    ARM: dts: sun8i: Add dts file for Polaroid MID2407PXE03 tablet
    ARM: dts: sun8i: Use sun8i-reference-design-tablet for ga10h dts
    ARM: dts: sun8i: Use sun8i-reference-design-tablet for polaroid mid2809pxe04
    ARM: dts: sun8i: reference-design-tablet: Add drivevbus-supply
    ARM: dts: Copy sun8i-q8-common.dtsi sun8i-reference-design-tablet.dtsi
    ARM: dts: sun5i: Use sun5i-reference-design-tablet.dtsi for utoo p66 dts
    ARM: dts: sun5i: Use sun5i-reference-design-tablet.dtsi for dit4350 dts
    ARM: dts: sun5i: reference-design-tablet: Remove mention of q8
    ARM: dts: sun5i: reference-design-tablet: Set lradc vref to avcc
    ARM: dts: sun5i: Rename sun5i-q8-common.dtsi sun5i-reference-design-tablet.dtsi
    ARM: dts: sun5i: Move q8 display bits to sun5i-a13-q8-tablet.dts
    ARM: dts: sunxi: Rename sunxi-q8-common.dtsi sunxi-reference-design-tablet.dtsi
    ARM: dts: at91: Don't build unnecessary dtbs
    ARM: dts: at91: sama5d3x: separate motherboard gmac and emac definitions
    ARM: dts: at91: at91sam9g25ek: fix isi endpoint node
    ARM: dts: at91: move isi definition to at91sam9g25ek
    ARM: dts: at91: fix i2c-gpio node name
    ARM: dts: at91: vinco: fix regulator name
    ARM: dts: at91: ariag25 : fix onewire node
    ...

    Linus Torvalds
     

16 Jun, 2016

1 commit


06 Jun, 2016

1 commit


26 Apr, 2016

1 commit

  • …rnel/git/horms/renesas into next/drivers

    Merge "Second Round of Renesas ARM Based SoC R-Car SYSC Updates for v4.7" from Simon Horman:

    Introduce a DT-based driver for the R-Car System Controller, as found on
    Renesas R-Car H1, R-Car Gen2, and R-Car Gen3 SoCs.

    * tag 'renesas-rcar-sysc2-for-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas: (30 commits)
    soc: renesas: rcar-sysc: Add support for R-Car H3 power areas
    soc: renesas: rcar-sysc: Add support for R-Car E2 power areas
    soc: renesas: rcar-sysc: Add support for R-Car M2-N power areas
    soc: renesas: rcar-sysc: Add support for R-Car M2-W power areas
    soc: renesas: rcar-sysc: Add support for R-Car H2 power areas
    soc: renesas: rcar-sysc: Add support for R-Car H1 power areas
    soc: renesas: rcar-sysc: Enable Clock Domain for I/O devices
    soc: renesas: rcar-sysc: Make rcar_sysc_power_is_off() static
    soc: renesas: rcar-sysc: Add DT support for SYSC PM domains
    soc: renesas: rcar-sysc: Improve rcar_sysc_power() debug info
    soc: renesas: Move pm-rcar to drivers/soc/renesas/rcar-sysc
    clk: renesas: cpg-mssr: Export cpg_mssr_{at,de}tach_dev()
    clk: renesas: mstp: Provide dummy attach/detach_dev callbacks
    clk: renesas: Provide Kconfig symbols for CPG/MSSR and CPG/MSTP support
    soc: renesas: Add r8a7795 SYSC PM Domain Binding Definitions
    soc: renesas: Add r8a7794 SYSC PM Domain Binding Definitions
    soc: renesas: Add r8a7793 SYSC PM Domain Binding Definitions
    soc: renesas: Add r8a7791 SYSC PM Domain Binding Definitions
    soc: renesas: Add r8a7790 SYSC PM Domain Binding Definitions
    soc: renesas: Add r8a7779 SYSC PM Domain Binding Definitions
    ...

    Arnd Bergmann
     

15 Apr, 2016

6 commits


28 Mar, 2016

1 commit


25 Jan, 2016

1 commit


22 Dec, 2015

1 commit

  • This patch adds support for several power domains on Raspberry Pi,
    including USB (so it can be enabled even if the bootloader didn't do
    it), and graphics.

    This patch is the combined work of Eric Anholt (who wrote USB support
    inside of the Raspberry Pi firmware driver, and wrote the non-USB
    domain support) and Alexander Aring (who separated the original USB
    work out from the firmware driver).

    Signed-off-by: Alexander Aring
    Signed-off-by: Eric Anholt
    Reviewed-by: Ulf Hansson
    Reviewed-by: Kevin Hilman

    Alexander Aring
     

03 Oct, 2015

1 commit


07 Jul, 2015

1 commit

  • This adds a power domain driver for the Mediatek SCPSYS unit.

    The System Control Processor System (SCPSYS) has several power
    management related tasks in the system. The tasks include thermal
    measurement, dynamic voltage frequency scaling (DVFS), interrupt
    filter and lowlevel sleep control. The System Power Manager (SPM)
    inside the SCPSYS is for the MTCMOS power domain control.

    For now this driver only adds power domain support, the more
    advanced features are not yet supported. The driver implements
    the generic PM domain device tree bindings, the first user will
    most likely be the Mediatek AFE audio driver.

    Signed-off-by: Sascha Hauer
    Reviewed-by: Daniel Kurtz
    Signed-off-by: Matthias Brugger

    Sascha Hauer