All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yangbo Lu <yangbo.lu@nxp.com>
To: stable@vger.kernel.org
Cc: Yangbo Lu <yangbo.lu@nxp.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Sasha Levin <sashal@kernel.org>,
	Daniel Walker <danielwa@cisco.com>,
	Ulf Hansson <ulf.hansson@linaro.org>
Subject: [v5.5] Fix up eSDHC issue on P2020
Date: Wed, 15 Apr 2020 11:52:11 +0800	[thread overview]
Message-ID: <20200415035212.19139-1-yangbo.lu@nxp.com> (raw)

The upstream commit broke P2020 eSDHC.
fe0acab mmc: sdhci-of-esdhc: fix P2020 errata handling

While the issue was fixed by later commit.
2aa3d82 mmc: sdhci-of-esdhc: fix esdhc_reset() for different controller versions

The commit fe0acab had been applied to stable kernel 5.5, 5.4,
4.19, 4.14, 4.9, and 4.4 without that fix-up.

To fix up P2020 eSDHC on the stable kernels, backport the fix-up 2aa3d82
kernel 5.4 and 5.5.

Please help to revert fe0acab on 4.19, 4.14, 4.9 and 4.4, since there are
many conflicts to cherry-pick the fix-up, and fe0acab is actually not strongly
required for handling errata which is hardly triggered.

The email thread for the issue discussion.
https://www.spinics.net/lists/stable/msg375823.html

Yangbo Lu (4):
  mmc: sdhci-of-esdhc: fix esdhc_reset() for different controller
    versions
  mmc: sdhci-of-esdhc: fix clock setting for different controller
    versions
  mmc: sdhci-of-esdhc: fix transfer mode register reading
  mmc: sdhci-of-esdhc: fix serious issue clock is always disabled

 drivers/mmc/host/sdhci-of-esdhc.c | 174 +++++++++++++++++++++++++-------------
 1 file changed, 114 insertions(+), 60 deletions(-)

-- 
2.7.4


             reply	other threads:[~2020-04-15  3:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-15  3:52 Yangbo Lu [this message]
2020-04-15  3:52 ` [v5.5] mmc: sdhci-of-esdhc: fix esdhc_reset() for different controller versions Yangbo Lu
2020-04-15  6:40   ` Greg Kroah-Hartman
2020-04-15  4:02 ` [v5.5] Fix up eSDHC issue on P2020 Y.b. Lu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200415035212.19139-1-yangbo.lu@nxp.com \
    --to=yangbo.lu@nxp.com \
    --cc=danielwa@cisco.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=sashal@kernel.org \
    --cc=stable@vger.kernel.org \
    --cc=ulf.hansson@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.