Re: [U-Boot] [PATCH V4 00/10] dm: core: extend API by useful functions with tests

2015-04-20 Thread Przemyslaw Marczak
Hello Simon, On 04/20/2015 05:22 AM, Simon Glass wrote: Hi Przemyslaw, On 15 April 2015 at 05:07, Przemyslaw Marczak wrote: Hello, Before merge, I would like to extend this patchset by additional functions [V4], which are now the base for my work on PMIC. The base version: The struct udevic

Re: [U-Boot] [PATCH V4 00/10] dm: core: extend API by useful functions with tests

2015-04-19 Thread Simon Glass
Hi Przemyslaw, On 15 April 2015 at 05:07, Przemyslaw Marczak wrote: > Hello, > Before merge, I would like to extend this patchset by additional functions > [V4], > which are now the base for my work on PMIC. > > The base version: > > The struct udevice provides two fields for device's platform d

[U-Boot] [PATCH V4 00/10] dm: core: extend API by useful functions with tests

2015-04-15 Thread Przemyslaw Marczak
Hello, Before merge, I would like to extend this patchset by additional functions [V4], which are now the base for my work on PMIC. The base version: The struct udevice provides two fields for device's platform data: - .platdata- to keep platform-dependent data for the device driver - .pa