Re: [U-Boot] [PATCH 29/51] i2c: ihs_i2c: Make DM compatible

2017-07-25 Thread Mario Six
Hi Simon, On Wed, Jul 19, 2017 at 11:05 AM, Simon Glass wrote: > On 14 July 2017 at 05:55, Mario Six wrote: >> Make the ihs_i2c driver DM-compatible; for legacy boards, the old functions >> are >> retained within #ifdefs. >> >> No board uses the new DM

Re: [U-Boot] [PATCH 29/51] i2c: ihs_i2c: Make DM compatible

2017-07-19 Thread Simon Glass
On 14 July 2017 at 05:55, Mario Six wrote: > Make the ihs_i2c driver DM-compatible; for legacy boards, the old functions > are > retained within #ifdefs. > > No board uses the new DM driver yet; this patch only lays the foundation for > future support. > > Signed-off-by:

[U-Boot] [PATCH 29/51] i2c: ihs_i2c: Make DM compatible

2017-07-14 Thread Mario Six
Make the ihs_i2c driver DM-compatible; for legacy boards, the old functions are retained within #ifdefs. No board uses the new DM driver yet; this patch only lays the foundation for future support. Signed-off-by: Mario Six --- drivers/i2c/Kconfig | 6 ++