From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752947AbaJ0Tg2 (ORCPT ); Mon, 27 Oct 2014 15:36:28 -0400 Received: from bhuna.collabora.co.uk ([93.93.135.160]:57767 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752116AbaJ0Tg0 (ORCPT ); Mon, 27 Oct 2014 15:36:26 -0400 Message-ID: <544E9EB2.2010408@collabora.co.uk> Date: Mon, 27 Oct 2014 20:36:18 +0100 From: Javier Martinez Canillas User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.0 MIME-Version: 1.0 To: Krzysztof Kozlowski , Samuel Ortiz , Lee Jones , Liam Girdwood , Mark Brown , linux-kernel@vger.kernel.org, Ben Dooks , Kukjin Kim , Russell King , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, devicetree@vger.kernel.org CC: Kyungmin Park , Marek Szyprowski , Bartlomiej Zolnierkiewicz , Chanwoo Choi Subject: Re: [PATCH 1/8] regulator: max77802: Remove support for board files References: <1414422226-10948-1-git-send-email-k.kozlowski@samsung.com> <1414422226-10948-2-git-send-email-k.kozlowski@samsung.com> In-Reply-To: <1414422226-10948-2-git-send-email-k.kozlowski@samsung.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello Krzysztof, On 10/27/2014 04:03 PM, Krzysztof Kozlowski wrote: > The driver is used only on Exynos based boards with DTS support. > Convert the driver to DTS-only version. > > Signed-off-by: Krzysztof Kozlowski > --- > drivers/regulator/max77802.c | 44 +++++++++++++++----------------------------- > 1 file changed, 15 insertions(+), 29 deletions(-) > > diff --git a/drivers/regulator/max77802.c b/drivers/regulator/max77802.c > index 5839c4509e1f..61d03e9f8acf 100644 > --- a/drivers/regulator/max77802.c > +++ b/drivers/regulator/max77802.c The original ChromeOS max77xxx driver supported both DT and platform data configuration and that's why the max77802 driver was not DT-only. But I looked at the ChromeOS kernel now and indeed even in that tree there are no board files using the max77802 platform data so I agree that it should be removed. Acked-by: Javier Martinez Canillas Best regards, Javier