mbox series

[v2,0/2] mmc: atmel-mci: Get rid of leftovers and clean up

Message ID 20240425170900.3767990-1-andriy.shevchenko@linux.intel.com
Headers show
Series mmc: atmel-mci: Get rid of leftovers and clean up | expand

Message

Andy Shevchenko April 25, 2024, 5:08 p.m. UTC
I used to have some patches against the driver, but it appears that part
of it has been applied (in different form as done by someone else).
However, there is still room to improve, hence this spring cleanup series.

In v2:
- dropped applied patches
- fixed kernel-doc issue (LKP)

Andy Shevchenko (2):
  mmc: atmel-mci: Incapsulate used to be a platform data into host
    structure
  mmc: atmel-mci: Switch to use dev_err_probe()

 drivers/mmc/host/atmel-mci.c | 72 ++++++++++++++----------------------
 1 file changed, 28 insertions(+), 44 deletions(-)