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


Groups > linux.kernel > #1231647

Re: [PATCH v2 3/3] mfd: tps65912: Rewrite driver adding DT support and using regmap

From "Andrew F. Davis" <afd@ti.com>
Newsgroups linux.kernel
Subject Re: [PATCH v2 3/3] mfd: tps65912: Rewrite driver adding DT support and using regmap
Date 2015-09-23 20:50 +0200
Message-ID <qbXh7-49A-15@gated-at.bofh.it> (permalink)
References <qbUMh-Eg-9@gated-at.bofh.it> <qbUMi-Eg-23@gated-at.bofh.it> <qbWuK-2YN-33@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 09/23/2015 12:53 PM, Mark Brown wrote:
> On Wed, Sep 23, 2015 at 11:07:39AM -0500, Andrew F. Davis wrote:
>
>>   drivers/gpio/Kconfig                   |   6 +
>>   drivers/gpio/Makefile                  |   1 +
>>   drivers/gpio/gpio-tps65912.c           | 138 ++++++++++++
>>   drivers/mfd/Kconfig                    |  24 ++
>>   drivers/mfd/Makefile                   |   3 +
>>   drivers/mfd/tps65912-core.c            | 114 ++++++++++
>>   drivers/mfd/tps65912-i2c.c             |  86 ++++++++
>>   drivers/mfd/tps65912-spi.c             |  85 +++++++
>>   drivers/regulator/Kconfig              |   6 +
>>   drivers/regulator/Makefile             |   1 +
>>   drivers/regulator/tps65912-regulator.c | 240 ++++++++++++++++++++
>>   include/linux/mfd/tps65912.h           | 393 +++++++++++++++++++++++++++++++++
>
> Please submit this like a normal driver, not as one enormous patch
> covering every subsystem.
>

OK, I'll break-out the regulator and gpio into their own patches and
send this series again, sorry about the noise.

Andrew
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

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


Thread

[PATCH v2 0/3] mfd: tps65912: Driver rewrite with DT support "Andrew F. Davis" <afd@ti.com> - 2015-09-23 18:10 +0200
  [PATCH v2 1/3] Documentation: tps65912: Add DT bindings for the TPS65912 PMIC "Andrew F. Davis" <afd@ti.com> - 2015-09-23 18:10 +0200
  [PATCH v2 3/3] mfd: tps65912: Rewrite driver adding DT support and using regmap "Andrew F. Davis" <afd@ti.com> - 2015-09-23 18:10 +0200
    Re: [PATCH v2 3/3] mfd: tps65912: Rewrite driver adding DT support  and using regmap Mark Brown <broonie@kernel.org> - 2015-09-23 20:00 +0200
      Re: [PATCH v2 3/3] mfd: tps65912: Rewrite driver adding DT support  and using regmap "Andrew F. Davis" <afd@ti.com> - 2015-09-23 20:50 +0200

csiph-web