Re: [U-Boot] [PATCH 04/19] dm: pmic: add implementation of driver model pmic uclass

2014-11-12 Thread Przemyslaw Marczak
Hello Simon, On 11/06/2014 11:34 PM, Simon Glass wrote: Hi, On 20 October 2014 09:51, Przemyslaw Marczak p.marc...@samsung.com wrote: Hello, ... snip ... Thank you again. I'm going to check the i2c-working tree and maybe rebase the dm-pmic onto it. Is it good idea? Sounds good. Once

Re: [U-Boot] [PATCH 04/19] dm: pmic: add implementation of driver model pmic uclass

2014-11-12 Thread Simon Glass
Hi Prezemyslaw, On 12 November 2014 03:29, Przemyslaw Marczak p.marc...@samsung.com wrote: Hello Simon, On 11/06/2014 11:34 PM, Simon Glass wrote: Hi, On 20 October 2014 09:51, Przemyslaw Marczak p.marc...@samsung.com wrote: Hello, ... snip ... Thank you again. I'm going to

Re: [U-Boot] [PATCH 04/19] dm: pmic: add implementation of driver model pmic uclass

2014-10-20 Thread Przemyslaw Marczak
Hello Simon, I missed some of your comments. On 10/11/2014 01:18 AM, Simon Glass wrote: Hi, On 10 October 2014 07:32, Przemyslaw Marczak p.marc...@samsung.com wrote: Hello Simon, On 10/10/2014 05:17 AM, Simon Glass wrote: Hi, On 8 October 2014 14:48, Przemyslaw Marczak

Re: [U-Boot] [PATCH 04/19] dm: pmic: add implementation of driver model pmic uclass

2014-10-20 Thread Simon Glass
Hi, On 20 October 2014 09:44, Przemyslaw Marczak p.marc...@samsung.com wrote: Hello Simon, I missed some of your comments. On 10/11/2014 01:18 AM, Simon Glass wrote: Hi, On 10 October 2014 07:32, Przemyslaw Marczak p.marc...@samsung.com wrote: Hello Simon, On 10/10/2014 05:17 AM,

Re: [U-Boot] [PATCH 04/19] dm: pmic: add implementation of driver model pmic uclass

2014-10-20 Thread Przemyslaw Marczak
Hello, ... snip ... Thank you again. I'm going to check the i2c-working tree and maybe rebase the dm-pmic onto it. Is it good idea? Sounds good. Once I get the main DM patches landed (hopefully this week) I'll rebase the other series including I2C. But for now you should be good to use it.

Re: [U-Boot] [PATCH 04/19] dm: pmic: add implementation of driver model pmic uclass

2014-10-10 Thread Przemyslaw Marczak
Hello Simon, On 10/10/2014 05:17 AM, Simon Glass wrote: Hi, On 8 October 2014 14:48, Przemyslaw Marczak p.marc...@samsung.com wrote: This is an introduction to driver-model multi class PMIC support. It starts with UCLASS_PMIC - a common PMIC class type for I/O, which doesn't need to implement

Re: [U-Boot] [PATCH 04/19] dm: pmic: add implementation of driver model pmic uclass

2014-10-10 Thread Simon Glass
Hi, On 10 October 2014 07:32, Przemyslaw Marczak p.marc...@samsung.com wrote: Hello Simon, On 10/10/2014 05:17 AM, Simon Glass wrote: Hi, On 8 October 2014 14:48, Przemyslaw Marczak p.marc...@samsung.com wrote: This is an introduction to driver-model multi class PMIC support. It starts

Re: [U-Boot] [PATCH 04/19] dm: pmic: add implementation of driver model pmic uclass

2014-10-09 Thread Simon Glass
Hi, On 8 October 2014 14:48, Przemyslaw Marczak p.marc...@samsung.com wrote: This is an introduction to driver-model multi class PMIC support. It starts with UCLASS_PMIC - a common PMIC class type for I/O, which doesn't need to implement any specific operations and features beside the

[U-Boot] [PATCH 04/19] dm: pmic: add implementation of driver model pmic uclass

2014-10-08 Thread Przemyslaw Marczak
This is an introduction to driver-model multi class PMIC support. It starts with UCLASS_PMIC - a common PMIC class type for I/O, which doesn't need to implement any specific operations and features beside the platform data, which is the 'struct pmic_platdata' defined in file: -