Re: [U-Boot] [PATCH 0/4] arm: zynq: migrate to DM I2C driver

2018-08-17 Thread Olliver Schinagl
Hi all, On 20-07-18 13:09, Michal Simek wrote: On 20.7.2018 08:12, Luis Araneda wrote: Hi Michal, On Thu, Jul 19, 2018 at 3:28 AM Michal Simek wrote: Please take a look at https://lists.denx.de/pipermail/u-boot/2016-November/274068.html which was the series which should replace all these boa

Re: [U-Boot] [PATCH 0/4] arm: zynq: migrate to DM I2C driver

2018-07-20 Thread Luis Araneda
Hi, On Fri, Jul 20, 2018 at 7:09 AM Michal Simek wrote: > > On 20.7.2018 08:12, Luis Araneda wrote: > > [...] > > Anyway, I just wanted to improve the current state of the code, I > > don't need these changes for what I'm doing. So if you like to wait > > for [1] to be merged, it's fine with me a

Re: [U-Boot] [PATCH 0/4] arm: zynq: migrate to DM I2C driver

2018-07-20 Thread Michal Simek
On 20.7.2018 08:12, Luis Araneda wrote: > Hi Michal, > > On Thu, Jul 19, 2018 at 3:28 AM Michal Simek wrote: >> Please take a look at >> https://lists.denx.de/pipermail/u-boot/2016-November/274068.html which >> was the series which should replace all these boards setting in a >> generic way. Unfo

Re: [U-Boot] [PATCH 0/4] arm: zynq: migrate to DM I2C driver

2018-07-19 Thread Luis Araneda
Hi Michal, On Thu, Jul 19, 2018 at 3:28 AM Michal Simek wrote: > Please take a look at > https://lists.denx.de/pipermail/u-boot/2016-November/274068.html which > was the series which should replace all these boards setting in a > generic way. Unfortunately I don't know why it didn't go through.

Re: [U-Boot] [PATCH 0/4] arm: zynq: migrate to DM I2C driver

2018-07-19 Thread Michal Simek
On 9.7.2018 07:00, Luis Araneda wrote: > This series migrate most zynq boards to using the > Cadence DM I2C driver > > The first patch adds kconfig options to generalize the concept > of reading the MAC address from an I2C EEPROM. Then the zynq and > zynqmp boards were migrated with patches two an

[U-Boot] [PATCH 0/4] arm: zynq: migrate to DM I2C driver

2018-07-08 Thread Luis Araneda
This series migrate most zynq boards to using the Cadence DM I2C driver The first patch adds kconfig options to generalize the concept of reading the MAC address from an I2C EEPROM. Then the zynq and zynqmp boards were migrated with patches two and three to use the options Finally, the last patch