From mboxrd@z Thu Jan 1 00:00:00 1970 From: krzk@kernel.org (Krzysztof Kozlowski) Date: Fri, 30 Dec 2016 17:09:32 +0200 Subject: [PATCH v2 1/4] pinctrl: samsung: Fix the width of PINCFG_TYPE_DRV bitfields for Exynos5433 In-Reply-To: References: <20161230041421.24448-1-andi.shyti@samsung.com> <20161230041421.24448-2-andi.shyti@samsung.com> Message-ID: <20161230150932.q7kadv4ouhdrkqea@kozik-lap> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, Dec 30, 2016 at 02:28:52PM +0100, Linus Walleij wrote: > On Fri, Dec 30, 2016 at 5:14 AM, Andi Shyti wrote: > > > From: Chanwoo Choi > > > > This patch fixes the wrong width of PINCFG_TYPE_DRV bitfields for Exynos5433 > > because PINCFG_TYPE_DRV of Exynos5433 has 4bit fields in the *_DRV > > registers. Usually, other Exynos have 2bit field for PINCFG_TYPE_DRV. > > > > Fixes: 3c5ecc9ed353 ("pinctrl: exynos: Add support for Exynos5433") > > Cc: stable at vger.kernel.org > > Cc: Tomasz Figa > > Cc: Krzysztof Kozlowski > > Cc: Sylwester Nawrocki > > Cc: Linus Walleij > > Cc: Kukjin Kim > > Cc: Javier Martinez Canillas > > Signed-off-by: Chanwoo Choi > > Nominally I think you should sign this off too Andi, as you are in the delivery > path. > > Patch applied for fixes. That has to be signed by Andi... otherwise the chain is broken (and there could be changes added inside). Best regards, Krzysztof