mbox series

[0/3] Update phy configuration for AM65x

Message ID 20200108150920.14547-1-faiz_abbas@ti.com (mailing list archive)
Headers show
Series Update phy configuration for AM65x | expand

Message

Faiz Abbas Jan. 8, 2020, 3:09 p.m. UTC
The following patches update phy configurations for AM65x as given in
the latest data manual.

The patches depend on my fixes series posted just before this:
https://patchwork.kernel.org/project/linux-mmc/list/?series=225425

Device tree patch updating the actual otap values will be posted
separately.

Tested with Am65x-evm and J721e-evm.

Faiz Abbas (3):
  dt-bindings: mmc: sdhci-am654: Update Output tap delay binding
  mmc: sdhci_am654: Update OTAPDLY writes
  mmc: sdhci_am654: Enable DLL only for some speed modes

 .../devicetree/bindings/mmc/sdhci-am654.txt   |  21 +-
 drivers/mmc/host/sdhci_am654.c                | 247 ++++++++++++------
 include/linux/mmc/host.h                      |   2 +
 3 files changed, 192 insertions(+), 78 deletions(-)

Comments

Faiz Abbas March 2, 2020, 7:11 p.m. UTC | #1
Uffe,

On 08/01/20 8:39 pm, Faiz Abbas wrote:
> The following patches update phy configurations for AM65x as given in
> the latest data manual.
> 
> The patches depend on my fixes series posted just before this:
> https://patchwork.kernel.org/project/linux-mmc/list/?series=225425
> 
> Device tree patch updating the actual otap values will be posted
> separately.
> 
> Tested with Am65x-evm and J721e-evm.
> 
> Faiz Abbas (3):
>   dt-bindings: mmc: sdhci-am654: Update Output tap delay binding
>   mmc: sdhci_am654: Update OTAPDLY writes
>   mmc: sdhci_am654: Enable DLL only for some speed modes
> 
>  .../devicetree/bindings/mmc/sdhci-am654.txt   |  21 +-
>  drivers/mmc/host/sdhci_am654.c                | 247 ++++++++++++------
>  include/linux/mmc/host.h                      |   2 +
>  3 files changed, 192 insertions(+), 78 deletions(-)
> 

Can you help merge this?

Thanks,
Faiz
Ulf Hansson March 3, 2020, 8:53 p.m. UTC | #2
On Mon, 2 Mar 2020 at 20:11, Faiz Abbas <faiz_abbas@ti.com> wrote:
>
> Uffe,
>
> On 08/01/20 8:39 pm, Faiz Abbas wrote:
> > The following patches update phy configurations for AM65x as given in
> > the latest data manual.
> >
> > The patches depend on my fixes series posted just before this:
> > https://patchwork.kernel.org/project/linux-mmc/list/?series=225425
> >
> > Device tree patch updating the actual otap values will be posted
> > separately.
> >
> > Tested with Am65x-evm and J721e-evm.
> >
> > Faiz Abbas (3):
> >   dt-bindings: mmc: sdhci-am654: Update Output tap delay binding
> >   mmc: sdhci_am654: Update OTAPDLY writes
> >   mmc: sdhci_am654: Enable DLL only for some speed modes
> >
> >  .../devicetree/bindings/mmc/sdhci-am654.txt   |  21 +-
> >  drivers/mmc/host/sdhci_am654.c                | 247 ++++++++++++------
> >  include/linux/mmc/host.h                      |   2 +
> >  3 files changed, 192 insertions(+), 78 deletions(-)
> >
>
> Can you help merge this?

Apologize with the delay, still focused on fixing various regressions in v5.6.

I start catching up on my mmc backlog as of tomorrow. Thanks for pinging me.

Kind regards
Uffe
Ulf Hansson March 4, 2020, 3:34 p.m. UTC | #3
On Tue, 3 Mar 2020 at 21:53, Ulf Hansson <ulf.hansson@linaro.org> wrote:
>
> On Mon, 2 Mar 2020 at 20:11, Faiz Abbas <faiz_abbas@ti.com> wrote:
> >
> > Uffe,
> >
> > On 08/01/20 8:39 pm, Faiz Abbas wrote:
> > > The following patches update phy configurations for AM65x as given in
> > > the latest data manual.
> > >
> > > The patches depend on my fixes series posted just before this:
> > > https://patchwork.kernel.org/project/linux-mmc/list/?series=225425
> > >
> > > Device tree patch updating the actual otap values will be posted
> > > separately.
> > >
> > > Tested with Am65x-evm and J721e-evm.
> > >
> > > Faiz Abbas (3):
> > >   dt-bindings: mmc: sdhci-am654: Update Output tap delay binding
> > >   mmc: sdhci_am654: Update OTAPDLY writes
> > >   mmc: sdhci_am654: Enable DLL only for some speed modes
> > >
> > >  .../devicetree/bindings/mmc/sdhci-am654.txt   |  21 +-
> > >  drivers/mmc/host/sdhci_am654.c                | 247 ++++++++++++------
> > >  include/linux/mmc/host.h                      |   2 +
> > >  3 files changed, 192 insertions(+), 78 deletions(-)
> > >
> >
> > Can you help merge this?
>
> Apologize with the delay, still focused on fixing various regressions in v5.6.
>
> I start catching up on my mmc backlog as of tomorrow. Thanks for pinging me.

Applied for next, thanks!

Kind regards
Uffe