All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/2] Mask the replay timer timeout of AER for GL9763e
@ 2025-07-25 10:52 Victor Shih
  2025-07-25 10:52 ` [PATCH V2 1/2] mmc: sdhci-pci-gli: Add a new function to simplify the code Victor Shih
  2025-07-25 10:52 ` [PATCH V2 2/2] mmc: sdhci-pci-gli: GL9763e: Mask the replay timer timeout of AER Victor Shih
  0 siblings, 2 replies; 8+ messages in thread
From: Victor Shih @ 2025-07-25 10:52 UTC (permalink / raw)
  To: ulf.hansson, adrian.hunter
  Cc: linux-mmc, linux-kernel, benchuanggli, ben.chuang, HL.Liu,
	Victor Shih

From: Victor Shih <victor.shih@genesyslogic.com.tw>

These patches add a sdhci_gli_mask_replay_timer_timeout() function
to simplify some of the code and mask the replay timer timeout of AER
for the GL9763e chipset.

Changes in v2 (July. 25, 2025)
* Rebase on latest mmc/next.
* Patch#1: Add a sdhci_gli_mask_replay_timer_timeout() function
           to simplify some of the code.
* Patch#2: Mask replay timer timeout of AER for the GL9763e.
* Patch#2: Rename the gli_set_gl9763e() to gl9763e_hw_setting()
           for consistency.

----------------- original cover letter from v1 -----------------
Due to a flaw in the hardware design, the GL9763e replay timer frequently
times out when ASPM is enabled. As a result, the warning messages will
often appear in the system log when the system accesses the GL9763e
PCI config. Therefore, the replay timer timeout must be masked.

Changes in v1 (July. 16, 2025)
* Rebase on latest mmc/next.
* Mask replay timer timeout of AER for the GL9763e.

Victor Shih (2):
  mmc: sdhci-pci-gli: Add a new function to simplify the code
  mmc: sdhci-pci-gli: GL9763e: Mask the replay timer timeout of AER

 drivers/mmc/host/sdhci-pci-gli.c | 37 ++++++++++++++++++--------------
 1 file changed, 21 insertions(+), 16 deletions(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-07-28 13:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-25 10:52 [PATCH V2 0/2] Mask the replay timer timeout of AER for GL9763e Victor Shih
2025-07-25 10:52 ` [PATCH V2 1/2] mmc: sdhci-pci-gli: Add a new function to simplify the code Victor Shih
2025-07-26 10:26   ` kernel test robot
2025-07-28  6:55   ` Adrian Hunter
2025-07-28 13:50     ` Victor Shih
2025-07-25 10:52 ` [PATCH V2 2/2] mmc: sdhci-pci-gli: GL9763e: Mask the replay timer timeout of AER Victor Shih
2025-07-28  6:55   ` Adrian Hunter
2025-07-28 13:50     ` Victor Shih

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.