Re: [U-Boot] [PATCH v4 09/16] dm: pmic: add max77686 pmic driver

2015-04-22 Thread Simon Glass
On 22 April 2015 at 10:30, Simon Glass wrote: > On 20 April 2015 at 12:07, Przemyslaw Marczak wrote: >> This is the implementation of driver model PMIC driver. >> The max77686 PMIC driver implements read/write operations and driver >> bind method - to bind its childs. >> >> This driver will try t

Re: [U-Boot] [PATCH v4 09/16] dm: pmic: add max77686 pmic driver

2015-04-22 Thread Simon Glass
On 20 April 2015 at 12:07, Przemyslaw Marczak wrote: > This is the implementation of driver model PMIC driver. > The max77686 PMIC driver implements read/write operations and driver > bind method - to bind its childs. > > This driver will try to bind the regulator devices by using it's child > inf

[U-Boot] [PATCH v4 09/16] dm: pmic: add max77686 pmic driver

2015-04-20 Thread Przemyslaw Marczak
This is the implementation of driver model PMIC driver. The max77686 PMIC driver implements read/write operations and driver bind method - to bind its childs. This driver will try to bind the regulator devices by using it's child info array with regulator prefixes and driver names. This should suc