From: Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
To: Yi Zhang <yizhang-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>
Cc: sameo-VuQAYsv1563Yd54FQh9/CA@public.gmane.org,
pebolle-IWqWACnzNjzz+pZb47iToQ@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
zhouqiao-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org
Subject: Re: [PATCH V2 0/2] add basic support to Marvell 88pm880/88pm886 PMIC chip
Date: Mon, 22 Jun 2015 09:36:01 +0100 [thread overview]
Message-ID: <20150622083601.GB19061@x1> (raw)
In-Reply-To: <20150619083357.GA4502@yizhang>
On Fri, 19 Jun 2015, Yi Zhang wrote:
> On Fri, Jun 12, 2015 at 04:43:19PM +0800, Yi Zhang wrote:
>
> Hi, Samuel and Lee:
>
> Could you please share your comments on this patch?
> then I can modify accordingly;
Please don't ping.
There are two reasons why you haven't received a reply. Firstly, we
are very late in the cycle. Many Maintainers turn their hand from
reviewing to maintaining/testing during the very late stages. Please
follow the cycles. Secondly, I have been on vacation for a little
over a week and no amount of pinging will hurry me back to work.
If you think your set has been missed, please wait a while, think
about why that might be and if you can't think of a good reason then
resend the set.
> > - 88pm880 and 88pm886 are PMIC chips which integrates regulator,
> > gpadc, charger, fuelgauge, etc;
> > they share most of the functions and register mapping
> > - this version removes the redundant EXPORT_SYMBOL_GPL, compared with the
> > first version
> >
> >
> > Yi Zhang (2):
> > mfd: add Marvell 88pm88x description
> > mfd: 88pm88x: initialize 88pm886/88pm880 base support
> >
> > Documentation/devicetree/bindings/mfd/88pm88x.txt | 33 ++
> > drivers/mfd/88pm880-table.c | 173 +++++++
> > drivers/mfd/88pm886-table.c | 173 +++++++
> > drivers/mfd/88pm88x-core.c | 584 ++++++++++++++++++++++
> > drivers/mfd/88pm88x-i2c.c | 167 +++++++
> > drivers/mfd/88pm88x-irq.c | 171 +++++++
> > drivers/mfd/88pm88x.h | 51 ++
> > drivers/mfd/Kconfig | 12 +
> > drivers/mfd/Makefile | 3 +
> > include/linux/mfd/88pm880-reg.h | 98 ++++
> > include/linux/mfd/88pm880.h | 59 +++
> > include/linux/mfd/88pm886-reg.h | 59 +++
> > include/linux/mfd/88pm886.h | 55 ++
> > include/linux/mfd/88pm88x-reg.h | 118 +++++
> > include/linux/mfd/88pm88x.h | 202 ++++++++
> > 15 files changed, 1958 insertions(+)
> > create mode 100644 Documentation/devicetree/bindings/mfd/88pm88x.txt
> > create mode 100644 drivers/mfd/88pm880-table.c
> > create mode 100644 drivers/mfd/88pm886-table.c
> > create mode 100644 drivers/mfd/88pm88x-core.c
> > create mode 100644 drivers/mfd/88pm88x-i2c.c
> > create mode 100644 drivers/mfd/88pm88x-irq.c
> > create mode 100644 drivers/mfd/88pm88x.h
> > create mode 100644 include/linux/mfd/88pm880-reg.h
> > create mode 100644 include/linux/mfd/88pm880.h
> > create mode 100644 include/linux/mfd/88pm886-reg.h
> > create mode 100644 include/linux/mfd/88pm886.h
> > create mode 100644 include/linux/mfd/88pm88x-reg.h
> > create mode 100644 include/linux/mfd/88pm88x.h
> >
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
WARNING: multiple messages have this Message-ID (diff)
From: Lee Jones <lee.jones@linaro.org>
To: Yi Zhang <yizhang@marvell.com>
Cc: sameo@linux.intel.com, pebolle@tiscali.nl,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
zhouqiao@marvell.com
Subject: Re: [PATCH V2 0/2] add basic support to Marvell 88pm880/88pm886 PMIC chip
Date: Mon, 22 Jun 2015 09:36:01 +0100 [thread overview]
Message-ID: <20150622083601.GB19061@x1> (raw)
In-Reply-To: <20150619083357.GA4502@yizhang>
On Fri, 19 Jun 2015, Yi Zhang wrote:
> On Fri, Jun 12, 2015 at 04:43:19PM +0800, Yi Zhang wrote:
>
> Hi, Samuel and Lee:
>
> Could you please share your comments on this patch?
> then I can modify accordingly;
Please don't ping.
There are two reasons why you haven't received a reply. Firstly, we
are very late in the cycle. Many Maintainers turn their hand from
reviewing to maintaining/testing during the very late stages. Please
follow the cycles. Secondly, I have been on vacation for a little
over a week and no amount of pinging will hurry me back to work.
If you think your set has been missed, please wait a while, think
about why that might be and if you can't think of a good reason then
resend the set.
> > - 88pm880 and 88pm886 are PMIC chips which integrates regulator,
> > gpadc, charger, fuelgauge, etc;
> > they share most of the functions and register mapping
> > - this version removes the redundant EXPORT_SYMBOL_GPL, compared with the
> > first version
> >
> >
> > Yi Zhang (2):
> > mfd: add Marvell 88pm88x description
> > mfd: 88pm88x: initialize 88pm886/88pm880 base support
> >
> > Documentation/devicetree/bindings/mfd/88pm88x.txt | 33 ++
> > drivers/mfd/88pm880-table.c | 173 +++++++
> > drivers/mfd/88pm886-table.c | 173 +++++++
> > drivers/mfd/88pm88x-core.c | 584 ++++++++++++++++++++++
> > drivers/mfd/88pm88x-i2c.c | 167 +++++++
> > drivers/mfd/88pm88x-irq.c | 171 +++++++
> > drivers/mfd/88pm88x.h | 51 ++
> > drivers/mfd/Kconfig | 12 +
> > drivers/mfd/Makefile | 3 +
> > include/linux/mfd/88pm880-reg.h | 98 ++++
> > include/linux/mfd/88pm880.h | 59 +++
> > include/linux/mfd/88pm886-reg.h | 59 +++
> > include/linux/mfd/88pm886.h | 55 ++
> > include/linux/mfd/88pm88x-reg.h | 118 +++++
> > include/linux/mfd/88pm88x.h | 202 ++++++++
> > 15 files changed, 1958 insertions(+)
> > create mode 100644 Documentation/devicetree/bindings/mfd/88pm88x.txt
> > create mode 100644 drivers/mfd/88pm880-table.c
> > create mode 100644 drivers/mfd/88pm886-table.c
> > create mode 100644 drivers/mfd/88pm88x-core.c
> > create mode 100644 drivers/mfd/88pm88x-i2c.c
> > create mode 100644 drivers/mfd/88pm88x-irq.c
> > create mode 100644 drivers/mfd/88pm88x.h
> > create mode 100644 include/linux/mfd/88pm880-reg.h
> > create mode 100644 include/linux/mfd/88pm880.h
> > create mode 100644 include/linux/mfd/88pm886-reg.h
> > create mode 100644 include/linux/mfd/88pm886.h
> > create mode 100644 include/linux/mfd/88pm88x-reg.h
> > create mode 100644 include/linux/mfd/88pm88x.h
> >
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
Please read the FAQ at http://www.tux.org/lkml/
next prev parent reply other threads:[~2015-06-22 8:36 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-12 8:43 [PATCH V2 0/2] add basic support to Marvell 88pm880/88pm886 PMIC chip Yi Zhang
2015-06-12 8:43 ` Yi Zhang
2015-06-12 8:43 ` [PATCH V2 1/2] mfd: add Marvell 88pm88x description Yi Zhang
2015-06-12 8:43 ` Yi Zhang
[not found] ` <1434098601-3498-2-git-send-email-yizhang-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>
2015-06-23 14:31 ` Rob Herring
2015-06-23 14:31 ` Rob Herring
2015-06-23 14:46 ` Vaibhav Hiremath
2015-06-26 3:43 ` Yi Zhang
2015-06-26 3:43 ` Yi Zhang
2015-06-26 3:35 ` Yi Zhang
2015-06-12 8:43 ` [PATCH V2 2/2] mfd: 88pm88x: initialize 88pm886/88pm880 base support Yi Zhang
2015-06-12 8:43 ` Yi Zhang
[not found] ` <1434098601-3498-3-git-send-email-yizhang-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>
2015-06-25 8:32 ` Lee Jones
2015-06-25 8:32 ` Lee Jones
2015-06-26 12:49 ` Yi Zhang
2015-06-26 12:49 ` Yi Zhang
2015-07-01 12:20 ` Lee Jones
2015-07-01 12:20 ` Lee Jones
2015-07-09 11:52 ` Yi Zhang
2015-07-09 11:52 ` Yi Zhang
2015-06-19 8:33 ` [PATCH V2 0/2] add basic support to Marvell 88pm880/88pm886 PMIC chip Yi Zhang
2015-06-19 8:33 ` Yi Zhang
2015-06-22 8:36 ` Lee Jones [this message]
2015-06-22 8:36 ` Lee Jones
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150622083601.GB19061@x1 \
--to=lee.jones-qsej5fyqhm4dnm+yrofe0a@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=pebolle-IWqWACnzNjzz+pZb47iToQ@public.gmane.org \
--cc=sameo-VuQAYsv1563Yd54FQh9/CA@public.gmane.org \
--cc=yizhang-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org \
--cc=zhouqiao-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.