2019-10-18 22:38:43

by Bjorn Andersson

[permalink] [raw]
Subject: [PATCH 0/4] Bluetooth: hci_qca: Regulator usage cleanup

Clean up the regulator usage in hci_qca and in particular don't
regulator_set_voltage() for fixed voltages. It cleans up the driver, but more
important it makes bluetooth work on my Lenovo Yoga C630, where the regulator
for vddch0 is defined with a voltage range that doesn't overlap the values in
the driver.

Bjorn Andersson (4):
Bluetooth: hci_qca: Update regulator_set_load() usage
Bluetooth: hci_qca: Don't vote for specific voltage
Bluetooth: hci_qca: Use regulator bulk enable/disable
Bluetooth: hci_qca: Split qca_power_setup()

drivers/bluetooth/hci_qca.c | 135 +++++++++++++++---------------------
1 file changed, 55 insertions(+), 80 deletions(-)

--
2.23.0


2019-10-19 07:54:38

by Marcel Holtmann

[permalink] [raw]
Subject: Re: [PATCH 0/4] Bluetooth: hci_qca: Regulator usage cleanup

Hi Bjorn,

> Clean up the regulator usage in hci_qca and in particular don't
> regulator_set_voltage() for fixed voltages. It cleans up the driver, but more
> important it makes bluetooth work on my Lenovo Yoga C630, where the regulator
> for vddch0 is defined with a voltage range that doesn't overlap the values in
> the driver.
>
> Bjorn Andersson (4):
> Bluetooth: hci_qca: Update regulator_set_load() usage
> Bluetooth: hci_qca: Don't vote for specific voltage
> Bluetooth: hci_qca: Use regulator bulk enable/disable
> Bluetooth: hci_qca: Split qca_power_setup()
>
> drivers/bluetooth/hci_qca.c | 135 +++++++++++++++---------------------
> 1 file changed, 55 insertions(+), 80 deletions(-)

all 4 patches have been applied to bluetooth-next tree.

Regards

Marcel

2019-10-19 08:16:50

by Harish Bandi

[permalink] [raw]
Subject: Re: [PATCH 0/4] Bluetooth: hci_qca: Regulator usage cleanup

On 2019-10-18 10:54, Bjorn Andersson wrote:
> Clean up the regulator usage in hci_qca and in particular don't
> regulator_set_voltage() for fixed voltages. It cleans up the driver,
> but more
> important it makes bluetooth work on my Lenovo Yoga C630, where the
> regulator
> for vddch0 is defined with a voltage range that doesn't overlap the
> values in
> the driver.
>
> Bjorn Andersson (4):
> Bluetooth: hci_qca: Update regulator_set_load() usage
> Bluetooth: hci_qca: Don't vote for specific voltage
> Bluetooth: hci_qca: Use regulator bulk enable/disable
> Bluetooth: hci_qca: Split qca_power_setup()
>
> drivers/bluetooth/hci_qca.c | 135 +++++++++++++++---------------------
> 1 file changed, 55 insertions(+), 80 deletions(-)