From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomasz Figa Subject: Re: [PATCH] gpio: samsung: Drop support for Exynos SoCs Date: Thu, 29 Aug 2013 16:35:44 +0200 Message-ID: <3799135.ZH1kjyjuQO@amdc1227> References: <1377538555-14901-1-git-send-email-t.figa@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit Return-path: Received: from mailout4.w1.samsung.com ([210.118.77.14]:46554 "EHLO mailout4.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754277Ab3H2Ofv (ORCPT ); Thu, 29 Aug 2013 10:35:51 -0400 In-reply-to: Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Linus Walleij Cc: linux-samsung-soc , "linux-arm-kernel@lists.infradead.org" , "linux-gpio@vger.kernel.org" , Kukjin Kim , Kyungmin Park 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