1. 11 Apr, 2023 1 commit
  2. 05 Apr, 2023 9 commits
  3. 04 Apr, 2023 8 commits
  4. 31 Mar, 2023 2 commits
  5. 30 Mar, 2023 1 commit
  6. 29 Mar, 2023 1 commit
  7. 28 Mar, 2023 2 commits
  8. 27 Mar, 2023 5 commits
  9. 22 Mar, 2023 3 commits
  10. 20 Mar, 2023 7 commits
  11. 17 Mar, 2023 1 commit
    • Mark Brown's avatar
      spi: atmel-quadspi: Convert to platform remove · 864f0513
      Mark Brown authored
      Merge series from Uwe Kleine-König <u.kleine-koenig@pengutronix.de>:
      
      This series converts the atmel-quadspi driver to use the .remove_new()
      callback that doesn't return an int but void. The motivation is to not
      give driver authors a reason to (wrongly) believe that returning an
      error code was sensible error handling. In fact the spi core only emits
      a warning message in this case and otherwise continues as if the return
      value was zero. This usually yields resource leaks that sometimes can
      lead to exceptions later on.
      
      The atmel-quadspi driver is one of these drivers that got error handling
      wrong, this is fixed here and in the last patch the driver is converted
      to .remove_new() with the eventual goal to change .remove() to return
      void once all drivers are converted this way.
      864f0513