From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754400AbbIWStz (ORCPT ); Wed, 23 Sep 2015 14:49:55 -0400 Received: from bear.ext.ti.com ([192.94.94.41]:42821 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752814AbbIWStx (ORCPT ); Wed, 23 Sep 2015 14:49:53 -0400 Subject: Re: [PATCH v2 3/3] mfd: tps65912: Rewrite driver adding DT support and using regmap To: Mark Brown References: <1443024459-15770-1-git-send-email-afd@ti.com> <1443024459-15770-4-git-send-email-afd@ti.com> <20150923175317.GU30445@sirena.org.uk> CC: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Lee Jones , , From: "Andrew F. Davis" Message-ID: <5602F444.7030209@ti.com> Date: Wed, 23 Sep 2015 13:49:40 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <20150923175317.GU30445@sirena.org.uk> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/23/2015 12:53 PM, Mark Brown wrote: > On Wed, Sep 23, 2015 at 11:07:39AM -0500, Andrew F. Davis wrote: > >> drivers/gpio/Kconfig | 6 + >> drivers/gpio/Makefile | 1 + >> drivers/gpio/gpio-tps65912.c | 138 ++++++++++++ >> drivers/mfd/Kconfig | 24 ++ >> drivers/mfd/Makefile | 3 + >> drivers/mfd/tps65912-core.c | 114 ++++++++++ >> drivers/mfd/tps65912-i2c.c | 86 ++++++++ >> drivers/mfd/tps65912-spi.c | 85 +++++++ >> drivers/regulator/Kconfig | 6 + >> drivers/regulator/Makefile | 1 + >> drivers/regulator/tps65912-regulator.c | 240 ++++++++++++++++++++ >> include/linux/mfd/tps65912.h | 393 +++++++++++++++++++++++++++++++++ > > Please submit this like a normal driver, not as one enormous patch > covering every subsystem. > OK, I'll break-out the regulator and gpio into their own patches and send this series again, sorry about the noise. Andrew