mbox series

[0/3] ath10k: Clean up regulator and clock handling

Message ID 20190725174755.23432-1-bjorn.andersson@linaro.org
Headers show
Series ath10k: Clean up regulator and clock handling | expand

Message

Bjorn Andersson July 25, 2019, 5:47 p.m. UTC
The first patch in this series removes the regulator_set_voltage() of a fixed
voltate, as fixed regulator constraints should be specified on a board level
and on certain boards - such as the Lenovo Yoga C630 - the voltage specified
for the 3.3V regulator is outside the given range.

The following two patches cleans up regulator and clock usage by using the bulk
API provided by the two frameworks.

Bjorn Andersson (3):
  ath10k: snoc: skip regulator operations
  ath10k: Use standard regulator bulk API in snoc
  ath10k: Use standard bulk clock API in snoc

 drivers/net/wireless/ath/ath10k/snoc.c | 324 ++++---------------------
 drivers/net/wireless/ath/ath10k/snoc.h |  26 +-
 2 files changed, 48 insertions(+), 302 deletions(-)

-- 
2.18.0

Comments

Govind Singh July 26, 2019, 6:52 a.m. UTC | #1
On 2019-07-25 23:17, Bjorn Andersson wrote:
> The first patch in this series removes the regulator_set_voltage() of a 

> fixed

> voltate, as fixed regulator constraints should be specified on a board 

> level

> and on certain boards - such as the Lenovo Yoga C630 - the voltage 

> specified

> for the 3.3V regulator is outside the given range.

> 

> The following two patches cleans up regulator and clock usage by using 

> the bulk

> API provided by the two frameworks.

> 

> Bjorn Andersson (3):

>   ath10k: snoc: skip regulator operations

>   ath10k: Use standard regulator bulk API in snoc

>   ath10k: Use standard bulk clock API in snoc

> 

>  drivers/net/wireless/ath/ath10k/snoc.c | 324 ++++---------------------

>  drivers/net/wireless/ath/ath10k/snoc.h |  26 +-

>  2 files changed, 48 insertions(+), 302 deletions(-)


Tested on 845 MTP and QCS404 platform with normal sanity and driver 
recover cases for proxy votes.

Tested-by: Govind Singh <govinds@codeaurora.org>

Reviewed-by: Govind Singh <govinds@codeaurora.org>


BR,
Govind
Bjorn Andersson Aug. 5, 2019, 6:06 p.m. UTC | #2
On Thu 25 Jul 23:52 PDT 2019, Govind Singh wrote:

> On 2019-07-25 23:17, Bjorn Andersson wrote:

> > The first patch in this series removes the regulator_set_voltage() of a

> > fixed

> > voltate, as fixed regulator constraints should be specified on a board

> > level

> > and on certain boards - such as the Lenovo Yoga C630 - the voltage

> > specified

> > for the 3.3V regulator is outside the given range.

> > 

> > The following two patches cleans up regulator and clock usage by using

> > the bulk

> > API provided by the two frameworks.

> > 

> > Bjorn Andersson (3):

> >   ath10k: snoc: skip regulator operations

> >   ath10k: Use standard regulator bulk API in snoc

> >   ath10k: Use standard bulk clock API in snoc

> > 

> >  drivers/net/wireless/ath/ath10k/snoc.c | 324 ++++---------------------

> >  drivers/net/wireless/ath/ath10k/snoc.h |  26 +-

> >  2 files changed, 48 insertions(+), 302 deletions(-)

> 

> Tested on 845 MTP and QCS404 platform with normal sanity and driver recover

> cases for proxy votes.

> 

> Tested-by: Govind Singh <govinds@codeaurora.org>

> Reviewed-by: Govind Singh <govinds@codeaurora.org>

> 


Thanks Govind!

Regards,
Bjorn