1. 09 2月, 2016 2 次提交
    • T
      ARM: dts: armada-38x: use regulator-boot-on for SATA regulators on Armada 388 GP · a8409c65
      Thomas Petazzoni 提交于
      Really, what we meant by regulator-always-on is that the regulators
      are already turned on by the bootloader, for which regulator-boot-on
      is a better description.
      
      A net advantage of using regulator-boot-on is that the regulator is
      not touched at boot time by the kernel, which avoids having the hard
      drives spinning down and then up again, taking several (~5) seconds of
      additional boot time.
      
      In addition, there is no need to have such properties on the child
      regulators used for SATA. Having it on the parent regulator that
      really controls the GPIO is sufficient.
      
      Without the patch:
      
      [    3.945866] ata2: SATA link down (SStatus 0 SControl 300)
      [    3.995862] ata3: SATA link down (SStatus 0 SControl 300)
      [    4.005863] ata4: SATA link down (SStatus 0 SControl 300)
      [    9.125861] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
      [    9.144575] ata1.00: ATA-8: WDC WD5003ABYX-01WERA1, 01.01S02, max UDMA/133
      [    9.151471] ata1.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32)
      
       (and you can hear the disk spinning down and up during this 5.1
       seconds delay)
      
      With the patch:
      
      [    3.945988] ata2: SATA link down (SStatus 0 SControl 300)
      [    4.005980] ata4: SATA link down (SStatus 0 SControl 300)
      [    4.011404] ata3: SATA link down (SStatus 0 SControl 300)
      [    4.145978] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
      [    4.153701] ata1.00: ATA-8: WDC WD5003ABYX-01WERA1, 01.01S02, max UDMA/133
      [    4.160597] ata1.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32)
      Signed-off-by: NThomas Petazzoni <thomas.petazzoni@free-electrons.com>
      Signed-off-by: NGregory CLEMENT <gregory.clement@free-electrons.com>
      a8409c65
    • T
      ARM: dts: armada-38x: adjust board name and compatible for Armada 388 GP · 05abb975
      Thomas Petazzoni 提交于
      As the name of the Device Tree file name suggests, the Armada 388 GP
      really contains an Armada 388 SoC, so this commit updates the board
      name and compatible string in the Device Tree file.
      Signed-off-by: NThomas Petazzoni <thomas.petazzoni@free-electrons.com>
      Signed-off-by: NGregory CLEMENT <gregory.clement@free-electrons.com>
      05abb975
  2. 08 12月, 2015 1 次提交
  3. 17 10月, 2015 1 次提交
  4. 09 10月, 2015 1 次提交
  5. 09 7月, 2015 2 次提交
  6. 25 5月, 2015 1 次提交
  7. 04 3月, 2015 2 次提交
  8. 22 1月, 2015 1 次提交
  9. 09 1月, 2015 1 次提交