Re: [PATCH] regulator: tps62360: Fix off-by-one shift for ramp_ctrl

2013-04-23 Thread Mark Brown
On Tue, Apr 23, 2013 at 12:35:53PM +0800, Axel Lin wrote: > According to the datasheet[1] > > Register 0x06h Description: RmpCtrl (REGISTER ADDRESS: 0x06h Read/Write) > BIT[5..7]: Applied, thanks. signature.asc Description: Digital signature

Re: [PATCH] regulator: tps62360: Fix off-by-one shift for ramp_ctrl

2013-04-23 Thread Laxman Dewangan
On Tuesday 23 April 2013 10:05 AM, Axel Lin wrote: According to the datasheet[1] Register 0x06h Description: RmpCtrl (REGISTER ADDRESS: 0x06h Read/Write) BIT[5..7]: RMP[2:0] Output voltage ramp timing D7-D5 Slope 000 32mV/us 001 16mV/us 010

Re: [PATCH] regulator: tps62360: Fix off-by-one shift for ramp_ctrl

2013-04-23 Thread Laxman Dewangan
On Tuesday 23 April 2013 10:05 AM, Axel Lin wrote: According to the datasheet[1] Register 0x06h Description: RmpCtrl (REGISTER ADDRESS: 0x06h Read/Write) BIT[5..7]: RMP[2:0] Output voltage ramp timing D7-D5 Slope 000 32mV/us 001 16mV/us 010

Re: [PATCH] regulator: tps62360: Fix off-by-one shift for ramp_ctrl

2013-04-23 Thread Mark Brown
On Tue, Apr 23, 2013 at 12:35:53PM +0800, Axel Lin wrote: According to the datasheet[1] Register 0x06h Description: RmpCtrl (REGISTER ADDRESS: 0x06h Read/Write) BIT[5..7]: Applied, thanks. signature.asc Description: Digital signature

[PATCH] regulator: tps62360: Fix off-by-one shift for ramp_ctrl

2013-04-22 Thread Axel Lin
According to the datasheet[1] Register 0x06h Description: RmpCtrl (REGISTER ADDRESS: 0x06h Read/Write) BIT[5..7]: RMP[2:0] Output voltage ramp timing D7-D5 Slope 000 32mV/us 001 16mV/us 010 8mV/us ... 110 0.5mV/us

[PATCH] regulator: tps62360: Fix off-by-one shift for ramp_ctrl

2013-04-22 Thread Axel Lin
According to the datasheet[1] Register 0x06h Description: RmpCtrl (REGISTER ADDRESS: 0x06h Read/Write) BIT[5..7]: RMP[2:0] Output voltage ramp timing D7-D5 Slope 000 32mV/us 001 16mV/us 010 8mV/us ... 110 0.5mV/us