From mboxrd@z Thu Jan 1 00:00:00 1970 From: tomasz.figa@gmail.com (Tomasz Figa) Date: Wed, 17 Apr 2013 00:35:58 +0200 Subject: [PATCH v5 3/6] gpio: samsung: Skip legacy GPIO registration if pinctrl-s3c64xx is present In-Reply-To: <20130416162750.GO26958@opensource.wolfsonmicro.com> References: <1366060483-20342-1-git-send-email-tomasz.figa@gmail.com> <1366060483-20342-4-git-send-email-tomasz.figa@gmail.com> <20130416162750.GO26958@opensource.wolfsonmicro.com> Message-ID: <22399020.Z89v9QS8su@flatron> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tuesday 16 of April 2013 17:27:50 Mark Brown wrote: > On Mon, Apr 15, 2013 at 11:14:40PM +0200, Tomasz Figa wrote: > > { .compatible = "samsung,exynos4x12-pinctrl", }, > > { .compatible = "samsung,exynos5250-pinctrl", }, > > { .compatible = "samsung,exynos5440-pinctrl", }, > > > > + { }, > > Strictly speaking this is a separate bug fix (though I see that's > already in -next separately anyway so whatever). Right. But this fix is so small that I thought it would be a major waste of mail server processing power to send it as a separate patch. Best regards, Tomasz