Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1395593

Re: [PATCH] mfd: lp873x: Add lp873x PMIC support

From Keerthy <a0393675@ti.com>
Newsgroups linux.kernel
Subject Re: [PATCH] mfd: lp873x: Add lp873x PMIC support
Date 2016-05-06 06:10 +0200
Message-ID <rvFfr-6r8-13@gated-at.bofh.it> (permalink)
References <rvjRE-1Ry-7@gated-at.bofh.it> <rvjRE-1Ry-9@gated-at.bofh.it> <rvmZc-4Nh-17@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw



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
>

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/3] mfd: lp873x: Add lp873x PMIC support Keerthy <j-keerthy@ti.com> - 2016-05-05 07:20 +0200
  [PATCH] mfd: lp873x: Add lp873x PMIC support Keerthy <j-keerthy@ti.com> - 2016-05-05 07:20 +0200
    Re: [PATCH] mfd: lp873x: Add lp873x PMIC support Manish Badarkhe <badarkhe.manish@gmail.com> - 2016-05-05 10:40 +0200
      Re: [PATCH] mfd: lp873x: Add lp873x PMIC support Keerthy <a0393675@ti.com> - 2016-05-06 06:10 +0200
  [PATCH 3/3] regulator: lp873x: Add support for lp873x PMIC regulators Keerthy <j-keerthy@ti.com> - 2016-05-05 07:20 +0200
    Re: [PATCH 3/3] regulator: lp873x: Add support for lp873x PMIC  regulators Mark Brown <broonie@kernel.org> - 2016-05-05 17:40 +0200
      Re: [PATCH 3/3] regulator: lp873x: Add support for lp873x PMIC  regulators Keerthy <a0393675@ti.com> - 2016-05-06 06:50 +0200
        Re: [PATCH 3/3] regulator: lp873x: Add support for lp873x PMIC  regulators Mark Brown <broonie@kernel.org> - 2016-05-06 14:10 +0200
          Re: [PATCH 3/3] regulator: lp873x: Add support for lp873x PMIC  regulators Keerthy <a0393675@ti.com> - 2016-05-06 14:40 +0200

csiph-web