From mboxrd@z Thu Jan 1 00:00:00 1970 From: t.figa@samsung.com (Tomasz Figa) Date: Thu, 29 Aug 2013 16:35:44 +0200 Subject: [PATCH] gpio: samsung: Drop support for Exynos SoCs In-Reply-To: References: <1377538555-14901-1-git-send-email-t.figa@samsung.com> Message-ID: <3799135.ZH1kjyjuQO@amdc1227> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thursday 29 of August 2013 14:42:25 Linus Walleij wrote: > On Mon, Aug 26, 2013 at 7:35 PM, Tomasz Figa wrote: > > GPIO support on Exynos SoCs is provided by pinctrl-samsung driver, > > leaving all the support code in gpio-samsung driver unused. > > Just double checking: you mean it is unused in v3.11-rc7 OK? That's correct. Non-DT support for Exynos (and so need for this driver to be used on Exynos) has been dropped in 3.11. > Not in Linux-next? > > In the former case I can merge it into the GPIO tree and in the > latter case I need to merge it into the pinctrl tree. > > > This dead > > code can be safely removed and so it is done by this patch. > > > > Signed-off-by: Tomasz Figa > > Signed-off-by: Kyungmin Park > > Tentatively applied to the gpio tree. Thanks. Best regards, Tomasz