From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH v2 0/4] lis3: lis3lv02d_i2c: Add device tree support Date: Fri, 14 Sep 2012 20:01:57 +0000 Message-ID: <201209142001.58022.arnd@arndb.de> References: <1347610016-10123-1-git-send-email-anilkumar@ti.com> <201209141531.36734.arnd@arndb.de> <20120914125106.ae809500.akpm@linux-foundation.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: Received: from moutng.kundenserver.de ([212.227.17.8]:57732 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750734Ab2INUCQ (ORCPT ); Fri, 14 Sep 2012 16:02:16 -0400 In-Reply-To: <20120914125106.ae809500.akpm@linux-foundation.org> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Andrew Morton Cc: AnilKumar Ch , gregkh@linuxfoundation.org, eric.piel@tremplin-utc.net, jic23@cam.ac.uk, greg@kroah.com, broonie@opensource.wolfsonmicro.com, dmitry.torokhov@gmail.com, tony@atomide.com, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree-discuss@lists.ozlabs.org, grant.likely@secretlab.ca On Friday 14 September 2012, Andrew Morton wrote: > On Fri, 14 Sep 2012 15:31:36 +0000 > Arnd Bergmann wrote: > > > On Friday 14 September 2012, AnilKumar Ch wrote: > > > Adds device tree support to lis3lv02d_i2c driver. Along with this > > > DT init is moved from core driver to individual drivers, with the > > > current implementation some pdata is missing in lis3lv02d_i2c driver. > > > > > > Also adds platform data for lis331dlh driver to am335x-EVM. These > > > patches were tested on AM335x-EVM. > > > > > > > No further comments on this version besides the ones I already gave > > on v1. > > My linux-arm-kernel subscription died so I don't know what your v1 > comments said. Were they fatal? > Just details. AnilKumar just said in that thread that he'd do a version 3 based on the earlier discussion once I was done looking at v2, so I replied here to say that there is nothing new to add. Arnd From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Fri, 14 Sep 2012 20:01:57 +0000 Subject: [PATCH v2 0/4] lis3: lis3lv02d_i2c: Add device tree support In-Reply-To: <20120914125106.ae809500.akpm@linux-foundation.org> References: <1347610016-10123-1-git-send-email-anilkumar@ti.com> <201209141531.36734.arnd@arndb.de> <20120914125106.ae809500.akpm@linux-foundation.org> Message-ID: <201209142001.58022.arnd@arndb.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Friday 14 September 2012, Andrew Morton wrote: > On Fri, 14 Sep 2012 15:31:36 +0000 > Arnd Bergmann wrote: > > > On Friday 14 September 2012, AnilKumar Ch wrote: > > > Adds device tree support to lis3lv02d_i2c driver. Along with this > > > DT init is moved from core driver to individual drivers, with the > > > current implementation some pdata is missing in lis3lv02d_i2c driver. > > > > > > Also adds platform data for lis331dlh driver to am335x-EVM. These > > > patches were tested on AM335x-EVM. > > > > > > > No further comments on this version besides the ones I already gave > > on v1. > > My linux-arm-kernel subscription died so I don't know what your v1 > comments said. Were they fatal? > Just details. AnilKumar just said in that thread that he'd do a version 3 based on the earlier discussion once I was done looking at v2, so I replied here to say that there is nothing new to add. Arnd