04 Jan, 2017

1 commit

  • The license text has been mangled at some point then copy pasted across
    multiple files. Restore it to what it should be.
    Note that this is not intended as a license change.

    Acked-by: Florian Fainelli
    Acked-by: Stefan Roese
    Acked-by: Uwe Kleine-König
    Acked-by: Rafał Miłecki
    Acked-by: Sebastian Hesselbarth
    Signed-off-by: Alexandre Belloni
    Signed-off-by: Gregory CLEMENT

    Alexandre Belloni
     

19 Nov, 2016

3 commits


08 Aug, 2016

1 commit

  • This patch moves all Armada 370/XP/38x/39x SPI controller nodes from the
    'internal-regs' node down into the 'soc' node. This is in preparation
    to enable the usage of the SPI direct access mode. A follow-up patch
    will add the static MBus mappings for the SPI devices into the 'reg'
    property of the SPI controller DT node.

    By moving these SPI controller nodes, this patch also makes use of
    the labels rather than keeping the tree structure.

    Signed-off-by: Stefan Roese
    Cc: Thomas Petazzoni
    Cc: Gregory CLEMENT
    Cc: Andrew Lunn
    Cc: Jason Cooper
    Cc: Mark Brown
    Cc: Arnd Bergmann
    Signed-off-by: Gregory CLEMENT

    Stefan Roese
     

09 Feb, 2016

1 commit

  • Since the commit a526973e0291 ("pinctrl: mvebu: Fix mapping of pin
    63 (gpo -> gpio)"), the mpp63 is no more declared as a GPO but is a
    GPIO. Even if in the datasheet this pin is described as GPO, the
    experience of the D-Link DNS-327L board shows that it can be used as a
    GPIO.

    This commits generated warnings for the board using this pin as gpo, with
    this patch the dts are fixed by using the new function (gpio) instead of
    the old one.

    The binding documentation has also been updated accordingly.

    Signed-off-by: Gregory CLEMENT
    Acked-by: Jason Cooper

    Gregory CLEMENT
     

29 Sep, 2015

1 commit


25 May, 2015

1 commit

  • Starting with commit 8947e396a829 ("Documentation: dt: mtd: replace
    "nor-jedec" binding with "jedec, spi-nor"") we have "jedec,spi-nor"
    binding indicating support for JEDEC identification.

    Use it for all flashes that are supposed to support READ ID op according
    to the datasheets.

    Signed-off-by: Rafał Miłecki
    Signed-off-by: Gregory CLEMENT

    Rafał Miłecki
     

04 Mar, 2015

1 commit

  • This commit adds the stdout-path property in /chosen for all Armada
    boards that were not yet carrying this property, and gets rid of
    /chosen/bootargs which becomes unneeded: earlyprintk should not be
    used by default, and the console= parameter is replaced by the
    /chosen/stdout-path property.

    Signed-off-by: Thomas Petazzoni
    Signed-off-by: Gregory CLEMENT

    Thomas Petazzoni
     

27 Jan, 2015

1 commit


22 Nov, 2014

1 commit

  • Synology DS213j is a 2-bay NAS powered by a Marvell Armada 370
    (88F6710 @1.2Ghz). It is very similar on many aspects to previous
    2-bay synology models based on Marvell kirkwood SoC. Here is a
    short summary of the device:

    - 512MB RAM
    - boot on SPI flash (64Mbit Micron N25Q064)
    - 1 GbE interface (Armada MAC connected to a Marvell 88E1512
    PHY via SGMII)
    - 2 rear USB 2.0 ports (directly handled by the Armada 370)
    - 2 internal SATA ports handled by the Armada 370: 2 GPIO for
    presence, 2 for powering them
    - two front amber LED (disk1, disk2) controlled by the SoC
    - Seiko S-35390A I2C RTC chip
    - UART0 providing serial console
    - UART1 used for poweroff (connected to a TI MSP430F2111)
    - Fan handled via 4 GPIO (3 for speed, 1 for alarm)

    Acked-by: Andrew Lunn
    Signed-off-by: Arnaud Ebalard
    Link: https://lkml.kernel.org/r/20f1a03897df1d825b62abdd525e588a8e39b3ec.1416613429.git.arno@natisbad.org
    Signed-off-by: Jason Cooper

    Arnaud Ebalard