Re: [U-Boot] [PATCH] arm: socfpga: Add I2C support to SoCFPGA

2014-10-23 Thread Marek Vasut
On Thursday, October 23, 2014 at 09:55:25 AM, Stefan Roese wrote: > Hi Marek, Hi Heiko! Hi all! > On 21.10.2014 08:44, Heiko Schocher wrote: > >>> /* > >>> > >>> + * I2C support > >>> + */ > >>> +#define CONFIG_HARD_I2C > > > > No ... do not add this define please. > > > >>> +#define CONFIG_

Re: [U-Boot] [PATCH] arm: socfpga: Add I2C support to SoCFPGA

2014-10-23 Thread Stefan Roese
Hi Marek, Hi Heiko! On 21.10.2014 08:44, Heiko Schocher wrote: /* + * I2C support + */ +#define CONFIG_HARD_I2C No ... do not add this define please. +#define CONFIG_DW_I2C +#define CONFIG_I2C_MULTI_BUS I presume this should be converted to CONFIG_SYS_I2C framework instead of using this

Re: [U-Boot] [PATCH] arm: socfpga: Add I2C support to SoCFPGA

2014-10-20 Thread Heiko Schocher
Hello Marek, Am 20.10.2014 16:46, schrieb Marek Vasut: On Monday, October 20, 2014 at 08:45:48 AM, Stefan Roese wrote: Hi all, This patch adds I2C support for the SoCFPGA. Using the designware I2C controller driver. It supports all 4 I2C busses on the SoCFPGA. Signed-off-by: Stefan Roese Cc:

Re: [U-Boot] [PATCH] arm: socfpga: Add I2C support to SoCFPGA

2014-10-20 Thread Marek Vasut
On Monday, October 20, 2014 at 08:45:48 AM, Stefan Roese wrote: Hi all, > This patch adds I2C support for the SoCFPGA. Using the designware I2C > controller driver. It supports all 4 I2C busses on the SoCFPGA. > > Signed-off-by: Stefan Roese > Cc: Marek Vasut > Cc: Vince Briders > Cc: Chin Li

[U-Boot] [PATCH] arm: socfpga: Add I2C support to SoCFPGA

2014-10-19 Thread Stefan Roese
This patch adds I2C support for the SoCFPGA. Using the designware I2C controller driver. It supports all 4 I2C busses on the SoCFPGA. Signed-off-by: Stefan Roese Cc: Marek Vasut Cc: Vince Briders Cc: Chin Liang See Cc: Dinh Nguyen --- include/configs/socfpga_common.h | 22 +++