stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Some sdhci-of-esdhc patches for 4.14
@ 2018-02-19 14:50 Rasmus Villemoes
  2018-02-21 11:39 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Rasmus Villemoes @ 2018-02-19 14:50 UTC (permalink / raw)
  To: stable; +Cc: yangbo.lu, Adrian Hunter, Ulf Hansson

Hi,

Please consider adding

dd3f6983b4a4 mmc: sdhci-of-esdhc: disable SD clock for clock value 0
97618aca1440 mmc: sdhci-of-esdhc: fix eMMC couldn't work after kexec
f2bc600008bd mmc: sdhci-of-esdhc: fix the mmc error after sleep on
ls1046ardb

(present in mainline since 4.15-rc1, 4.16-rc1 and 4.16-rc1,
respectively) to 4.14-stable.

The third removes all the code added by the second, but the clearing of
the ESDHC_TB_EN bit from esdhc_init() (whose sole user is esdhc_probe)
still happens during esdhc_probe() due to

esdhc_probe() ->
sdhci_add_host() ->
__sdhci_add_host() ->
sdhci_init(soft=0) ->
sdhci_do_reset(host, mask=SDHCI_RESET_ALL) ->
host->ops->reset(host, mask);

Presumably they could/should have been squashed, but I suppose -stable
prefers keeping a 1-1 correspondence with mainline when possible.

Thanks,
Rasmus

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Some sdhci-of-esdhc patches for 4.14
  2018-02-19 14:50 Some sdhci-of-esdhc patches for 4.14 Rasmus Villemoes
@ 2018-02-21 11:39 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2018-02-21 11:39 UTC (permalink / raw)
  To: Rasmus Villemoes; +Cc: stable, yangbo.lu, Adrian Hunter, Ulf Hansson

On Mon, Feb 19, 2018 at 03:50:29PM +0100, Rasmus Villemoes wrote:
> Hi,
> 
> Please consider adding
> 
> dd3f6983b4a4 mmc: sdhci-of-esdhc: disable SD clock for clock value 0
> 97618aca1440 mmc: sdhci-of-esdhc: fix eMMC couldn't work after kexec
> f2bc600008bd mmc: sdhci-of-esdhc: fix the mmc error after sleep on
> ls1046ardb
> 
> (present in mainline since 4.15-rc1, 4.16-rc1 and 4.16-rc1,
> respectively) to 4.14-stable.
> 
> The third removes all the code added by the second, but the clearing of
> the ESDHC_TB_EN bit from esdhc_init() (whose sole user is esdhc_probe)
> still happens during esdhc_probe() due to
> 
> esdhc_probe() ->
> sdhci_add_host() ->
> __sdhci_add_host() ->
> sdhci_init(soft=0) ->
> sdhci_do_reset(host, mask=SDHCI_RESET_ALL) ->
> host->ops->reset(host, mask);
> 
> Presumably they could/should have been squashed, but I suppose -stable
> prefers keeping a 1-1 correspondence with mainline when possible.

Yes, 1-1 is best, all now queued up, thanks.

greg k-h

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-02-21 11:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-19 14:50 Some sdhci-of-esdhc patches for 4.14 Rasmus Villemoes
2018-02-21 11:39 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).