From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Likely Subject: Re: linux-next: manual merge of the samsung tree with the arm-soc tree Date: Sat, 09 Feb 2013 14:20:14 +0000 Message-ID: <20130209142014.208ED3E30EC@localhost> References: <20130131014801.09c81e1826a2fb234de85550@canb.auug.org.au> Return-path: Received: from mail-wi0-f179.google.com ([209.85.212.179]:53812 "EHLO mail-wi0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753889Ab3BIOUT (ORCPT ); Sat, 9 Feb 2013 09:20:19 -0500 Received: by mail-wi0-f179.google.com with SMTP id ez12so1801663wid.0 for ; Sat, 09 Feb 2013 06:20:18 -0800 (PST) In-Reply-To: <20130131014801.09c81e1826a2fb234de85550@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: Stephen Rothwell , Kukjin Kim Cc: Arnd Bergmann , linux-kernel@vger.kernel.org, linux-next@vger.kernel.org, Thomas Abraham , Olof Johansson , linux-arm-kernel@lists.infradead.org On Thu, 31 Jan 2013 01:48:01 +1100, Stephen Rothwell wrote: > Hi Kukjin, > > Today's linux-next merge of the samsung tree got a conflict in > drivers/gpio/gpio-samsung.c between commits f69254328793 ("ARM: dts: Fix > compatible value of pinctrl module on EXYNOS5440") and b533c8685b16 > ("ARM: dts: fix compatible value for exynos pinctrl") from the arm-soc > tree and commit bda7f6d4e198 ("gpio: samsung: skip gpiolib registration > if pinctrl support is enabled for exynos5250") from the samsung tree. > > I fixed it up (see below) and can carry the fix as necessary (no action > is required). Thanks Stephen. g. > > -- > Cheers, > Stephen Rothwell sfr@canb.auug.org.au > > diff --cc drivers/gpio/gpio-samsung.c > index b2016ed,0d46db6..0000000 > --- a/drivers/gpio/gpio-samsung.c > +++ b/drivers/gpio/gpio-samsung.c > @@@ -3023,9 -3023,9 +3022,10 @@@ static __init int samsung_gpiolib_init( > */ > struct device_node *pctrl_np; > static const struct of_device_id exynos_pinctrl_ids[] = { > - { .compatible = "samsung,pinctrl-exynos4210", }, > - { .compatible = "samsung,pinctrl-exynos4x12", }, > - { .compatible = "samsung,pinctrl-exynos5250", }, > + { .compatible = "samsung,exynos4210-pinctrl", }, > + { .compatible = "samsung,exynos4x12-pinctrl", }, > ++ { .compatible = "samsung,exynos5250-pinctrl", }, > + { .compatible = "samsung,exynos5440-pinctrl", }, > }; > for_each_matching_node(pctrl_np, exynos_pinctrl_ids) > if (pctrl_np && of_device_is_available(pctrl_np)) > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel -- Grant Likely, B.Sc, P.Eng. Secret Lab Technologies, Ltd.