From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Tue, 12 Apr 2016 09:59:17 +0200 Subject: [U-Boot] [RFC 2/2] dm: i2c: Add driver for Cadence I2C IP In-Reply-To: <570CA799.7040308@denx.de> References: <1451324831-18328-1-git-send-email-moritz.fischer@ettus.com> <1451324831-18328-3-git-send-email-moritz.fischer@ettus.com> <568A1BF4.7070002@denx.de> <570B9D9E.5020106@monstr.eu> <570CA799.7040308@denx.de> Message-ID: <570CAAD5.8030305@xilinx.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Heiko, On 12.4.2016 09:45, Heiko Schocher wrote: > Hello Michal, > > Sorry for the late reply... > > Am 11.04.2016 um 14:50 schrieb Michal Simek: >> Hi Heiko, >> >> On 4.1.2016 08:15, Heiko Schocher wrote: >>> Hello Moritz, >>> >>> Am 28.12.2015 um 18:47 schrieb Moritz Fischer: >>>> This is a possible drop in replacement for drivers/i2c/zynq-i2c.c >>>> >>>> Since this is cadence IP it has been renamed to cdns-i2c, >>>> to make sense with the compatible string. >>>> >>>> Signed-off-by: Moritz Fischer >>>> --- >>>> drivers/i2c/Kconfig | 7 + >>>> drivers/i2c/Makefile | 1 + >>>> drivers/i2c/i2c-cdns.c | 339 >>>> +++++++++++++++++++++++++++++++++++++++++++++++++ >>>> 3 files changed, 347 insertions(+) >>>> create mode 100644 drivers/i2c/i2c-cdns.c >>> >>> Hmm.. I di not see the remove of "drivers/i2c/zynq-i2c.c" as >>> you wrote it is a replacement for it ... Can you do this, and >>> of course adapt the boards which use this driver? >> >> I would like to start to use this driver for ZynqMP and use old driver >> for Zynq because there eeprom hasn't been moved. >> >> I found just one problem regarding reading addr from DT which I have >> fixed. > > Yes, I just saw the v2 versions... I review them soon. Thanks, Michal