Mailing List Archive

[PATCH v1 0/5] mmc: atmel-mci: Get rid of leftovers and clean up
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(-)

--
2.43.0.rc1.1336.g36b5255a03ac
Re: [PATCH v1 0/5] mmc: atmel-mci: Get rid of leftovers and clean up [ In reply to ]
On Wed, 17 Apr 2024 at 18:57, Andy Shevchenko
<andriy.shevchenko@linux.intel.com> 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