1. 29 Sep, 2020 1 commit
    • Icenowy Zheng's avatar
      spi: add support for V831 · eac43cf7
      Icenowy Zheng authored
      
      
      The Allwinner V831 SoC has similar memory map and CCU with H6.
      
      Add support for it by make the code to dynamically acquire the SPI0
      memory base and add clock setup for V831.
      
      These code should work on H6 too, but I am too lazy to test it.
      Signed-off-by: default avatarIcenowy Zheng <icenowy@aosc.io>
      eac43cf7
  2. 19 Sep, 2020 2 commits
    • Icenowy Zheng's avatar
      fel: SPI: add Eon support · bf02fd31
      Icenowy Zheng authored
      
      
      Add the JEDEC manufacturer ID for Eon to the list of recognized
      vendors, also add the EN25QH series to the list of supported chips.
      Those chips are used on some internal boards with V831 from Sipeed now,
      but the chips themselves are widely available on the market. Tag the
      struct definition with the member names on the way to improve readability
      of the SPI flash chip description.
      Signed-off-by: default avatarIcenowy Zheng <icenowy@aosc.io>
      bf02fd31
    • Icenowy Zheng's avatar
      spi: add support for V3s SoC · b330eeb8
      Icenowy Zheng authored
      
      
      The Allwinner V3s SoC have the same SPI0 pinmux configuration, SPI clock
      configuration and SPI controller (base address and the controller) with
      H3.
      
      Add spiflash support for it.
      Signed-off-by: default avatarIcenowy Zheng <icenowy@aosc.io>
      b330eeb8
  3. 14 Sep, 2020 1 commit
  4. 08 Jan, 2019 2 commits
  5. 09 Jul, 2018 2 commits