mbox series

[v2,0/4] sdhci-xenon ACPI support

Message ID 20201120032639.24386-1-mw@semihalf.com
Headers show
Series sdhci-xenon ACPI support | expand

Message

Marcin Wojtas Nov. 20, 2020, 3:26 a.m. UTC
Hi,

The second version of the sdhci-xenon ACPI support
is now split into 4 patches instead of a single one.
There are minor functional differencse - match_data
introduction and using dedicated ACPI ID per
controller variant.

The MacchiatoBin firmware for testing can be obtained from:
https://drive.google.com/file/d/1Y8BhyaCrksQgT_GPfpqqiYHpQ41kP8Kp

Changelog:
v1->v2
  * Split single commit to 4
  * Use device_match_data and dedicated ACPI ID's per controller
    variant

Marcin Wojtas (4):
  mmc: sdhci-xenon: use match data for controllers variants
  mmc: sdhci-xenon: switch to device_* API
  mmc: sdhci-xenon: use clk only with DT
  mmc: sdhci-xenon: introduce ACPI support

 drivers/mmc/host/sdhci-xenon.h     |  12 +-
 drivers/mmc/host/sdhci-xenon-phy.c |  40 ++++---
 drivers/mmc/host/sdhci-xenon.c     | 120 +++++++++++++-------
 3 files changed, 110 insertions(+), 62 deletions(-)

Comments

Adrian Hunter Dec. 2, 2020, 8:29 a.m. UTC | #1
On 20/11/20 5:26 am, Marcin Wojtas wrote:
> Hi,

> 

> The second version of the sdhci-xenon ACPI support

> is now split into 4 patches instead of a single one.

> There are minor functional differencse - match_data

> introduction and using dedicated ACPI ID per

> controller variant.

> 

> The MacchiatoBin firmware for testing can be obtained from:

> https://drive.google.com/file/d/1Y8BhyaCrksQgT_GPfpqqiYHpQ41kP8Kp

> 

> Changelog:

> v1->v2

>   * Split single commit to 4

>   * Use device_match_data and dedicated ACPI ID's per controller

>     variant

> 

> Marcin Wojtas (4):

>   mmc: sdhci-xenon: use match data for controllers variants

>   mmc: sdhci-xenon: switch to device_* API

>   mmc: sdhci-xenon: use clk only with DT

>   mmc: sdhci-xenon: introduce ACPI support

> 

>  drivers/mmc/host/sdhci-xenon.h     |  12 +-

>  drivers/mmc/host/sdhci-xenon-phy.c |  40 ++++---

>  drivers/mmc/host/sdhci-xenon.c     | 120 +++++++++++++-------

>  3 files changed, 110 insertions(+), 62 deletions(-)

> 


Not withstanding Ulf's comments:

Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Marcin Wojtas Dec. 2, 2020, 5:39 p.m. UTC | #2
śr., 2 gru 2020 o 09:30 Adrian Hunter <adrian.hunter@intel.com> napisał(a):
>

> On 20/11/20 5:26 am, Marcin Wojtas wrote:

> > Hi,

> >

> > The second version of the sdhci-xenon ACPI support

> > is now split into 4 patches instead of a single one.

> > There are minor functional differencse - match_data

> > introduction and using dedicated ACPI ID per

> > controller variant.

> >

> > The MacchiatoBin firmware for testing can be obtained from:

> > https://drive.google.com/file/d/1Y8BhyaCrksQgT_GPfpqqiYHpQ41kP8Kp

> >

> > Changelog:

> > v1->v2

> >   * Split single commit to 4

> >   * Use device_match_data and dedicated ACPI ID's per controller

> >     variant

> >

> > Marcin Wojtas (4):

> >   mmc: sdhci-xenon: use match data for controllers variants

> >   mmc: sdhci-xenon: switch to device_* API

> >   mmc: sdhci-xenon: use clk only with DT

> >   mmc: sdhci-xenon: introduce ACPI support

> >

> >  drivers/mmc/host/sdhci-xenon.h     |  12 +-

> >  drivers/mmc/host/sdhci-xenon-phy.c |  40 ++++---

> >  drivers/mmc/host/sdhci-xenon.c     | 120 +++++++++++++-------

> >  3 files changed, 110 insertions(+), 62 deletions(-)

> >

>

> Not withstanding Ulf's comments:

>

> Acked-by: Adrian Hunter <adrian.hunter@intel.com>


Thank you, I will push v3 right away.

Best regards,
Marcin