From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko =?ISO-8859-1?Q?St=FCbner?= Subject: Re: [PATCH] ARM: s3c24xx: explicit dependency on Date: Tue, 14 Jan 2014 15:20:36 +0100 Message-ID: <2340755.WhXRgu2emH@phil> References: <1389708788-18331-1-git-send-email-linus.walleij@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: Received: from gloria.sntech.de ([95.129.55.99]:51143 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751413AbaANOVA (ORCPT ); Tue, 14 Jan 2014 09:21:00 -0500 In-Reply-To: <1389708788-18331-1-git-send-email-linus.walleij@linaro.org> Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: Linus Walleij Cc: linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, Kukjin Kim , Ben Dooks , Arnd Bergmann , Tomasz Figa , Sylwester Nawrocki , Mark Brown Am Dienstag, 14. Januar 2014, 15:13:08 schrieb Linus Walleij: > Previously the custom GPIO header for the S3C24xx would in turn > bring in the custom pin control implementation from > . This is not good as it mixes up two > subsystems and makes the dependencies hard to track. Make > the dependency explicit by explicitly including the pin > control header where needed. > > Reported-by: Arnd Bergmann > Cc: Tomasz Figa > Cc: Sylwester Nawrocki > Cc: Ben Dooks > Cc: Kukjin Kim > Cc: Heiko Stuebner > Cc: Mark Brown > Cc: linux-samsung-soc@vger.kernel.org > Signed-off-by: Linus Walleij > --- > Maintainers: this builds on top of the previous patch moving > headers back to . This will also boil in linux-next, > ACKs appreciated. > --- Acked-by: Heiko Stuebner