[U-Boot] [PATCH 2/4] mvebu: turris_omnia: remove redundant code

2019-04-25 Thread Marek Behún
The i2c slave disabling is done by mvtwsi driver and is not needed here. Signed-off-by: Marek Behún Cc: Baruch Siach --- board/CZ.NIC/turris_omnia/turris_omnia.c | 11 --- 1 file changed, 11 deletions(-) diff --git a/board/CZ.NIC/turris_omnia/turris_omnia.c b/board/CZ.NIC/turris_omnia

Re: [U-Boot] [PATCH 2/4] mvebu: turris_omnia: remove redundant code

2019-04-28 Thread Baruch Siach
Hi Marek, On Thu, Apr 25 2019, Marek Behún wrote: > The i2c slave disabling is done by mvtwsi driver and is not needed here. > > Signed-off-by: Marek Behún > Cc: Baruch Siach > --- > board/CZ.NIC/turris_omnia/turris_omnia.c | 11 --- > 1 file changed, 11 deletions(-) > > diff --git a/bo

Re: [U-Boot] [PATCH 2/4] mvebu: turris_omnia: remove redundant code

2019-04-29 Thread Marek Behun
The next version of this patchseries will include patch with name "arm: mvebu: turris_omnia: move I2C dependencies to Kconfig", which adds select DM_I2C to config TARGET_TURRIS_OMNIA Marek On Sun, 28 Apr 2019 14:59:10 +0300 Baruch Siach wrote: > Hi Marek, > > On Thu, Apr 25 2019, Mare