mmc: sdhci-pci-gli: Disable LPM during initialization
authorKornel Dulęba <korneld@chromium.org>
Tue, 14 Nov 2023 11:54:49 +0000 (11:54 +0000)
committerUlf Hansson <ulf.hansson@linaro.org>
Thu, 23 Nov 2023 17:01:12 +0000 (18:01 +0100)
commitd9ed644f58670865cf067351deb71010bd87a52f
tree1685edb179c220131b38fd67a1cb51b2251c1d3a
parent1de1b77982e1a1df9707cb11f9b1789e6b8919d4
mmc: sdhci-pci-gli: Disable LPM during initialization

To address IO performance commit f9e5b33934ce
("mmc: host: Improve I/O read/write performance for GL9763E")
limited LPM negotiation to runtime suspend state.
The problem is that it only flips the switch in the runtime PM
resume/suspend logic.

Disable LPM negotiation in gl9763e_add_host.
This helps in two ways:
1. It was found that the LPM switch stays in the same position after
   warm reboot. Having it set in init helps with consistency.
2. Disabling LPM during the first runtime resume leaves us susceptible
   to the performance issue in the time window between boot and the
   first runtime suspend.

Fixes: f9e5b33934ce ("mmc: host: Improve I/O read/write performance for GL9763E")
Cc: stable@vger.kernel.org
Signed-off-by: Kornel Dulęba <korneld@chromium.org>
Reviewed-by: Sven van Ashbrook <svenva@chromium.org>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Link: https://lore.kernel.org/r/20231114115516.1585361-1-korneld@chromium.org
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-pci-gli.c