From mboxrd@z Thu Jan 1 00:00:00 1970 From: andi.shyti@samsung.com (Andi Shyti) Date: Tue, 03 Jan 2017 18:45:43 +0900 Subject: [PATCH v2 1/4] pinctrl: samsung: Fix the width of PINCFG_TYPE_DRV bitfields for Exynos5433 In-Reply-To: <20161230150932.q7kadv4ouhdrkqea@kozik-lap> References: <20161230041421.24448-1-andi.shyti@samsung.com> <20161230041421.24448-2-andi.shyti@samsung.com> <20161230150932.q7kadv4ouhdrkqea@kozik-lap> Message-ID: <20170103094543.ccb353srxszkovip@gangnam.samsung> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Linus and Krzysztof, > > > 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). yes, sorry about this. If Linus wants and it's not too late, he can add my signed off at the bottom. Thanks, Andi