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

Andy Shevchenko posted 2 patches 1 year, 7 months ago
drivers/mmc/host/atmel-mci.c | 72 ++++++++++++++----------------------
1 file changed, 28 insertions(+), 44 deletions(-)
[PATCH v2 0/2] mmc: atmel-mci: Get rid of leftovers and clean up
Posted by Andy Shevchenko 1 year, 7 months ago
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(-)

-- 
2.43.0.rc1.1336.g36b5255a03ac
Re: [PATCH v2 0/2] mmc: atmel-mci: Get rid of leftovers and clean up
Posted by Ulf Hansson 1 year, 7 months ago
On Thu, 25 Apr 2024 at 19:09, 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.
>
> 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(-)
>

The series applied for next, thanks!

Kind regards
Uffe