Re: [PATCH 5.4 031/129] mmc: sdhci-acpi: Fix HS400 tuning for AMDI0040

2020-09-08 Thread Raul Rangel
> > > > Should we pull that in too, or is it fine to wait for the next merge? > > It depends on wha tyou want to do. I can drop this now and add both > later, or just be "bug compatible" with Linus's tree until this patch > gets merged into it, and then I can take it. > > Your call... > The patch

[PATCH 5.4 031/129] mmc: sdhci-acpi: Fix HS400 tuning for AMDI0040

2020-09-08 Thread Greg Kroah-Hartman
From: Raul E Rangel [ Upstream commit 61d7437ed13906984c44697970ee792ac6271a31 ] The AMD eMMC Controller can only use the tuned clock while in HS200 and HS400 mode. If we switch to a different mode, we need to disable the tuned clock. If we have previously performed tuning and switch back to

Re: [PATCH 5.4 031/129] mmc: sdhci-acpi: Fix HS400 tuning for AMDI0040

2020-09-08 Thread Greg Kroah-Hartman
On Tue, Sep 08, 2020 at 09:56:43AM -0600, Raul Rangel wrote: > So this patch had a bug in it. It was fixed with > https://patchwork.kernel.org/patch/11747031/ > Commit d9fcc7130245d79a75e3f0348d3ef7297055cfd4 from > https://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git > > Should we pull