From: Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
To: Beomho Seo <beomho.seo-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
sameo-VuQAYsv1563Yd54FQh9/CA@public.gmane.org,
lee.jone-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org,
lgirdwood-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
sre-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
dbaryshkov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
dwmw2-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org,
robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
pawel.moll-5wv7dgnIgG8@public.gmane.org,
mark.rutland-5wv7dgnIgG8@public.gmane.org,
ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org,
galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org,
cw00.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org,
geunsik.lim-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org,
inki.dae-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org,
sw0312.kim-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org
Subject: Re: [PATCH v8 1/4] mfd: rt5033: Add Richtek RT5033 driver core.
Date: Wed, 10 Dec 2014 12:13:31 +0000 [thread overview]
Message-ID: <20141210121331.GD23481@x1> (raw)
In-Reply-To: <54882255.9060303-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
On Wed, 10 Dec 2014, Beomho Seo wrote:
> On 12/09/2014 11:01 PM, Lee Jones wrote:
> > On Tue, 09 Dec 2014, Beomho Seo wrote:
> >
> >> This patch adds a new driver for Richtek RT5033 driver.
> >> RT5033 is a Multifunction device which includes battery charger, fuel gauge,
> >> flash LED current source, LDO and synchronous Buck converter. It is interfaced
> >> to host controller using I2C interface.
> >>
> >> Cc: Samuel Ortiz <sameo-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
> >> Cc: Lee Jones <lee.jone-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
> >> Signed-off-by: Beomho Seo <beomho.seo-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
> >> Acked-by: Chanwoo Choi <cw00.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
> >> ---
> >> drivers/mfd/Kconfig | 12 ++
> >> drivers/mfd/Makefile | 1 +
> >> drivers/mfd/rt5033.c | 142 ++++++++++++++++++++
> >> include/linux/mfd/rt5033-private.h | 260 ++++++++++++++++++++++++++++++++++++
> >> include/linux/mfd/rt5033.h | 62 +++++++++
> >> 5 files changed, 477 insertions(+)
> >> create mode 100644 drivers/mfd/rt5033.c
> >> create mode 100644 include/linux/mfd/rt5033-private.h
> >> create mode 100644 include/linux/mfd/rt5033.h
> >
> > Much better.
> >
> > For my own reference:
> >
> > Acked-by: Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
> >
> > So what's the plan with this set?
> >
>
> This patch have been made on for-next-mfd branch of your git repository.
> So I hope this patch to be merged at your git repository.
> Another patch set(RT5033 regulator driver) have been merged on for-next branch of regulator git repository.
>
> https://git.kernel.org/cgit/linux/kernel/git/broonie/regulator.git/commit/?h=for-next&id=b1917578fd5d8efa67afa05a0d6d7e323f2802da
>
> Other patches(about charger, fuelgague and devicetree doc) will be re-sent to each maintainers.
Okay, so all patches are indipendant/othognal of each other for sure?
--
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
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: Lee Jones <lee.jones@linaro.org>
To: Beomho Seo <beomho.seo@samsung.com>
Cc: linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org,
devicetree@vger.kernel.org, sameo@linux.intel.com,
lee.jone@linaro.org, lgirdwood@gmail.com, broonie@kernel.org,
sre@kernel.org, dbaryshkov@gmail.com, dwmw2@infradead.org,
robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com,
ijc+devicetree@hellion.org.uk, galak@codeaurora.org,
cw00.choi@samsung.com, geunsik.lim@samsung.com,
inki.dae@samsung.com, sw0312.kim@samsung.com
Subject: Re: [PATCH v8 1/4] mfd: rt5033: Add Richtek RT5033 driver core.
Date: Wed, 10 Dec 2014 12:13:31 +0000 [thread overview]
Message-ID: <20141210121331.GD23481@x1> (raw)
In-Reply-To: <54882255.9060303@samsung.com>
On Wed, 10 Dec 2014, Beomho Seo wrote:
> On 12/09/2014 11:01 PM, Lee Jones wrote:
> > On Tue, 09 Dec 2014, Beomho Seo wrote:
> >
> >> This patch adds a new driver for Richtek RT5033 driver.
> >> RT5033 is a Multifunction device which includes battery charger, fuel gauge,
> >> flash LED current source, LDO and synchronous Buck converter. It is interfaced
> >> to host controller using I2C interface.
> >>
> >> Cc: Samuel Ortiz <sameo@linux.intel.com>
> >> Cc: Lee Jones <lee.jone@linaro.org>
> >> Signed-off-by: Beomho Seo <beomho.seo@samsung.com>
> >> Acked-by: Chanwoo Choi <cw00.choi@samsung.com>
> >> ---
> >> drivers/mfd/Kconfig | 12 ++
> >> drivers/mfd/Makefile | 1 +
> >> drivers/mfd/rt5033.c | 142 ++++++++++++++++++++
> >> include/linux/mfd/rt5033-private.h | 260 ++++++++++++++++++++++++++++++++++++
> >> include/linux/mfd/rt5033.h | 62 +++++++++
> >> 5 files changed, 477 insertions(+)
> >> create mode 100644 drivers/mfd/rt5033.c
> >> create mode 100644 include/linux/mfd/rt5033-private.h
> >> create mode 100644 include/linux/mfd/rt5033.h
> >
> > Much better.
> >
> > For my own reference:
> >
> > Acked-by: Lee Jones <lee.jones@linaro.org>
> >
> > So what's the plan with this set?
> >
>
> This patch have been made on for-next-mfd branch of your git repository.
> So I hope this patch to be merged at your git repository.
> Another patch set(RT5033 regulator driver) have been merged on for-next branch of regulator git repository.
>
> https://git.kernel.org/cgit/linux/kernel/git/broonie/regulator.git/commit/?h=for-next&id=b1917578fd5d8efa67afa05a0d6d7e323f2802da
>
> Other patches(about charger, fuelgague and devicetree doc) will be re-sent to each maintainers.
Okay, so all patches are indipendant/othognal of each other for sure?
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
next prev parent reply other threads:[~2014-12-10 12:13 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-09 12:03 [PATCH v8 0/4] mfd: rt5033: Add Richtek RT5033 drivers Beomho Seo
[not found] ` <1418126634-4781-1-git-send-email-beomho.seo-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-12-09 12:03 ` [PATCH v8 1/4] mfd: rt5033: Add Richtek RT5033 driver core Beomho Seo
2014-12-09 12:03 ` Beomho Seo
[not found] ` <1418126634-4781-2-git-send-email-beomho.seo-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-12-09 14:01 ` Lee Jones
2014-12-09 14:01 ` Lee Jones
2014-12-10 10:37 ` Beomho Seo
[not found] ` <54882255.9060303-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-12-10 12:13 ` Lee Jones [this message]
2014-12-10 12:13 ` Lee Jones
2014-12-10 12:34 ` Beomho Seo
2014-12-10 15:16 ` Lee Jones
2014-12-09 12:03 ` [PATCH v8 2/4] power: rt5033_battery: Add RT5033 Fuel gauge device driver Beomho Seo
2014-12-09 12:03 ` [PATCH v8 3/4] power: rt5033_charger: Add RT5033 charger " Beomho Seo
2014-12-09 12:03 ` [PATCH v8 4/4] Documentation: Add documentation for rt5033 multifunction device Beomho Seo
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=20141210121331.GD23481@x1 \
--to=lee.jones-qsej5fyqhm4dnm+yrofe0a@public.gmane.org \
--cc=beomho.seo-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
--cc=broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=cw00.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
--cc=dbaryshkov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=dwmw2-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org \
--cc=galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org \
--cc=geunsik.lim-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
--cc=ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org \
--cc=inki.dae-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
--cc=lee.jone-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
--cc=lgirdwood-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
--cc=pawel.moll-5wv7dgnIgG8@public.gmane.org \
--cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=sameo-VuQAYsv1563Yd54FQh9/CA@public.gmane.org \
--cc=sre-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=sw0312.kim-Sze3O3UU22JBDgjK7y7TUQ@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.