From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757253AbbIUUAR (ORCPT ); Mon, 21 Sep 2015 16:00:17 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:49280 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754685AbbIUUAP (ORCPT ); Mon, 21 Sep 2015 16:00:15 -0400 Subject: Re: [PATCH 2/3] mfd: tps65912: Rewrite driver adding DT support and using regmap To: Mark Brown References: <1442339861-30300-1-git-send-email-afd@ti.com> <1442339861-30300-3-git-send-email-afd@ti.com> <20150919184021.GQ30445@sirena.org.uk> <56003365.8030803@ti.com> <20150921192645.GA30445@sirena.org.uk> <56005EAA.3000208@ti.com> <20150921195457.GD30445@sirena.org.uk> CC: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Linus Walleij , Alexandre Courbot , Samuel Ortiz , Lee Jones , Liam Girdwood , , , From: "Andrew F. Davis" Message-ID: <560061BF.3040903@ti.com> Date: Mon, 21 Sep 2015 14:59:59 -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: <20150921195457.GD30445@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/21/2015 02:54 PM, Mark Brown wrote: > On Mon, Sep 21, 2015 at 02:46:50PM -0500, Andrew F. Davis wrote: >> On 09/21/2015 02:26 PM, Mark Brown wrote: > >>> So split that interface change between the MFD and the function drivers >>> out into a separate change - you've got way more than just an interface >>> change in here (and you've not enumerated the various things that are >>> being changed in the changelog). > >> I'm not really "changing" anything, this is a ground-up re-write. This >> fundamentally changes the way the MFD core and the function drivers interact, >> I would consider this a whole new driver that just happens to replace an older >> driver, not a bunch of incremental changes although I kept the same filenames. > > So split out the deletion then add the new driver like you'd add any > other new driver. If there were in tree users even that would be really > problematic but it does seem like we don't have any so perhaps people > will be OK with this. > OK, I'll split that in v2.