Re: [U-Boot] [PATCH v2] ddr, fsl: add DM_I2C support

2019-08-27 Thread Prabhakar Kushwaha
> -Original Message- > From: Heiko Schocher > Sent: Monday, August 26, 2019 8:59 PM > To: u-boot@lists.denx.de > Cc: Heiko Schocher ; Chuanhua Han ; > Mario Six ; Prabhakar Kushwaha > ; York Sun > Subject: [PATCH v2] ddr, fsl: add DM_I2C support > > add DM_I2C support for this driver. >

[U-Boot] [PATCH v2] ddr, fsl: add DM_I2C support

2019-08-26 Thread Heiko Schocher
add DM_I2C support for this driver. Signed-off-by: Heiko Schocher --- Did not fixed checkpatch warning: CHECK: Prefer kernel type 'u8' over 'uint8_t' + uint8_t buf = 0; Travis build, see: https://travis-ci.org/hsdenx/u-boot-test/builds/576762771 Changes in v2: - rebased against 50b4b