From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Fri, 10 Jul 2015 10:43:20 +0900 Subject: [U-Boot] [PATCH 07/55] exynos: i2c: Correct bug in pinmux selection In-Reply-To: References: <1435882592-487-1-git-send-email-sjg@chromium.org> <1435882592-487-8-git-send-email-sjg@chromium.org> <5598CB81.5040404@denx.de> <559B2D2A.7080406@samsung.com> Message-ID: <559F2338.40404@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, On 08/07/15 11:38, Simon Glass wrote: > Hi Minkyu, > > On 6 July 2015 at 19:36, Minkyu Kang wrote: >> Dear Simon, >> >> On 07/07/15 00:27, Simon Glass wrote: >>> Hi Minkyu, Przemyslaw, >>> >>> On 5 July 2015 at 00:15, Heiko Schocher 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 dm: i2c: s3c24x0: adjust to dm-i2c api >>>>> >>>>> Signed-off-by: Simon Glass >>>>> --- >>>>> >>>>> drivers/i2c/s3c24x0_i2c.c | 2 +- >>>>> 1 file changed, 1 insertion(+), 1 deletion(-) >>>> >>>> >>>> Acked-by: Heiko Schocher >>>> >>>> As it is a bugfix, this should go in the current release ... right? >>> >>> Minkyu, are you able to pick this up please? If not I can do it. >>> >> >> Only this patch? or all of samsung related patches? > > Yes only this patch. It has been confirmed my Przemyslaw now too. > OK. then, do you want to take other patches to your tree? Thanks, Minkyu Kang.