diff for duplicates of <20170328103530.GA19746@kroah.com> diff --git a/a/1.txt b/N1/1.txt index 1e0172c..9f5bade 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -13,7 +13,7 @@ On Tue, Mar 28, 2017 at 04:51:20PM +0800, Zhang Rui wrote: > > > > > > > > > > > > > > > > > > -> > > > > > 4.10-stable review patch. If anyone has any objections, +> > > > > > 4.10-stable review patch.��If anyone has any objections, > > > > > > please > > > > > > let > > > > > > me know. @@ -51,16 +51,16 @@ On Tue, Mar 28, 2017 at 04:51:20PM +0800, Zhang Rui wrote: > > > > > > > > > > > > > > > > > > > --- -> > > > > > drivers/mmc/host/sdhci-acpi.c | 5 ++++- -> > > > > > 1 file changed, 4 insertions(+), 1 deletion(-) +> > > > > > �drivers/mmc/host/sdhci-acpi.c |����5 ++++- +> > > > > > �1 file changed, 4 insertions(+), 1 deletion(-) > > > > > > > > > > > > --- a/drivers/mmc/host/sdhci-acpi.c > > > > > > +++ b/drivers/mmc/host/sdhci-acpi.c > > > > > > @@ -467,7 +467,10 @@ static int sdhci_acpi_probe(struct platf -> > > > > > if (sdhci_acpi_flag(c, SDHCI_ACPI_SD_CD)) { -> > > > > > bool v = sdhci_acpi_flag(c, +> > > > > > � if (sdhci_acpi_flag(c, SDHCI_ACPI_SD_CD)) { +> > > > > > � bool v = sdhci_acpi_flag(c, > > > > > > SDHCI_ACPI_SD_CD_OVERRIDE_LEVEL); -> > > > > > +> > > > > > � > > > > > > - if (mmc_gpiod_request_cd(host->mmc, NULL, 0, > > > > > > v, 0, > > > > > > NULL)) { @@ -71,11 +71,11 @@ On Tue, Mar 28, 2017 at 04:51:20PM +0800, Zhang Rui wrote: > > > > > > + if (err) { > > > > > > + if (err == -EPROBE_DEFER) > > > > > > + goto err_free; -> > > > > > dev_warn(dev, "failed to setup card +> > > > > > � dev_warn(dev, "failed to setup card > > > > > > detect > > > > > > gpio\n"); -> > > > > > c->use_runtime_pm = false; -> > > > > > } +> > > > > > � c->use_runtime_pm = false; +> > > > > > � } > > > > > > > > > > > > > > > > > Regression reported: https://bugzilla.kernel.org/show_bug.cgi?i @@ -92,14 +92,14 @@ On Tue, Mar 28, 2017 at 04:51:20PM +0800, Zhang Rui wrote: > > Well, I think so. > > > > Although it's still under debugging, the root cause of the problem -> > seems to be that, when mmc_gpiod_request_cd() returns -EPROBE_DEFER, +> > seems to be that, when mmc_gpiod_request_cd() returns�-EPROBE_DEFER, > > it > > means either the GPIO controller driver is not probed at the moment, > > OR > > the GPIO controller driver is not available at all. The later case -> > causes the problem like this because sdhci-acpi driver is made to +> > �causes the problem like this because sdhci-acpi driver is made to > > wait -> > for the GPIO controller, in the patch above. +> > for the GPIO controller, in the patch above.� > > > > This is not a problem for distro kernel when all the driver are built > > as modules. And the problem should be fixed by enabling the GPIO diff --git a/a/content_digest b/N1/content_digest index 47590ba..518330f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -34,7 +34,7 @@ "> > > > > > \n" "> > > > > > \n" "> > > > > > \n" - "> > > > > > 4.10-stable review patch.\302\240\302\240If anyone has any objections,\n" + "> > > > > > 4.10-stable review patch.\303\257\302\277\302\275\303\257\302\277\302\275If anyone has any objections,\n" "> > > > > > please\n" "> > > > > > let\n" "> > > > > > me know.\n" @@ -72,16 +72,16 @@ "> > > > > > >\n" "> > > > > > \n" "> > > > > > ---\n" - "> > > > > > \302\240drivers/mmc/host/sdhci-acpi.c |\302\240\302\240\302\240\302\2405 ++++-\n" - "> > > > > > \302\2401 file changed, 4 insertions(+), 1 deletion(-)\n" + "> > > > > > \303\257\302\277\302\275drivers/mmc/host/sdhci-acpi.c |\303\257\302\277\302\275\303\257\302\277\302\275\303\257\302\277\302\275\303\257\302\277\302\2755 ++++-\n" + "> > > > > > \303\257\302\277\302\2751 file changed, 4 insertions(+), 1 deletion(-)\n" "> > > > > > \n" "> > > > > > --- a/drivers/mmc/host/sdhci-acpi.c\n" "> > > > > > +++ b/drivers/mmc/host/sdhci-acpi.c\n" "> > > > > > @@ -467,7 +467,10 @@ static int sdhci_acpi_probe(struct platf\n" - "> > > > > > \302\240\tif (sdhci_acpi_flag(c, SDHCI_ACPI_SD_CD)) {\n" - "> > > > > > \302\240\t\tbool v = sdhci_acpi_flag(c,\n" + "> > > > > > \303\257\302\277\302\275\tif (sdhci_acpi_flag(c, SDHCI_ACPI_SD_CD)) {\n" + "> > > > > > \303\257\302\277\302\275\t\tbool v = sdhci_acpi_flag(c,\n" "> > > > > > SDHCI_ACPI_SD_CD_OVERRIDE_LEVEL);\n" - "> > > > > > \302\240\n" + "> > > > > > \303\257\302\277\302\275\n" "> > > > > > -\t\tif (mmc_gpiod_request_cd(host->mmc, NULL, 0,\n" "> > > > > > v, 0,\n" "> > > > > > NULL)) {\n" @@ -92,11 +92,11 @@ "> > > > > > +\t\tif (err) {\n" "> > > > > > +\t\t\tif (err == -EPROBE_DEFER)\n" "> > > > > > +\t\t\t\tgoto err_free;\n" - "> > > > > > \302\240\t\t\tdev_warn(dev, \"failed to setup card\n" + "> > > > > > \303\257\302\277\302\275\t\t\tdev_warn(dev, \"failed to setup card\n" "> > > > > > detect\n" "> > > > > > gpio\\n\");\n" - "> > > > > > \302\240\t\t\tc->use_runtime_pm = false;\n" - "> > > > > > \302\240\t\t}\n" + "> > > > > > \303\257\302\277\302\275\t\t\tc->use_runtime_pm = false;\n" + "> > > > > > \303\257\302\277\302\275\t\t}\n" "> > > > > > \n" "> > > > > > \n" "> > > > > Regression reported: https://bugzilla.kernel.org/show_bug.cgi?i\n" @@ -113,14 +113,14 @@ "> > Well, I think so.\n" "> > \n" "> > Although it's still under debugging, the root cause of the problem\n" - "> > seems to be that, when mmc_gpiod_request_cd() returns\302\240-EPROBE_DEFER,\n" + "> > seems to be that, when mmc_gpiod_request_cd() returns\303\257\302\277\302\275-EPROBE_DEFER,\n" "> > it\n" "> > means either the GPIO controller driver is not probed at the moment,\n" "> > OR\n" "> > the GPIO controller driver is not available at all. The later case\n" - "> > \302\240causes the problem like this because sdhci-acpi driver is made to\n" + "> > \303\257\302\277\302\275causes the problem like this because sdhci-acpi driver is made to\n" "> > wait\n" - "> > for the GPIO controller, in the patch above.\302\240\n" + "> > for the GPIO controller, in the patch above.\303\257\302\277\302\275\n" "> > \n" "> > This is not a problem for distro kernel when all the driver are built\n" "> > as modules. And the problem should be fixed by enabling the GPIO\n" @@ -136,4 +136,4 @@ "\n" greg k-h -8fe832180eed0a5c982eab1cd7b560c773ad310811cbd2a5c6e424d71227ce4d +7a23ffb104a53aa913c6a582d9825001d319e3ed2a09587420dca03dc2561f0e
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.