From mboxrd@z Thu Jan 1 00:00:00 1970 From: krzk@kernel.org (Krzysztof Kozlowski) Date: Wed, 7 Jun 2017 20:43:10 +0200 Subject: [PATCH] pinctrl: samsung: Fix missing object for S5Pv210 In-Reply-To: <20170531174244.31861-1-krzk@kernel.org> References: <20170531174244.31861-1-krzk@kernel.org> Message-ID: <20170607184310.g4a7da5ems375klu@kozik-lap> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, May 31, 2017 at 07:42:44PM +0200, Krzysztof Kozlowski wrote: > While splitting Samsung pinctrl drivers per ARMv7 and ARMv8 > architectures, the necessary CONFIG_PINCTRL_EXYNOS_ARM is not selected > when building for S5Pv210 family of SoCs thus pinctrl was missing there > entirely. > > Signed-off-by: Krzysztof Kozlowski > > --- > > Fixes: 16340fd6dbc1 ("pinctrl: samsung: Split Exynos drivers per ARMv7 and ARMv8") > > Fixed commit is in my tree but already applied and sitting in next for > some time. This should be squashed though. > --- > drivers/pinctrl/samsung/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Applied and squashed with 16340fd6dbc1. Best regards, Krzysztof