Re: [PATCH] misc: rtsx: modify rts522a init flow

2021-02-03 Thread Bjorn Helgaas
; > ulf.hans...@linaro.org; bhelg...@google.com; linux-kernel@vger.kernel.org; > > sta...@vger.kernel.org > > Subject: Re: [PATCH] misc: rtsx: modify rts522a init flow > > > Cc: sta...@vger.kernel.org > > > > Per https://www.kernel.org/doc/html/v5.10/process/stable-kernel-

RE: [PATCH] misc: rtsx: modify rts522a init flow

2021-02-02 Thread 吳昊澄 Ricky
.kernel.org > Subject: Re: [PATCH] misc: rtsx: modify rts522a init flow > > The subject line could be more descriptive. All patches modify something, so > the only real information it contains is "rts522a" and "init". Maybe it could > say something about powe

Re: [PATCH] misc: rtsx: modify rts522a init flow

2021-02-02 Thread Bjorn Helgaas
The subject line could be more descriptive. All patches modify something, so the only real information it contains is "rts522a" and "init". Maybe it could say something about powering off OCP (whatever that is) when no memory card is present. On Tue, Feb 02, 2021 at 06:56:41PM +0800, ricky...@re

[PATCH] misc: rtsx: modify rts522a init flow

2021-02-02 Thread ricky_wu
From: Ricky Wu Power down OCP for power consumption when card is not exist at init_hw() Cc: sta...@vger.kernel.org Signed-off-by: Ricky Wu --- drivers/misc/cardreader/rts5227.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/misc/cardreader/rts5227.c b/drivers/misc/cardreader