mbox series

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

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

Message

Marcin Wojtas Dec. 4, 2020, 5:16 p.m. UTC
Hi,

The fourth version of the sdhci-xenon ACPI support
addresses a comment regarding clk handling in xenon_runtime_resume.

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

Changelog:
v3->v4
  * [3/4] Call clk_prepare_enable unconditionally in xenon_runtime_resume.
  * Add Adrian's Acked-by to all patches.

v2->v3
  * [3/4] Call clk_disable_unprepare unconditionally.
  * Add Adrian's Acked-by to all patches.

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     | 91 +++++++++++++-------
 3 files changed, 91 insertions(+), 52 deletions(-)

Comments

Ulf Hansson Dec. 11, 2020, 1:46 p.m. UTC | #1
On Fri, 4 Dec 2020 at 18:17, Marcin Wojtas <mw@semihalf.com> wrote:
>

> Hi,

>

> The fourth version of the sdhci-xenon ACPI support

> addresses a comment regarding clk handling in xenon_runtime_resume.

>

> The MacchiatoBin firmware for testing can be obtained from:

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

>

> Changelog:

> v3->v4

>   * [3/4] Call clk_prepare_enable unconditionally in xenon_runtime_resume.

>   * Add Adrian's Acked-by to all patches.

>

> v2->v3

>   * [3/4] Call clk_disable_unprepare unconditionally.

>   * Add Adrian's Acked-by to all patches.

>

> 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     | 91 +++++++++++++-------

>  3 files changed, 91 insertions(+), 52 deletions(-)

>


Applied for next, thanks!

Kind regards
Uffe
Marcin Wojtas Dec. 11, 2020, 1:53 p.m. UTC | #2
pt., 11 gru 2020 o 14:47 Ulf Hansson <ulf.hansson@linaro.org> napisaƂ(a):
>

> On Fri, 4 Dec 2020 at 18:17, Marcin Wojtas <mw@semihalf.com> wrote:

> >

> > Hi,

> >

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

> > addresses a comment regarding clk handling in xenon_runtime_resume.

> >

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

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

> >

> > Changelog:

> > v3->v4

> >   * [3/4] Call clk_prepare_enable unconditionally in xenon_runtime_resume.

> >   * Add Adrian's Acked-by to all patches.

> >

> > v2->v3

> >   * [3/4] Call clk_disable_unprepare unconditionally.

> >   * Add Adrian's Acked-by to all patches.

> >

> > 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     | 91 +++++++++++++-------

> >  3 files changed, 91 insertions(+), 52 deletions(-)

> >

>

> Applied for next, thanks!

>


Thanks a lot!

Best regards,
Marcin