1. Nov 25, 2022
  2. Nov 24, 2022
  3. Nov 18, 2022
  4. Nov 16, 2022
  5. Nov 15, 2022
  6. Nov 14, 2022
  7. Nov 04, 2022
  8. Nov 03, 2022
  9. Nov 02, 2022
  10. Nov 01, 2022
  11. Oct 31, 2022
  12. Oct 26, 2022
  13. Oct 24, 2022
  14. Oct 22, 2022
    • Mark Brown's avatar
      spi: amlogic: meson-spicc: Use pinctrl to drive CLK line when idle · 4194dabe
      Mark Brown authored
      Merge series from Amjad Ouled-Ameur <aouledameur@baylibre.com>:
      
      Between SPI transactions, all SPI pins are in HiZ state. When using the SS
      signal from the SPICC controller it's not an issue because when the
      transaction resumes all pins come back to the right state at the same time
      as SS.
      
      The problem is when we use CS as a GPIO. In fact, between the GPIO CS
      state change and SPI pins state change from idle, you can have a missing or
      spurious clock transition.
      
      Set a bias on the clock depending on the clock polarity requested before CS
      goes active, by passing a special "idle-low" and "idle-high" pinctrl state
      and setting the right state at a start of a message.
      4194dabe
  15. Oct 21, 2022