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 15:31:36 +0000 Message-ID: <201209141531.36734.arnd@arndb.de> References: <1347610016-10123-1-git-send-email-anilkumar@ti.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Return-path: Received: from moutng.kundenserver.de ([212.227.126.187]:51939 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758135Ab2INPbl (ORCPT ); Fri, 14 Sep 2012 11:31:41 -0400 In-Reply-To: <1347610016-10123-1-git-send-email-anilkumar@ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: AnilKumar Ch Cc: gregkh@linuxfoundation.org, eric.piel@tremplin-utc.net, jic23@cam.ac.uk, greg@kroah.com, akpm@linux-foundation.org, 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, 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. Arnd From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Fri, 14 Sep 2012 15:31:36 +0000 Subject: [PATCH v2 0/4] lis3: lis3lv02d_i2c: Add device tree support In-Reply-To: <1347610016-10123-1-git-send-email-anilkumar@ti.com> References: <1347610016-10123-1-git-send-email-anilkumar@ti.com> Message-ID: <201209141531.36734.arnd@arndb.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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. Arnd