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


Groups > linux.kernel > #1490589 > unrolled thread

Re: [PATCH v3 0/4] regulator: axp20x: support AXP803/AXP813 variants

Started byChen-Yu Tsai <wens@csie.org>
First post2016-09-24 10:40 +0200
Last post2016-09-24 11:30 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH v3 0/4] regulator: axp20x: support AXP803/AXP813 variants Chen-Yu Tsai <wens@csie.org> - 2016-09-24 10:40 +0200
    Re: [PATCH v3 0/4] regulator: axp20x: support AXP803/AXP813  variants Jean-Francois Moine <moinejf@free.fr> - 2016-09-24 11:30 +0200

#1490589 — Re: [PATCH v3 0/4] regulator: axp20x: support AXP803/AXP813 variants

FromChen-Yu Tsai <wens@csie.org>
Date2016-09-24 10:40 +0200
SubjectRe: [PATCH v3 0/4] regulator: axp20x: support AXP803/AXP813 variants
Message-ID<skQF3-7as-11@gated-at.bofh.it>
On Fri, Sep 23, 2016 at 4:58 PM, Jean-Francois Moine <moinejf@free.fr> wrote:
> This patch series adds support for the X-Powers AXP803 and AXP813 PMICs.
> It is based on the previous patch series
>         regulator: axp20x: Simplify various code
>
> v3:
> - put the code of the new devices in new files instead of in the common
>   axp20x file.
> - fix errors about the regulators and interrupts
> v2:
> - fix lack of support of dcdc frequency
> - notice that the AXP803 is also handled
> - send the patch to the DT maintainers
>
> Jean-Francois Moine (4):
>   regulator: axp20x: move device independant parts to new files
>   regulator: axp20x: duplicate the MFD axp20x-rsb code
>   regulator: axp20x: add the AXP803
>   regulator: axp20x: add the AXP813

NAK. Please follow the axp20x mfd and sub-device driver design we
already have.

ChenYu

>  Documentation/devicetree/bindings/mfd/axp20x.txt |  29 ++-
>  drivers/mfd/axp20x.c                             |  15 +
>  drivers/regulator/Makefile                       |   3 +-
>  drivers/regulator/axp-regulator.c                | 347 +++++++++++++++++++
>  drivers/regulator/axp-regulator.h                | 133 ++++++++
>  drivers/regulator/axp20x-regulator.c             | 415 ++---------------------
>  drivers/regulator/axp803.c                       | 225 ++++++++++++
>  drivers/regulator/axp813.c                       | 229 +++++++++++++
>  include/linux/mfd/axp20x.h                       |   2 +
>  9 files changed, 1012 insertions(+), 388 deletions(-)
>  create mode 100644 drivers/regulator/axp-regulator.c
>  create mode 100644 drivers/regulator/axp-regulator.h
>  create mode 100644 drivers/regulator/axp803.c
>  create mode 100644 drivers/regulator/axp813.c
>
> --
> 2.10.0
>

[toc] | [next] | [standalone]


#1490615 — Re: [PATCH v3 0/4] regulator: axp20x: support AXP803/AXP813 variants

FromJean-Francois Moine <moinejf@free.fr>
Date2016-09-24 11:30 +0200
SubjectRe: [PATCH v3 0/4] regulator: axp20x: support AXP803/AXP813 variants
Message-ID<skRrr-7FA-7@gated-at.bofh.it>
In reply to#1490589
On Sat, 24 Sep 2016 16:35:05 +0800
Chen-Yu Tsai <wens@csie.org> wrote:

> On Fri, Sep 23, 2016 at 4:58 PM, Jean-Francois Moine <moinejf@free.fr> wrote:
> > This patch series adds support for the X-Powers AXP803 and AXP813 PMICs.
> > It is based on the previous patch series
> >         regulator: axp20x: Simplify various code
> >
> > v3:
> > - put the code of the new devices in new files instead of in the common
> >   axp20x file.
> > - fix errors about the regulators and interrupts
> > v2:
> > - fix lack of support of dcdc frequency
> > - notice that the AXP803 is also handled
> > - send the patch to the DT maintainers
> >
> > Jean-Francois Moine (4):
> >   regulator: axp20x: move device independant parts to new files
> >   regulator: axp20x: duplicate the MFD axp20x-rsb code
> >   regulator: axp20x: add the AXP803
> >   regulator: axp20x: add the AXP813
> 
> NAK. Please follow the axp20x mfd and sub-device driver design we
> already have.

Sorry, I will not: installing a lot of useless code and tables in
permanent system memory for just one regulator is not the way I think
about a good kernel.

-- 
Ken ar c'hentaƱ	|	      ** Breizh ha Linux atav! **
Jef		|		http://moinejf.free.fr/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web