From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Mon, 06 Apr 2015 15:30:43 +0900 Subject: [U-Boot] [PATCH] Exynos: Clock: Fix exynos5_get_periph_rate for I2C. In-Reply-To: References: <54FFD620.1030300@samsung.com> <1426066467-8657-1-git-send-email-guillaume.gardet@free.fr> <550B0230.10902@free.fr> Message-ID: <55222813.3060005@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 On 31/03/15 18:07, Minkyu Kang wrote: > Hi, > > On Thursday, March 26, 2015, Simon Glass wrote: > >> Hi Minkyu, >> >> On 24 March 2015 at 01:45, Minkyu Kang > >> wrote: >>> hi, >>> >>> On 20 March 2015 at 02:06, Guillaume Gardet > >>> ');>> >> wrote: >>> >>>> Ping. >>>> >>>> Guillaume >>>> >>>> >>>> Le 11/03/2015 10:34, Guillaume GARDET a ?crit : >>>> >>>> Commit 2e82e9252695a612ab0cbf40fa0c7368515f6506 'Exynos: Clock: Cleanup >>>>> soc_get_periph_rate' introduced a bug in I2C config. This patch makes >>>>> cros_ec >>>>> keyboard working again on Samsung Chromebook (snow). >>>>> >>>>> Changes in V2: reorder lines as requested by Joonyoung Shim. >>>>> >>>>> Signed-off-by: Guillaume GARDET > >>>>> >> ');>> >>>>> Cc: Akshay Saraswat >>>>> ');>> >>>>> Cc: Minkyu Kang >>>>> ');>> >>>>> Cc: Joonyoung Shim >>>>> >> ');>> >>>>> >>>>> --- >>>>> arch/arm/cpu/armv7/exynos/clock.c | 4 ++-- >>>>> 1 file changed, 2 insertions(+), 2 deletions(-) >>>>> applied to u-boot-samsung. Thanks, Minkyu Kang.