Re: [U-Boot] [PATCH 07/55] exynos: i2c: Correct bug in pinmux selection

2015-07-10 Thread Przemyslaw Marczak
Hello, On 07/10/2015 03:46 AM, Simon Glass wrote: Hi Minkyu, On 9 July 2015 at 19:43, Minkyu Kang mk7.k...@samsung.com wrote: Hi Simon, On 08/07/15 11:38, Simon Glass wrote: Hi Minkyu, On 6 July 2015 at 19:36, Minkyu Kang mk7.k...@samsung.com wrote: Dear Simon, On 07/07/15 00:27, Simon

Re: [U-Boot] [PATCH 07/55] exynos: i2c: Correct bug in pinmux selection

2015-07-10 Thread Minkyu Kang
On 10/07/15 10:46, Simon Glass wrote: Hi Minkyu, On 9 July 2015 at 19:43, Minkyu Kang mk7.k...@samsung.com wrote: Hi Simon, On 08/07/15 11:38, Simon Glass wrote: Hi Minkyu, On 6 July 2015 at 19:36, Minkyu Kang mk7.k...@samsung.com wrote: Dear Simon, On 07/07/15 00:27, Simon Glass

Re: [U-Boot] [PATCH 07/55] exynos: i2c: Correct bug in pinmux selection

2015-07-09 Thread Minkyu Kang
Hi Simon, On 08/07/15 11:38, Simon Glass wrote: Hi Minkyu, On 6 July 2015 at 19:36, Minkyu Kang mk7.k...@samsung.com wrote: Dear Simon, On 07/07/15 00:27, Simon Glass wrote: Hi Minkyu, Przemyslaw, On 5 July 2015 at 00:15, Heiko Schocher h...@denx.de wrote: Hello Simon, Am 03.07.2015

Re: [U-Boot] [PATCH 07/55] exynos: i2c: Correct bug in pinmux selection

2015-07-09 Thread Simon Glass
Hi Minkyu, On 9 July 2015 at 19:43, Minkyu Kang mk7.k...@samsung.com wrote: Hi Simon, On 08/07/15 11:38, Simon Glass wrote: Hi Minkyu, On 6 July 2015 at 19:36, Minkyu Kang mk7.k...@samsung.com wrote: Dear Simon, On 07/07/15 00:27, Simon Glass wrote: Hi Minkyu, Przemyslaw, On 5 July

Re: [U-Boot] [PATCH 07/55] exynos: i2c: Correct bug in pinmux selection

2015-07-07 Thread Przemyslaw Marczak
Hello Simon, On 07/03/2015 02:15 AM, Simon Glass wrote: When driver model is not used the current code does not correctly select the pinmux for the I2C bus. This bug was introduced by this commit: 8dfcbaa dm: i2c: s3c24x0: adjust to dm-i2c api Ah that's right, thanks for fixing!

Re: [U-Boot] [PATCH 07/55] exynos: i2c: Correct bug in pinmux selection

2015-07-07 Thread Simon Glass
Hi Minkyu, On 6 July 2015 at 19:36, Minkyu Kang mk7.k...@samsung.com wrote: Dear Simon, On 07/07/15 00:27, Simon Glass wrote: Hi Minkyu, Przemyslaw, On 5 July 2015 at 00:15, Heiko Schocher h...@denx.de wrote: Hello Simon, Am 03.07.2015 um 02:15 schrieb Simon Glass: When driver model is

Re: [U-Boot] [PATCH 07/55] exynos: i2c: Correct bug in pinmux selection

2015-07-06 Thread Minkyu Kang
Dear Simon, On 07/07/15 00:27, Simon Glass wrote: Hi Minkyu, Przemyslaw, On 5 July 2015 at 00:15, Heiko Schocher h...@denx.de wrote: Hello Simon, Am 03.07.2015 um 02:15 schrieb Simon Glass: When driver model is not used the current code does not correctly select the pinmux for the I2C

Re: [U-Boot] [PATCH 07/55] exynos: i2c: Correct bug in pinmux selection

2015-07-06 Thread Simon Glass
Hi Minkyu, Przemyslaw, On 5 July 2015 at 00:15, Heiko Schocher h...@denx.de wrote: Hello Simon, Am 03.07.2015 um 02:15 schrieb Simon Glass: When driver model is not used the current code does not correctly select the pinmux for the I2C bus. This bug was introduced by this commit: 8dfcbaa

Re: [U-Boot] [PATCH 07/55] exynos: i2c: Correct bug in pinmux selection

2015-07-05 Thread Heiko Schocher
Hello Simon, Am 03.07.2015 um 02:15 schrieb Simon Glass: When driver model is not used the current code does not correctly select the pinmux for the I2C bus. This bug was introduced by this commit: 8dfcbaa dm: i2c: s3c24x0: adjust to dm-i2c api Signed-off-by: Simon Glass s...@chromium.org ---

[U-Boot] [PATCH 07/55] exynos: i2c: Correct bug in pinmux selection

2015-07-02 Thread Simon Glass
When driver model is not used the current code does not correctly select the pinmux for the I2C bus. This bug was introduced by this commit: 8dfcbaa dm: i2c: s3c24x0: adjust to dm-i2c api Signed-off-by: Simon Glass s...@chromium.org --- drivers/i2c/s3c24x0_i2c.c | 2 +- 1 file changed, 1