1. 25 Jul, 2022 1 commit
  2. 22 Jul, 2022 1 commit
  3. 20 Jul, 2022 5 commits
  4. 18 Jul, 2022 3 commits
  5. 14 Jul, 2022 1 commit
  6. 13 Jul, 2022 11 commits
  7. 11 Jul, 2022 3 commits
  8. 06 Jul, 2022 6 commits
  9. 04 Jul, 2022 2 commits
  10. 01 Jul, 2022 1 commit
  11. 30 Jun, 2022 5 commits
  12. 29 Jun, 2022 1 commit
    • Mark Brown's avatar
      spi support for Exynos Auto v9 SoC · 0dbc4947
      Mark Brown authored
      Merge series from Chanho Park <chanho61.park@samsung.com>:
      
      Add to support Exynos Auto v9 SoC's spi. By supporting USI(Universal
      Serial Interface) mode, the SoC can support up to 12 spi ports. Thus, we
      need to increase MAX_SPI_PORTS from 6 to 12. The spi of the SoC can
      support loopback mode unlike previous exynos SoCs. To separate the
      feature, we need to add .has_loopback to the s3c64xx_spi_port_config.
      Furthermore, it uses 4 as the default internal clock divider. We also
      need to clk_div field of the structure and assign "2" as the default
      value to the existing SoC's port config.
      Device tree definitions of exynosautov9-spi will be added in separated
      patchset to include usi(i2c/uart/spi) nodes all together.
      0dbc4947