29 Sep, 2016

2 commits


28 Nov, 2015

1 commit

  • The Marvell Berlin BG2CD has 3 watchdogs which are compatible with the
    snps,dw-wdt driver sit in the sysmgr domain. This patch adds the
    corresponding device tree nodes.

    NOTE: although BG2CD doesn't have a HW sysmgr, but the sysmgr domain
    exists.

    Signed-off-by: Jisheng Zhang
    Signed-off-by: Sebastian Hesselbarth

    Jisheng Zhang
     

06 Oct, 2015

1 commit


22 Sep, 2015

1 commit


20 Sep, 2015

1 commit


27 Jun, 2015

1 commit

  • Pull ARM SoC driver updates from Kevin Hilman:
    "Some of these are for drivers/soc, where we're now putting
    SoC-specific drivers these days. Some are for other driver subsystems
    where we have received acks from the appropriate maintainers.

    Some highlights:

    - simple-mfd: document DT bindings and misc updates
    - migrate mach-berlin to simple-mfd for clock, pinctrl and reset
    - memory: support for Tegra132 SoC
    - memory: introduce tegra EMC driver for scaling memory frequency
    - misc. updates for ARM CCI and CCN busses"

    * tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (48 commits)
    drivers: soc: sunxi: Introduce SoC driver to map SRAMs
    arm-cci: Add aliases for PMU events
    arm-cci: Add CCI-500 PMU support
    arm-cci: Sanitise CCI400 PMU driver specific code
    arm-cci: Abstract handling for CCI events
    arm-cci: Abstract out the PMU counter details
    arm-cci: Cleanup PMU driver code
    arm-cci: Do not enable CCI-400 PMU by default
    firmware: qcom: scm: Add HDCP Support
    ARM: berlin: add an ADC node for the BG2Q
    ARM: berlin: remove useless chip and system ctrl compatibles
    clk: berlin: drop direct of_iomap of nodes reg property
    ARM: berlin: move BG2Q clock node
    ARM: berlin: move BG2CD clock node
    ARM: berlin: move BG2 clock node
    clk: berlin: prepare simple-mfd conversion
    pinctrl: berlin: drop SoC stub provided regmap
    ARM: berlin: move pinctrl to simple-mfd nodes
    pinctrl: berlin: prepare to use regmap provided by syscon
    reset: berlin: drop arch_initcall initialization
    ...

    Linus Torvalds
     

19 May, 2015

3 commits


18 May, 2015

2 commits


16 May, 2015

1 commit

  • The current GPLv2 only licensing on this dtsi makes it very impractical
    for other software components licensed under another license.

    In order to make it easier for them to reuse our device trees, relicense
    this dtsi under a GPLv2/X11 dual-license.

    Signed-off-by: Antoine Tenart
    Acked-by: Jisheng Zhang
    Signed-off-by: Sebastian Hesselbarth

    Antoine Tenart
     

07 Jan, 2015

2 commits


19 Nov, 2014

1 commit


30 Oct, 2014

3 commits


20 May, 2014

3 commits


13 Dec, 2013

1 commit

  • This adds very basic device tree files for the Marvell Armada
    1500-mini SoC (Berlin BG2CD) and the Google Chromecast. Currently,
    SoC only has nodes for cpu, some clocks, l2 cache controller, local
    timer, apb timers, uart, and interrupt controllers.
    The Google Chromecast is a consumer device comprising the Armada
    1500-mini SoC above.

    Signed-off-by: Sebastian Hesselbarth

    Sebastian Hesselbarth