Re: [PATCH v5 2/2] misc: rtsx: Add power saving functions and fix driving parameter

2020-09-16 Thread gre...@linuxfoundation.org
On Wed, Sep 16, 2020 at 08:32:26AM -0500, Bjorn Helgaas wrote: > > So is it ok to take this patch now, or does it need to be changed any? > > Yes, it's OK with me if you take this patch. > > The ASPM hardware feature is designed to work without any driver > support. It does need to be

Re: [PATCH v5 2/2] misc: rtsx: Add power saving functions and fix driving parameter

2020-09-16 Thread Bjorn Helgaas
t; > linux-kernel@vger.kernel.org; > > > > puranja...@gmail.com; linux-...@vger.kernel.org; > > > > vailbhavgupt...@gamail.com > > > > Subject: Re: [PATCH v5 2/2] misc: rtsx: Add power saving functions and > > > > fix driving > > > > par

Re: [PATCH v5 2/2] misc: rtsx: Add power saving functions and fix driving parameter

2020-09-16 Thread gre...@linuxfoundation.org
t; > > > From: Bjorn Helgaas [mailto:helg...@kernel.org] > > > > > > > Sent: Wednesday, September 09, 2020 6:29 AM > > > > > > > To: 吳昊澄 Ricky > > > > > > > Cc: a...@arndb.de; gre...@linuxfoundation.org; > > > bhelg...

Re: [PATCH v5 2/2] misc: rtsx: Add power saving functions and fix driving parameter

2020-09-15 Thread Bjorn Helgaas
lg...@google.com; > > ulf.hans...@linaro.org; rui_f...@realsil.com.cn; > > linux-kernel@vger.kernel.org; > > puranja...@gmail.com; linux-...@vger.kernel.org; > > vailbhavgupt...@gamail.com > > Subject: Re: [PATCH v5 2/2] misc: rtsx: Add power saving functions and fix >

RE: [PATCH v5 2/2] misc: rtsx: Add power saving functions and fix driving parameter

2020-09-15 Thread 吳昊澄 Ricky
el@vger.kernel.org; > puranja...@gmail.com; linux-...@vger.kernel.org; > vailbhavgupt...@gamail.com > Subject: Re: [PATCH v5 2/2] misc: rtsx: Add power saving functions and fix > driving > parameter > > On Fri, Sep 11, 2020 at 08:18:22AM +, 吳昊澄 Ricky wrote: > > >

Re: [PATCH v5 2/2] misc: rtsx: Add power saving functions and fix driving parameter

2020-09-11 Thread Bjorn Helgaas
lg...@google.com; > > ulf.hans...@linaro.org; rui_f...@realsil.com.cn; > > linux-kernel@vger.kernel.org; > > puranja...@gmail.com; linux-...@vger.kernel.org; > > vailbhavgupt...@gamail.com > > Subject: Re: [PATCH v5 2/2] misc: rtsx: Add power saving functions and fix >

RE: [PATCH v5 2/2] misc: rtsx: Add power saving functions and fix driving parameter

2020-09-11 Thread 吳昊澄 Ricky
el@vger.kernel.org; > puranja...@gmail.com; linux-...@vger.kernel.org; > vailbhavgupt...@gamail.com > Subject: Re: [PATCH v5 2/2] misc: rtsx: Add power saving functions and fix > driving > parameter > > On Wed, Sep 09, 2020 at 07:10:19AM +, 吳昊澄 Ricky wrote: > > >

Re: [PATCH v5 2/2] misc: rtsx: Add power saving functions and fix driving parameter

2020-09-09 Thread Bjorn Helgaas
lg...@google.com; > > ulf.hans...@linaro.org; rui_f...@realsil.com.cn; > > linux-kernel@vger.kernel.org; > > puranja...@gmail.com; linux-...@vger.kernel.org; > > vailbhavgupt...@gamail.com > > Subject: Re: [PATCH v5 2/2] misc: rtsx: Add power saving functions and fix >

RE: [PATCH v5 2/2] misc: rtsx: Add power saving functions and fix driving parameter

2020-09-09 Thread 吳昊澄 Ricky
el@vger.kernel.org; > puranja...@gmail.com; linux-...@vger.kernel.org; > vailbhavgupt...@gamail.com > Subject: Re: [PATCH v5 2/2] misc: rtsx: Add power saving functions and fix > driving > parameter > > On Mon, Sep 07, 2020 at 06:07:31PM +0800, ricky...@realtek.com wrote: > >

Re: [PATCH v5 2/2] misc: rtsx: Add power saving functions and fix driving parameter

2020-09-08 Thread Bjorn Helgaas
On Mon, Sep 07, 2020 at 06:07:31PM +0800, ricky...@realtek.com wrote: > From: Ricky Wu > > v4: > split power down flow and power saving function to two patch > > v5: > fix up modified change under the --- line Hehe, this came out *above* the "---" line :) > Add rts522a L1 sub-state support >

[PATCH v5 2/2] misc: rtsx: Add power saving functions and fix driving parameter

2020-09-07 Thread ricky_wu
From: Ricky Wu v4: split power down flow and power saving function to two patch v5: fix up modified change under the --- line Add rts522a L1 sub-state support Save more power on rts5227 rts5249 rts525a rts5260 Fix rts5260 driving parameter Signed-off-by: Ricky Wu ---