Re: [PATCH] misc: rtsx: do not setting OC_POWER_DOWN reg in rtsx_pci_init_ocp()

2020-10-31 Thread Greg KH
On Thu, Oct 15, 2020 at 07:20:34PM +0100, Chris Clayton wrote: > Hi Greg, > > On 18/09/2020 15:35, Chris Clayton wrote: > > Mmm, gmail on android seems to have snuck some html into my reply, so here > > goes again... > > > > On 14/09/2020 16:58, Greg KH wrote: > >> On Sun, Sep 13, 2020 at

Re: [PATCH] misc: rtsx: do not setting OC_POWER_DOWN reg in rtsx_pci_init_ocp()

2020-10-15 Thread Chris Clayton
Hi Greg, On 18/09/2020 15:35, Chris Clayton wrote: > Mmm, gmail on android seems to have snuck some html into my reply, so here > goes again... > > On 14/09/2020 16:58, Greg KH wrote: >> On Sun, Sep 13, 2020 at 09:40:56AM +0100, Chris Clayton wrote: >>> Hi Greg and Arnd, >>> >>> On 24/08/2020

Re: [PATCH] misc: rtsx: do not setting OC_POWER_DOWN reg in rtsx_pci_init_ocp()

2020-09-18 Thread Chris Clayton
Mmm, gmail on android seems to have snuck some html into my reply, so here goes again... On 14/09/2020 16:58, Greg KH wrote: > On Sun, Sep 13, 2020 at 09:40:56AM +0100, Chris Clayton wrote: >> Hi Greg and Arnd, >> >> On 24/08/2020 04:00, ricky...@realtek.com wrote: >>> From: Ricky Wu >>> >>>

Re: [PATCH] misc: rtsx: do not setting OC_POWER_DOWN reg in rtsx_pci_init_ocp()

2020-09-14 Thread Greg KH
On Sun, Sep 13, 2020 at 09:40:56AM +0100, Chris Clayton wrote: > Hi Greg and Arnd, > > On 24/08/2020 04:00, ricky...@realtek.com wrote: > > From: Ricky Wu > > > > this power saving action in rtsx_pci_init_ocp() cause INTEL-NUC6 platform > > missing card reader > > > > In his changelog above,

Re: [PATCH] misc: rtsx: do not setting OC_POWER_DOWN reg in rtsx_pci_init_ocp()

2020-09-14 Thread Chris Clayton
Thanks Bjorn. On 13/09/2020 17:49, Bjorn Helgaas wrote: > On Sun, Sep 13, 2020 at 09:40:56AM +0100, Chris Clayton wrote: >> Hi Greg and Arnd, >> >> On 24/08/2020 04:00, ricky...@realtek.com wrote: >>> From: Ricky Wu >>> >>> this power saving action in rtsx_pci_init_ocp() cause INTEL-NUC6

Re: [PATCH] misc: rtsx: do not setting OC_POWER_DOWN reg in rtsx_pci_init_ocp()

2020-09-13 Thread Bjorn Helgaas
On Sun, Sep 13, 2020 at 09:40:56AM +0100, Chris Clayton wrote: > Hi Greg and Arnd, > > On 24/08/2020 04:00, ricky...@realtek.com wrote: > > From: Ricky Wu > > > > this power saving action in rtsx_pci_init_ocp() cause INTEL-NUC6 platform > > missing card reader > > In his changelog above, Ricky

Re: [PATCH] misc: rtsx: do not setting OC_POWER_DOWN reg in rtsx_pci_init_ocp()

2020-09-13 Thread Chris Clayton
Hi Greg and Arnd, On 24/08/2020 04:00, ricky...@realtek.com wrote: > From: Ricky Wu > > this power saving action in rtsx_pci_init_ocp() cause INTEL-NUC6 platform > missing card reader > In his changelog above, Ricky didn't mention that this patch fixes a regression that was introduced (in

[PATCH] misc: rtsx: do not setting OC_POWER_DOWN reg in rtsx_pci_init_ocp()

2020-08-23 Thread ricky_wu
From: Ricky Wu this power saving action in rtsx_pci_init_ocp() cause INTEL-NUC6 platform missing card reader Signed-off-by: Ricky Wu --- drivers/misc/cardreader/rtsx_pcr.c | 4 1 file changed, 4 deletions(-) diff --git a/drivers/misc/cardreader/rtsx_pcr.c