From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754650AbaIKW1x (ORCPT ); Thu, 11 Sep 2014 18:27:53 -0400 Received: from mga14.intel.com ([192.55.52.115]:29417 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751605AbaIKW1v (ORCPT ); Thu, 11 Sep 2014 18:27:51 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.97,862,1389772800"; d="scan'208";a="384978831" Date: Thu, 11 Sep 2014 15:26:50 -0700 From: Jacob Pan To: Mark Brown Cc: IIO , LKML , DEVICE TREE , Lee Jones , Srinivas Pandruvada , Aaron Lu , Alan Cox , Jean Delvare , Samuel Ortiz , Liam Girdwood , Grant Likely , Greg Kroah-Hartman , Rob Herring , Lars-Peter Clausen , Hartmut Knaack , Fugang Duan , Arnd Bergmann , Zubair Lutfullah , Sebastian Reichel , Johannes Thumshirn , Philippe Reynes , Angelo Compagnucci , Doug Anderson Subject: Re: [PATCH 3/4] regulator/axp20x: use axp2xx consolidated header Message-ID: <20140911152650.74767024@ultegra> In-Reply-To: <20140909112516.GR2601@sirena.org.uk> References: <1410215046-31751-1-git-send-email-jacob.jun.pan@linux.intel.com> <1410215046-31751-4-git-send-email-jacob.jun.pan@linux.intel.com> <20140909112516.GR2601@sirena.org.uk> Organization: OTC X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.23; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 9 Sep 2014 12:25:16 +0100 Mark Brown wrote: > On Mon, Sep 08, 2014 at 03:24:05PM -0700, Jacob Pan wrote: > > AXP20x driver has been extended to support axp288 variant. Header > > file and common data structures has also been renamed to suit the > > new scope of devices supported. > > > > This patch makes use of the renamed header and structure. > > > -#include > > +#include > > Acked-by: Mark Brown > > but is it really worth the effort of renaming everything? That's > going to cause problems for things like the stable workflow. sorry for the late reply. IMHO, consistent and correct naming has longer term benefit. how can i help to make the stable workflow easier?