Re: [U-Boot] [PATCH] i2c: mxc: Hide kconfig based control in DM_I2C mode

2019-05-06 Thread Heiko Schocher
Hello Trent, Am 03.05.2019 um 22:16 schrieb Trent Piepho: On Thu, 2019-05-02 at 08:11 +0200, Anatolij Gustschin wrote: Hi Heiko, On Thu, 2 May 2019 07:39:06 +0200 Heiko Schocher h...@denx.de wrote: ... @Anatolij: Is this code needed anymore, as board is moved to DM ? ... dm_i2c_probe shou

Re: [U-Boot] [PATCH] i2c: mxc: Hide kconfig based control in DM_I2C mode

2019-05-03 Thread Trent Piepho
On Thu, 2019-05-02 at 08:11 +0200, Anatolij Gustschin wrote: > Hi Heiko, > > On Thu, 2 May 2019 07:39:06 +0200 > Heiko Schocher h...@denx.de wrote: > ... > > > > @Anatolij: Is this code needed anymore, as board is moved to DM ? > > ... > > dm_i2c_probe should initialize the i2c bus completly, al

Re: [U-Boot] [PATCH] i2c: mxc: Hide kconfig based control in DM_I2C mode

2019-05-01 Thread Anatolij Gustschin
Hi Heiko, On Thu, 2 May 2019 07:39:06 +0200 Heiko Schocher h...@denx.de wrote: ... > > @Anatolij: Is this code needed anymore, as board is moved to DM ? ... > dm_i2c_probe should initialize the i2c bus completly, also we need > not longer the: > > #ifdef CONFIG_DM_I2C > > and remove the else pa

Re: [U-Boot] [PATCH] i2c: mxc: Hide kconfig based control in DM_I2C mode

2019-05-01 Thread Heiko Schocher
Hello Trent, Am 30.04.2019 um 19:21 schrieb Trent Piepho: On Tue, 2019-04-30 at 09:20 +0200, Heiko Schocher wrote: Am 12.04.2019 um 21:19 schrieb Trent Piepho: These options only apply when not using DM_I2C. When using device trees, the dt will enable and control the speeds of the I2C control

Re: [U-Boot] [PATCH] i2c: mxc: Hide kconfig based control in DM_I2C mode

2019-04-30 Thread Trent Piepho
On Tue, 2019-04-30 at 09:20 +0200, Heiko Schocher wrote: > > Am 12.04.2019 um 21:19 schrieb Trent Piepho: > > > These options only apply when not using DM_I2C. When using device > > > trees, the dt will enable and control the speeds of the I2C > > > controller(s) and these configuration options ha

Re: [U-Boot] [PATCH] i2c: mxc: Hide kconfig based control in DM_I2C mode

2019-04-30 Thread Heiko Schocher
Hello Trent, Am 30.04.2019 um 06:24 schrieb Heiko Schocher: Hello Trent, Am 12.04.2019 um 21:19 schrieb Trent Piepho: These options only apply when not using DM_I2C.  When using device trees, the dt will enable and control the speeds of the I2C controller(s) and these configuration options hav

Re: [U-Boot] [PATCH] i2c: mxc: Hide kconfig based control in DM_I2C mode

2019-04-29 Thread Heiko Schocher
Hello Trent, Am 12.04.2019 um 21:19 schrieb Trent Piepho: These options only apply when not using DM_I2C. When using device trees, the dt will enable and control the speeds of the I2C controller(s) and these configuration options have no effect. So disable them in DM_I2C mode. Otherwise they

[U-Boot] [PATCH] i2c: mxc: Hide kconfig based control in DM_I2C mode

2019-04-12 Thread Trent Piepho
These options only apply when not using DM_I2C. When using device trees, the dt will enable and control the speeds of the I2C controller(s) and these configuration options have no effect. So disable them in DM_I2C mode. Otherwise they show up as decoys, and make it look like one is enabling I2C