mbox series

[0/5] Prepare sdhci-omap to support more SoCs

Message ID 20210921110029.21944-1-tony@atomide.com (mailing list archive)
Headers show
Series Prepare sdhci-omap to support more SoCs | expand

Message

Tony Lindgren Sept. 21, 2021, 11 a.m. UTC
Hi,

Here are changes to prepare to add support for more SoCs to start
deprecating the old omap_hsmmc driver. I'll send another series
of changes to add support for more SoCs.

Regards,

Tony


Tony Lindgren (5):
  mmc: sdhci-omap: Fix NULL pointer exception if regulator is not
    configured
  mmc: sdhci-omap: Fix context restore
  mmc: sdhci-omap: Restore sysconfig after reset
  mmc: sdhci-omap: Parse legacy ti,non-removable property
  mmc: sdhci-omap: Check MMCHS_HL_HWINFO register for ADMA

 drivers/mmc/host/sdhci-omap.c | 61 ++++++++++++++++++++++++++++++++---
 1 file changed, 56 insertions(+), 5 deletions(-)

Comments

Ulf Hansson Sept. 23, 2021, 6:50 p.m. UTC | #1
On Tue, 21 Sept 2021 at 13:00, Tony Lindgren <tony@atomide.com> wrote:
>
> Hi,
>
> Here are changes to prepare to add support for more SoCs to start
> deprecating the old omap_hsmmc driver. I'll send another series
> of changes to add support for more SoCs.
>
> Regards,
>
> Tony
>
>
> Tony Lindgren (5):
>   mmc: sdhci-omap: Fix NULL pointer exception if regulator is not
>     configured
>   mmc: sdhci-omap: Fix context restore
>   mmc: sdhci-omap: Restore sysconfig after reset
>   mmc: sdhci-omap: Parse legacy ti,non-removable property
>   mmc: sdhci-omap: Check MMCHS_HL_HWINFO register for ADMA
>
>  drivers/mmc/host/sdhci-omap.c | 61 ++++++++++++++++++++++++++++++++---
>  1 file changed, 56 insertions(+), 5 deletions(-)
>
> --
> 2.33.0

Applied for next, thanks!

Please tell me, if there are any of these changes that you think
deserves to be tagged for stable kernels.

Kind regards
Uffe
Tony Lindgren Sept. 24, 2021, 7:06 a.m. UTC | #2
* Ulf Hansson <ulf.hansson@linaro.org> [210923 18:51]:
> Applied for next, thanks!

Thanks!

> Please tell me, if there are any of these changes that you think
> deserves to be tagged for stable kernels.

As the issues have not been seen so far with mainline kernels, I
think the fixes tags will be enough and no stable tags are needed.

Regaqrds,

Tony