* Patch "[PATCH] Revert "mmc: sdhci-msm: Enable few quirks"" has been added to the 4.9-stable tree
@ 2017-04-27 10:39 gregkh
2017-04-27 11:29 ` Ulf Hansson
0 siblings, 1 reply; 2+ messages in thread
From: gregkh @ 2017-04-27 10:39 UTC (permalink / raw)
To: gregkh, adrian.hunter, alexander.levin, georgi.djakov, riteshh,
stummala, ulf.hansson
Cc: stable, stable-commits
This is a note to let you know that I've just added the patch titled
[PATCH] Revert "mmc: sdhci-msm: Enable few quirks"
to the 4.9-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
revert-mmc-sdhci-msm-enable-few-quirks.patch
and it can be found in the queue-4.9 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@vger.kernel.org> know about it.
>From 4e9ebf72bbfdce0940237d150d2d332a83bf87d3 Mon Sep 17 00:00:00 2001
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: Thu, 27 Apr 2017 12:37:20 +0200
Subject: [PATCH] Revert "mmc: sdhci-msm: Enable few quirks"
This reverts commit d84be51d1c1d3fa148a3abdeeb1455690df59e63 which is
commit a0e3142869d29688de6f77be31aa7a401a4a88f1 upstream.
It causes problems and would need other patches backported to resolve
it, and it shouldn't have been applied to 4.9-stable.
Reported-by: Georgi Djakov <georgi.djakov@linaro.org>
Cc: Sahitya Tummala <stummala@codeaurora.org>
Cc: Ritesh Harjani <riteshh@codeaurora.org>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Ulf Hansson <ulf.hansson@linaro.org>
Cc: Sasha Levin <alexander.levin@verizon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
drivers/mmc/host/sdhci-msm.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
--- a/drivers/mmc/host/sdhci-msm.c
+++ b/drivers/mmc/host/sdhci-msm.c
@@ -524,9 +524,7 @@ static const struct sdhci_ops sdhci_msm_
static const struct sdhci_pltfm_data sdhci_msm_pdata = {
.quirks = SDHCI_QUIRK_BROKEN_CARD_DETECTION |
SDHCI_QUIRK_NO_CARD_NO_RESET |
- SDHCI_QUIRK_SINGLE_POWER_WRITE |
- SDHCI_QUIRK_CAP_CLOCK_BASE_BROKEN,
- .quirks2 = SDHCI_QUIRK2_PRESET_VALUE_BROKEN,
+ SDHCI_QUIRK_SINGLE_POWER_WRITE,
.ops = &sdhci_msm_ops,
};
Patches currently in stable-queue which might be from gregkh@linuxfoundation.org are
queue-4.9/revert-mmc-sdhci-msm-enable-few-quirks.patch
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Patch "[PATCH] Revert "mmc: sdhci-msm: Enable few quirks"" has been added to the 4.9-stable tree
2017-04-27 10:39 Patch "[PATCH] Revert "mmc: sdhci-msm: Enable few quirks"" has been added to the 4.9-stable tree gregkh
@ 2017-04-27 11:29 ` Ulf Hansson
0 siblings, 0 replies; 2+ messages in thread
From: Ulf Hansson @ 2017-04-27 11:29 UTC (permalink / raw)
To: Greg Kroah-Hartman
Cc: Adrian Hunter, alexander.levin, Georgi Djakov, Harjani Ritesh,
Sahitya Tummala, # 4.0+, Andy Gross, stable-commits
+Andy
On 27 April 2017 at 12:39, <gregkh@linuxfoundation.org> wrote:
>
> This is a note to let you know that I've just added the patch titled
>
> [PATCH] Revert "mmc: sdhci-msm: Enable few quirks"
>
> to the 4.9-stable tree which can be found at:
> http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
>
> The filename of the patch is:
> revert-mmc-sdhci-msm-enable-few-quirks.patch
> and it can be found in the queue-4.9 subdirectory.
>
> If you, or anyone else, feels it should not be added to the stable tree,
> please let <stable@vger.kernel.org> know about it.
>
>
> From 4e9ebf72bbfdce0940237d150d2d332a83bf87d3 Mon Sep 17 00:00:00 2001
> From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Date: Thu, 27 Apr 2017 12:37:20 +0200
> Subject: [PATCH] Revert "mmc: sdhci-msm: Enable few quirks"
>
> This reverts commit d84be51d1c1d3fa148a3abdeeb1455690df59e63 which is
> commit a0e3142869d29688de6f77be31aa7a401a4a88f1 upstream.
>
> It causes problems and would need other patches backported to resolve
> it, and it shouldn't have been applied to 4.9-stable.
>
> Reported-by: Georgi Djakov <georgi.djakov@linaro.org>
> Cc: Sahitya Tummala <stummala@codeaurora.org>
> Cc: Ritesh Harjani <riteshh@codeaurora.org>
> Cc: Adrian Hunter <adrian.hunter@intel.com>
> Cc: Ulf Hansson <ulf.hansson@linaro.org>
> Cc: Sasha Levin <alexander.levin@verizon.com>
> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Looks good to me!
Br
Uffe
> ---
> drivers/mmc/host/sdhci-msm.c | 4 +---
> 1 file changed, 1 insertion(+), 3 deletions(-)
>
> --- a/drivers/mmc/host/sdhci-msm.c
> +++ b/drivers/mmc/host/sdhci-msm.c
> @@ -524,9 +524,7 @@ static const struct sdhci_ops sdhci_msm_
> static const struct sdhci_pltfm_data sdhci_msm_pdata = {
> .quirks = SDHCI_QUIRK_BROKEN_CARD_DETECTION |
> SDHCI_QUIRK_NO_CARD_NO_RESET |
> - SDHCI_QUIRK_SINGLE_POWER_WRITE |
> - SDHCI_QUIRK_CAP_CLOCK_BASE_BROKEN,
> - .quirks2 = SDHCI_QUIRK2_PRESET_VALUE_BROKEN,
> + SDHCI_QUIRK_SINGLE_POWER_WRITE,
> .ops = &sdhci_msm_ops,
> };
>
>
>
> Patches currently in stable-queue which might be from gregkh@linuxfoundation.org are
>
> queue-4.9/revert-mmc-sdhci-msm-enable-few-quirks.patch
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-04-27 11:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-27 10:39 Patch "[PATCH] Revert "mmc: sdhci-msm: Enable few quirks"" has been added to the 4.9-stable tree gregkh
2017-04-27 11:29 ` Ulf Hansson
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.