1. 02 10月, 2017 1 次提交
  2. 03 8月, 2017 1 次提交
  3. 17 6月, 2017 1 次提交
  4. 12 4月, 2017 1 次提交
  5. 08 3月, 2017 2 次提交
  6. 04 1月, 2017 1 次提交
  7. 08 11月, 2016 1 次提交
  8. 26 8月, 2016 1 次提交
  9. 08 8月, 2016 1 次提交
    • S
      ARM: dts: mvebu: A37x/XP/38x/39x: Move SPI controller nodes into 'soc' node · 0160a4b6
      Stefan Roese 提交于
      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: NStefan Roese <sr@denx.de>
      Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
      Cc: Gregory CLEMENT <gregory.clement@free-electrons.com>
      Cc: Andrew Lunn <andrew@lunn.ch>
      Cc: Jason Cooper <jason@lakedaemon.net>
      Cc: Mark Brown <broonie@kernel.org>
      Cc: Arnd Bergmann <arnd@arndb.de>
      Signed-off-by: NGregory CLEMENT <gregory.clement@free-electrons.com>
      0160a4b6
  10. 15 3月, 2016 1 次提交
  11. 09 2月, 2016 1 次提交
    • T
      ARM: dts: armada-38x: change order of ethernet DT nodes on Armada 38x · cb4f71c4
      Thomas Petazzoni 提交于
      On Armada 38x, the available network interfaces are:
      
       - port 0, at 0x70000
       - port 1, at 0x30000
       - port 2, at 0x34000
      
      Due to the rule saying that DT nodes should be ordered by register
      addresses, the network interfaces are probed in this order:
      
       - port 1, at 0x30000, which gets named eth0
       - port 2, at 0x34000, which gets named eth1
       - port 0, at 0x70000, which gets named eth2
      
      (if all three ports are enabled at the board level)
      
      Unfortunately, the network subsystem doesn't provide any way to rename
      network interfaces from the kernel (it can only be done from
      userspace). So, the default naming of the network interfaces is very
      confusing as it doesn't match the datasheet, nor the naming of the
      interfaces in the bootloader, nor the naming of the interfaces on
      labels printed on the board.
      
      For example, on the Armada 388 GP, the board has two ports, labelled
      GE0 and GE1. One has to know that GE0 is eth1 and GE1 is eth0, which
      isn't really obvious.
      
      In order to solve this, this patch proposes to exceptionaly violate
      the rule of "order DT nodes by register address", and put the 0x70000
      node before the 0x30000 node, so that network interfaces get named in
      a more natural way.
      Signed-off-by: NThomas Petazzoni <thomas.petazzoni@free-electrons.com>
      Signed-off-by: NGregory CLEMENT <gregory.clement@free-electrons.com>
      cb4f71c4
  12. 03 12月, 2015 1 次提交
  13. 09 10月, 2015 1 次提交
  14. 09 7月, 2015 2 次提交
  15. 27 5月, 2015 1 次提交
  16. 11 5月, 2015 1 次提交
  17. 02 5月, 2015 1 次提交
  18. 17 3月, 2015 1 次提交
  19. 04 3月, 2015 5 次提交
  20. 23 2月, 2015 2 次提交
  21. 14 2月, 2015 1 次提交
    • G
      ARM: mvebu: add Device Tree description of RTC on Armada 38x · a73c7305
      Gregory CLEMENT 提交于
      The Marvell Armada 38x SoCs contains an RTC which differs from the RTC
      used in the other mvebu SoCs until now.  This commit adds the Device Tree
      description of this interface at the SoC level.
      Signed-off-by: NGregory CLEMENT <gregory.clement@free-electrons.com>
      Cc: Alessandro Zummo <a.zummo@towertech.it>
      Cc: Jason Cooper <jason@lakedaemon.net>
      Cc: Andrew Lunn <andrew@lunn.ch>
      Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
      Cc: Arnaud Ebalard <arno@natisbad.org>
      Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
      Cc: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
      Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
      Cc: Boris BREZILLON <boris.brezillon@free-electrons.com>
      Cc: Lior Amsalem <alior@marvell.com>
      Cc: Tawfik Bayouk <tawfik@marvell.com>
      Cc: Nadav Haklai <nadavh@marvell.com>
      Cc: Mark Rutland <mark.rutland@arm.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      a73c7305
  22. 27 1月, 2015 1 次提交
  23. 11 1月, 2015 1 次提交
  24. 09 1月, 2015 5 次提交
  25. 22 11月, 2014 1 次提交
  26. 16 7月, 2014 1 次提交
  27. 24 6月, 2014 1 次提交
  28. 16 5月, 2014 2 次提交