Re: [PATCH 3/4] Bluetooth: hci_qca: Use regulator bulk enable/disable

2019-10-18 Thread Harish Bandi
On 2019-10-18 10:54, Bjorn Andersson wrote: With the regulator_set_load() and regulator_set_voltage() out of the enable/disable code paths the code can now use the standard regulator bulk enable/disable API. By cloning num_vregs into struct qca_power there's no need to lug around a reference t

[PATCH 3/4] Bluetooth: hci_qca: Use regulator bulk enable/disable

2019-10-17 Thread Bjorn Andersson
With the regulator_set_load() and regulator_set_voltage() out of the enable/disable code paths the code can now use the standard regulator bulk enable/disable API. By cloning num_vregs into struct qca_power there's no need to lug around a reference to the struct qca_vreg_data, which further simpli