1. 19 7月, 2017 1 次提交
  2. 23 6月, 2017 1 次提交
    • A
      Revert "arm64: dts: marvell: add dma-mask in crypto nodes for 7k/8k" · 2b29ca22
      Arnd Bergmann 提交于
      As I found by chance while merging another patch, the usage of
      a dma-mask in this DT node is wrong for multiple reasons:
      
      - dma-masks are a Linux specific concept, not a general
        hardware feature
      - In DT, we use the "dma-ranges" property to describe how DMA
        addresses related between devices.
      - The 40-bit mask appears to be completely unnecessary here, as
        the SoC cannot address that much memory anyway, so simply
        asking for a 64-bit mask (as supported by the device) should
        succeed anyway.
      
      The patch to remove the parsing of the property is getting merged
      through the crypto tree.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      2b29ca22
  3. 21 6月, 2017 1 次提交
  4. 20 6月, 2017 3 次提交
  5. 17 6月, 2017 5 次提交
  6. 24 5月, 2017 1 次提交
  7. 12 4月, 2017 1 次提交
  8. 11 4月, 2017 1 次提交
  9. 24 3月, 2017 1 次提交
  10. 08 3月, 2017 1 次提交
    • G
      arm64: dts: marvell: add RTC description for Armada 7K/8K · bbedcf58
      Gregory CLEMENT 提交于
      This RTC IP is found in the CP110 master and slave which are part of the
      Armada 8K SoCs and of the subset family the Armada 7K.
      
      There is one RTC in each CP but the RTC requires an external
      oscillator. However on the Armada 80x0, the RTC clock in CP master is not
      connected (by package) to the oscillator. So this one is disabled for the
      Armada 8020 and the Armada 8040.
      
      As the RTC clock in CP slave is connected to the oscillator this one is
      let enabled. and will be used on these SoCs (80x0).
      Signed-off-by: NGregory CLEMENT <gregory.clement@free-electrons.com>
      bbedcf58
  11. 31 1月, 2017 1 次提交
  12. 27 1月, 2017 1 次提交
  13. 19 11月, 2016 1 次提交
  14. 21 10月, 2016 1 次提交
  15. 20 9月, 2016 1 次提交
  16. 14 9月, 2016 1 次提交
  17. 30 6月, 2016 1 次提交
  18. 26 4月, 2016 1 次提交
    • T
      arm64: dts: marvell: initial DT description of Armada 7K/8K CP110 master · 728dacc7
      Thomas Petazzoni 提交于
      This commit adds an initial Device Tree description for the CP110
      master that is found in the Armada 7K and 8K SoCs. This initial
      description describes:
      
       - the system controller (to provide clocks)
       - three PCIe interfaces
       - the SATA interface
       - the I2C controllers
       - the SPI controllers
      
      For the record, the organization of the SoCs is as follows:
      
       - 7020: dual-core AP, one CP110 (master)
       - 7040: quad-core AP, one CP110 (master)
       - 8020: dual-core AP, two CP110s (master and slave)
       - 8040: quad-core AP, two CP110s (master and slave)
      
      For this reason, all of the 7020, 7040, 8020 and 8040 include
      armada-cp110-master.dtsi. When support for the second CP110 (slave)
      used in 8020 and 8040 will be added, the .dtsi files for those SoCs
      will in addition include armada-cp110-slave.dtsi.
      Signed-off-by: NThomas Petazzoni <thomas.petazzoni@free-electrons.com>
      Signed-off-by: NGregory CLEMENT <gregory.clement@free-electrons.com>
      728dacc7