devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
To: Krzysztof Kozlowski
	<k.kozlowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
Cc: Sebastian Reichel <sre-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Dmitry Eremin-Solenikov
	<dbaryshkov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	David Woodhouse <dwmw2-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org>,
	Samuel Ortiz <sameo-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Liam Girdwood <lgirdwood-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	Mark Brown <broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>,
	Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
	Ian Campbell
	<ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>,
	Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>,
	Kyungmin Park
	<kyungmin.park-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>,
	Marek Szyprowski
	<m.szyprowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>,
	Bartlomiej Zolnierkiewicz
	<b.zolnierkie-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Andrew Morton
	<akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>
Subject: Re: [PATCH v6 0/8] charger/mfd: max14577: Add support for MAX77836
Date: Mon, 15 Sep 2014 23:52:20 +0100	[thread overview]
Message-ID: <20140915225220.GH25162@lee--X1> (raw)
In-Reply-To: <1410504840-23543-1-git-send-email-k.kozlowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>

On Fri, 12 Sep 2014, Krzysztof Kozlowski wrote:
> This is a sixth version of patches adding support for
> MAX77836 device to the max14577 drivers.
> 
> This patchset has been on the lists for quite long time and was already
> reviewed by all necessary maintainers except power supply.
> I need acks from power supply subsystem (patches: 3, 5-8).

Give this set a few more days for the Power guys to respond.  If they
don't, ping me and I will just apply the set.

> Generally this should be pulled at once but some parts may be split
> and pulled separately in following batches:
>  - Patches 1 and 2: as MFD prerequisites,
>  - Patches 3-5: adding actual charger code, depends on 1 and 2,
>  - Patch 6: fuel-gauge, independent,
>  - Patches 7 and 8: only documentation.
> 
> Lee Jones said he can take the set through his tree. Still I need acks
> from power subsystem.
> 
> Everything rebased on Linus' tree (v3.17-rc2-9-g68e370289c29).
> 
> Changes since v5
> ================
> 1. 5/8: Remove 'inline' from functions (suggested by Andrew Morton).
> 2. Add Andrew Morton's acks.
> 
> Changes since v4
> ================
> 1. Add Lee Jones' acks to patch 1 and 2 (mfd).
> 2. power max17040 6/8: Remove duplicated (and not used) value of id
>    in array of i2c_device_id. (suggested by Lee Jones)
> 
> Changes since v3
> ================
> 1. Split MFD changes into separate new patches:
>    1/8: mfd: max14577: Add defines for MAX77836 charger
>    2/8: Map charger device to its own of_node
>    Suggested by Lee Jones.
> 
> Changes since v2
> ================
> 1. charger: Use sysfs instead of DTS for setting the fast charge timer.
>    The charger driver now selects the CONFIG_SYSFS and exports
>    a DEVICE_ATTR. (suggested by Mark Rutland)
> 2. Add patch 6 with documentation of exported sysfs entry for fast
>    charge timer.
> 3. charger 3/6: Add missing 'break' in switch parsing valid values
>    for fast charge timer.
> 
> Changes since v1
> ================
> 1. charger 3/5: Add an error message for each unsuccessful parse of DT
>    property (suggested by Mark Rutland).
> 2. charger 3/5: Use 'u32' type for storing values from DT (suggested
>    by Mark Rutland).
> 3. charger 3/5: Remove an error message for memory allocation failure.
> 
> 
> The patchset (first and second part of the MAX77836 drivers) has been
> on the lists since January. Changelog for the first part of the drivers
> (merged):
> https://www.mail-archive.com/linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org/msg628696.html
> 
> 
> Best regards,
> Krzysztof Kozlowski
> 
> 
> Krzysztof Kozlowski (8):
>   mfd: max14577: Add defines for MAX77836 charger
>   mfd: max14577: Map charger device to its own of_node
>   charger: max14577: Add support for MAX77836 charger
>   regulator/mfd: max14577: Export symbols for calculating charger
>     current
>   charger: max14577: Configure battery-dependent settings from DTS and
>     sysfs
>   power: max17040: Add ID for MAX77836 Fuel Gauge block
>   devicetree: mfd: max14577: Add device tree bindings document
>   Documentation: charger: max14577: Document exported sysfs entry
> 
>  Documentation/ABI/testing/sysfs-class-power        |  14 +
>  Documentation/devicetree/bindings/mfd/max14577.txt | 146 ++++++++
>  drivers/mfd/max14577.c                             | 100 +++++-
>  drivers/power/Kconfig                              |   5 +-
>  drivers/power/max14577_charger.c                   | 370 +++++++++++++++++++--
>  drivers/power/max17040_battery.c                   |   3 +-
>  drivers/regulator/max14577.c                       |  80 +----
>  include/linux/mfd/max14577-private.h               |  95 ++++--
>  include/linux/mfd/max14577.h                       |  30 ++
>  9 files changed, 704 insertions(+), 139 deletions(-)
>  create mode 100644 Documentation/devicetree/bindings/mfd/max14577.txt
> 

-- 
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

  parent reply	other threads:[~2014-09-15 22:52 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-12  6:53 [PATCH v6 0/8] charger/mfd: max14577: Add support for MAX77836 Krzysztof Kozlowski
2014-09-12  6:53 ` [PATCH v6 1/8] mfd: max14577: Add defines for MAX77836 charger Krzysztof Kozlowski
2014-09-12  6:53 ` [PATCH v6 2/8] mfd: max14577: Map charger device to its own of_node Krzysztof Kozlowski
2014-09-12  6:53 ` [PATCH v6 3/8] charger: max14577: Add support for MAX77836 charger Krzysztof Kozlowski
2014-09-12  6:53 ` [PATCH v6 4/8] regulator/mfd: max14577: Export symbols for calculating charger current Krzysztof Kozlowski
2014-09-12  6:53 ` [PATCH v6 5/8] charger: max14577: Configure battery-dependent settings from DTS and sysfs Krzysztof Kozlowski
2014-09-12  6:53 ` [PATCH v6 6/8] power: max17040: Add ID for MAX77836 Fuel Gauge block Krzysztof Kozlowski
2014-09-12  6:53 ` [PATCH v6 7/8] devicetree: mfd: max14577: Add device tree bindings document Krzysztof Kozlowski
     [not found] ` <1410504840-23543-1-git-send-email-k.kozlowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-09-12  6:54   ` [PATCH v6 8/8] Documentation: charger: max14577: Document exported sysfs entry Krzysztof Kozlowski
2014-09-15 22:52   ` Lee Jones [this message]
2014-09-16  9:30     ` [PATCH v6 0/8] charger/mfd: max14577: Add support for MAX77836 Sebastian Reichel
     [not found]       ` <20140916093000.GA31655-SfvFxonMDyemK9LvCR3Hrw@public.gmane.org>
2014-09-16  9:47         ` Krzysztof Kozlowski

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=20140915225220.GH25162@lee--X1 \
    --to=lee.jones-qsej5fyqhm4dnm+yrofe0a@public.gmane.org \
    --cc=akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org \
    --cc=b.zolnierkie-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
    --cc=broonie-DgEjT+Ai2ygdnm+yROfE0A@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=ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org \
    --cc=k.kozlowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
    --cc=kyungmin.park-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
    --cc=lgirdwood-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=m.szyprowski-Sze3O3UU22JBDgjK7y7TUQ@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 \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).