Re: [U-Boot] [PATCH] video: kconfig: remove DM_I2C dependency of I2C_EDID

2018-08-01 Thread Anatolij Gustschin
On Mon, 30 Jul 2018 09:11:31 -0400 Luis Araneda luaran...@gmail.com wrote: > Hi, > > On Wed, Jul 4, 2018 at 2:40 AM Luis Araneda wrote: > > > > Drop the DM_I2C dependency, as the library only implements > > the parsing of EDID data and doesn't depend on any driver > > > > One user of this librar

Re: [U-Boot] [PATCH] video: kconfig: remove DM_I2C dependency of I2C_EDID

2018-07-30 Thread Luis Araneda
Hi, On Wed, Jul 4, 2018 at 2:40 AM Luis Araneda wrote: > > Drop the DM_I2C dependency, as the library only implements > the parsing of EDID data and doesn't depend on any driver > > One user of this library, the i2c command, implements > support for legacy and DM I2C drivers > > Tested on a Zynq

[U-Boot] [PATCH] video: kconfig: remove DM_I2C dependency of I2C_EDID

2018-07-04 Thread Luis Araneda
Drop the DM_I2C dependency, as the library only implements the parsing of EDID data and doesn't depend on any driver One user of this library, the i2c command, implements support for legacy and DM I2C drivers Tested on a Zynq board, whose I2C driver is not ported yet to DM Signed-off-by: Luis Ar