From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keerthy Subject: Re: [PATCH] mfd: lp873x: Add lp873x PMIC support Date: Fri, 6 May 2016 09:38:08 +0530 Message-ID: <572C18A8.2060405@ti.com> References: <1462425040-18566-1-git-send-email-j-keerthy@ti.com> <1462425040-18566-3-git-send-email-j-keerthy@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Manish Badarkhe , Keerthy Cc: Mark Brown , Liam Girdwood , Lee Jones , "linux-kernel@vger.kernel.org" , linux-omap@vger.kernel.org, "devicetree@vger.kernel.org" , robh+dt@kernel.org, Mark Rutland List-Id: linux-omap@vger.kernel.org On Thursday 05 May 2016 02:05 PM, Manish Badarkhe wrote: > Hi Keerthy, > >> + * struct tps65086 - state holder for the tps65086 driver > > need to change name over here in comment. Thanks for catching this Manish! I will fix it in the next version. > >> + * Device data may be used to access the LP873X chip >> + */ >> +struct lp873x { >> + struct device *dev; >> + unsigned long id; >> + u8 rev; >> + struct mutex lp873_lock; /* lock guarding the data structure */ >> + struct regmap *regmap; >> +}; >> +#endif /* __LINUX_MFD_LP873X_H */ >> -- > > Regards > Manish Badarkhe > From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751075AbcEFEIW (ORCPT ); Fri, 6 May 2016 00:08:22 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:48702 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750727AbcEFEIU (ORCPT ); Fri, 6 May 2016 00:08:20 -0400 Subject: Re: [PATCH] mfd: lp873x: Add lp873x PMIC support To: Manish Badarkhe , Keerthy References: <1462425040-18566-1-git-send-email-j-keerthy@ti.com> <1462425040-18566-3-git-send-email-j-keerthy@ti.com> CC: Mark Brown , Liam Girdwood , Lee Jones , "linux-kernel@vger.kernel.org" , , "devicetree@vger.kernel.org" , , Mark Rutland From: Keerthy Message-ID: <572C18A8.2060405@ti.com> Date: Fri, 6 May 2016 09:38:08 +0530 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: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thursday 05 May 2016 02:05 PM, Manish Badarkhe wrote: > Hi Keerthy, > >> + * struct tps65086 - state holder for the tps65086 driver > > need to change name over here in comment. Thanks for catching this Manish! I will fix it in the next version. > >> + * Device data may be used to access the LP873X chip >> + */ >> +struct lp873x { >> + struct device *dev; >> + unsigned long id; >> + u8 rev; >> + struct mutex lp873_lock; /* lock guarding the data structure */ >> + struct regmap *regmap; >> +}; >> +#endif /* __LINUX_MFD_LP873X_H */ >> -- > > Regards > Manish Badarkhe >