Re: [PATCH v1 0/5] mmc: atmel-mci: Get rid of leftovers and clean up

From: Ulf Hansson
Date: Thu Apr 25 2024 - 12:23:39 EST


On Wed, 17 Apr 2024 at 18:57, Andy Shevchenko
<andriy.shevchenko@xxxxxxxxxxxxxxx> wrote:
>
> 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.
>
> Andy Shevchenko (5):
> mmc: atmel-mci: Get rid of platform data leftovers
> mmc: atmel-mci: Use temporary variable for struct device
> mmc: atmel-mci: Replace platform device pointer by generic one
> 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 | 308 +++++++++++++++--------------------
> 1 file changed, 131 insertions(+), 177 deletions(-)
>

I decided to pick patch 1->3 for next, leaving the remaining patch4
and patch5 for you to re-spin, thanks!

Kind regards
Uffe