All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] misc: rtsx: modify rts522a init flow
@ 2021-02-02 10:56 ricky_wu
  2021-02-02 12:27 ` Bjorn Helgaas
  0 siblings, 1 reply; 4+ messages in thread
From: ricky_wu @ 2021-02-02 10:56 UTC (permalink / raw)
  To: arnd, gregkh, ricky_wu, yuehaibing, ulf.hansson, bhelgaas, linux-kernel
  Cc: stable

From: Ricky Wu <ricky_wu@realtek.com>

Power down OCP for power consumption
when card is not exist at init_hw()

Cc: stable@vger.kernel.org
Signed-off-by: Ricky Wu <ricky_wu@realtek.com>
---
 drivers/misc/cardreader/rts5227.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/drivers/misc/cardreader/rts5227.c b/drivers/misc/cardreader/rts5227.c
index 8859011672cb..8200af22b529 100644
--- a/drivers/misc/cardreader/rts5227.c
+++ b/drivers/misc/cardreader/rts5227.c
@@ -398,6 +398,11 @@ static int rts522a_extra_init_hw(struct rtsx_pcr *pcr)
 {
 	rts5227_extra_init_hw(pcr);
 
+	/* Power down OCP for power consumption */
+	if (!pcr->card_exist)
+		rtsx_pci_write_register(pcr, FPDCTL, OC_POWER_DOWN,
+				OC_POWER_DOWN);
+
 	rtsx_pci_write_register(pcr, FUNC_FORCE_CTL, FUNC_FORCE_UPME_XMT_DBG,
 		FUNC_FORCE_UPME_XMT_DBG);
 	rtsx_pci_write_register(pcr, PCLK_CTL, 0x04, 0x04);
-- 
2.17.1


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

end of thread, other threads:[~2021-02-03 12:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-02 10:56 [PATCH] misc: rtsx: modify rts522a init flow ricky_wu
2021-02-02 12:27 ` Bjorn Helgaas
2021-02-03  3:13   ` 吳昊澄 Ricky
2021-02-03 12:48     ` Bjorn Helgaas

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.