1. 17 Apr, 2023 5 commits
  2. 13 Apr, 2023 1 commit
  3. 11 Apr, 2023 2 commits
  4. 05 Apr, 2023 9 commits
  5. 04 Apr, 2023 8 commits
  6. 31 Mar, 2023 2 commits
  7. 30 Mar, 2023 1 commit
  8. 29 Mar, 2023 1 commit
  9. 28 Mar, 2023 2 commits
  10. 27 Mar, 2023 5 commits
  11. 22 Mar, 2023 3 commits
  12. 20 Mar, 2023 1 commit
    • Mark Brown's avatar
      spi: sprd: Convert to platform remove callback · 103c6a31
      Mark Brown authored
      Merge series from Uwe Kleine-König <u.kleine-koenig@pengutronix.de>:
      
      An early error return from a remove callback is usally wrong. In the
      case of the spi-sprd driver it's not that critical because the skipped
      steps are mainly undoing the things that a successful runtime-resume
      would have done.
      
      Still it's cleaner to not exit early and not return an (mostly ignored)
      error value. The second patch converts to .remove_new (which is the
      motivation for this series).
      103c6a31