Re: [U-Boot] [PATCH] power: pmic: tps65218: Fix tps65218_voltage_update function

2017-05-26 Thread Tom Rini
On Thu, May 25, 2017 at 03:35:25PM +0530, Keerthy wrote: > Currently while setting the vsel value for dcdc1 and dcdc2 > the driver is wrongly masking the entire 8 bits in the process > clearing PFM (bit7) field as well. Hence describe an appropriate > mask for vsel field and modify only those

Re: [U-Boot] [PATCH] power: pmic: tps65218: Fix tps65218_voltage_update function

2017-05-25 Thread Jaehoon Chung
On 05/25/2017 10:52 PM, Keerthy wrote: > > > On Thursday 25 May 2017 07:18 PM, Jaehoon Chung wrote: >> On 05/24/2017 01:49 PM, Keerthy wrote: >>> Currently while setting the vsel value for dcdc1 and dcdc2 >>> the driver is wrongly masking the entire 8 bits in the process >>> clearing PFM (bit7)

Re: [U-Boot] [PATCH] power: pmic: tps65218: Fix tps65218_voltage_update function

2017-05-25 Thread Jaehoon Chung
On 05/25/2017 11:34 PM, Tom Rini wrote: > On Thu, May 25, 2017 at 10:48:55PM +0900, Jaehoon Chung wrote: >> On 05/24/2017 01:49 PM, Keerthy wrote: >>> Currently while setting the vsel value for dcdc1 and dcdc2 >>> the driver is wrongly masking the entire 8 bits in the process >>> clearing PFM

Re: [U-Boot] [PATCH] power: pmic: tps65218: Fix tps65218_voltage_update function

2017-05-25 Thread Tom Rini
On Thu, May 25, 2017 at 10:48:55PM +0900, Jaehoon Chung wrote: > On 05/24/2017 01:49 PM, Keerthy wrote: > > Currently while setting the vsel value for dcdc1 and dcdc2 > > the driver is wrongly masking the entire 8 bits in the process > > clearing PFM (bit7) field as well. Hence describe an

Re: [U-Boot] [PATCH] power: pmic: tps65218: Fix tps65218_voltage_update function

2017-05-25 Thread Keerthy
On Thursday 25 May 2017 07:18 PM, Jaehoon Chung wrote: > On 05/24/2017 01:49 PM, Keerthy wrote: >> Currently while setting the vsel value for dcdc1 and dcdc2 >> the driver is wrongly masking the entire 8 bits in the process >> clearing PFM (bit7) field as well. Hence describe an appropriate >>

Re: [U-Boot] [PATCH] power: pmic: tps65218: Fix tps65218_voltage_update function

2017-05-25 Thread Jaehoon Chung
On 05/24/2017 01:49 PM, Keerthy wrote: > Currently while setting the vsel value for dcdc1 and dcdc2 > the driver is wrongly masking the entire 8 bits in the process > clearing PFM (bit7) field as well. Hence describe an appropriate > mask for vsel field and modify only those bits in the vsel >

[U-Boot] [PATCH] power: pmic: tps65218: Fix tps65218_voltage_update function

2017-05-25 Thread Keerthy
Currently while setting the vsel value for dcdc1 and dcdc2 the driver is wrongly masking the entire 8 bits in the process clearing PFM (bit7) field as well. Hence describe an appropriate mask for vsel field and modify only those bits in the vsel mask. Source:

[U-Boot] [PATCH] power: pmic: tps65218: Fix tps65218_voltage_update function

2017-05-23 Thread Keerthy
Currently while setting the vsel value for dcdc1 and dcdc2 the driver is wrongly masking the entire 8 bits in the process clearing PFM (bit7) field as well. Hence describe an appropriate mask for vsel field and modify only those bits in the vsel mask. Source: