From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Eremin-Solenikov Subject: Re: [PATCH v2 10/17] i2c: add locomo i2c driver Date: Tue, 12 May 2015 22:27:07 +0300 Message-ID: References: <1430178954-11138-1-git-send-email-dbaryshkov@gmail.com> <1430178954-11138-11-git-send-email-dbaryshkov@gmail.com> <20150512192413.GE4449@schokonusskuchen.bad> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: <20150512192413.GE4449@schokonusskuchen.bad> Sender: linux-leds-owner@vger.kernel.org To: Wolfram Sang Cc: Russell King , Daniel Mack , Robert Jarzmik , Linus Walleij , Alexandre Courbot , Dmitry Torokhov , Bryan Wu , Richard Purdie , Samuel Ortiz , Lee Jones , Mark Brown , Jingoo Han , Jean-Christophe Plagniol-Villard , Tomi Valkeinen , Liam Girdwood , Andrea Adami , linux-arm-kernel , "linux-gpio@vger.kernel.org" , linux-i2c@vger.kernel.org, linux-input , linux-leds , linux-spi List-Id: linux-input@vger.kernel.org 2015-05-12 22:24 GMT+03:00 Wolfram Sang : > On Tue, Apr 28, 2015 at 02:55:47AM +0300, Dmitry Eremin-Solenikov wrote: >> LoCoMo chip contains a tiny i2c controller destined to control >> M62332 DAC. Provide a separate I2C driver for this cell. >> >> Signed-off-by: Dmitry Eremin-Solenikov > > Thanks for the submission! > >> +#include >> +#include >> +#include >> +#include >> +#include >> +#include >> + >> +#include >> +#include > > To avoid duplicates, I prefer the includes to be sorted. No need to > resend because of that, though. > > Kudos for brushing up old code! Do you want the drivers go via the > subsystem trees? Or is there a dependency so it should go in via some > other tree in one go? There is a header dependency -- is a new header. I'd prefer for these patches to go in via one of MFD, arm-soc or ARM trees as a whole series (if that would be ok with respective maintainers). -- With best wishes Dmitry