All of lore.kernel.org
 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-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH v4 0/4] power: Add max77693 charger driver
Date: Sun, 18 Jan 2015 18:00:02 +0000	[thread overview]
Message-ID: <20150118180002.GJ3574@x1> (raw)
In-Reply-To: <1420453019-28614-1-git-send-email-k.kozlowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>

Tell us what you need?

> Changes since v3
> ================
> 1. Patch 3/4: Don't create platform data structure for charger settings
>    because driver won't be used on non-DT SoCs (its for Exynos based
>    Trats2).
> 2. Patch 3/4: Drop Sebastian's ack [1] because of change above.
> 
> Changes since v2
> ================
> 1. Add ack from Sebastian Reichel (charger driver).
> 2. Drop patch "mfd: max77693: Map charger device to its own of_node"
>    (applied by Lee Jones).
> 
> 
> Changes since v1
> ================
> 1. Add patch 2/5: mfd: max77693: Map charger device to its own of_node
>    (forgot to send it in v1)
> 2. Remove patches for DTS and configs. I'll send them later.
> 3. Add ack from Lee Jones (patch 3/5).
> 
> 
> Description
> ===========
> The patchset adds max77693 charger driver present on Trats2 board
> (and Galaxy S III). The driver configures battery charger and exposes
> power supply interface.
> 
> Driver is necessary to provide full charging stack on Trats2 device
> (extcon, charger-manager etc.).
> 
> [1] https://lkml.org/lkml/2014/10/27/774
> 
> 
> Best regards,
> Krzysztof
> 
> 
> 
> Krzysztof Kozlowski (4):
>   devicetree: power/mfd: max77693: Document new bindings for charger
>   mfd: max77693: Add defines for MAX77693 charger driver
>   power: max77693: Add charger driver for Maxim 77693
>   Documentation: power: max77693-charger: Document exported sysfs entry
> 
>  Documentation/ABI/testing/sysfs-class-power        |  42 ++
>  Documentation/devicetree/bindings/mfd/max77693.txt |  45 ++
>  drivers/power/Kconfig                              |   6 +
>  drivers/power/Makefile                             |   1 +
>  drivers/power/max77693_charger.c                   | 758 +++++++++++++++++++++
>  include/linux/mfd/max77693-private.h               | 108 +++
>  6 files changed, 960 insertions(+)
>  create mode 100644 drivers/power/max77693_charger.c
> 

-- 
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: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Cc: Sebastian Reichel <sre@kernel.org>,
	Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>,
	David Woodhouse <dwmw2@infradead.org>,
	Samuel Ortiz <sameo@linux.intel.com>,
	linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org,
	devicetree@vger.kernel.org, linux-api@vger.kernel.org
Subject: Re: [PATCH v4 0/4] power: Add max77693 charger driver
Date: Sun, 18 Jan 2015 18:00:02 +0000	[thread overview]
Message-ID: <20150118180002.GJ3574@x1> (raw)
In-Reply-To: <1420453019-28614-1-git-send-email-k.kozlowski@samsung.com>

Tell us what you need?

> Changes since v3
> ================
> 1. Patch 3/4: Don't create platform data structure for charger settings
>    because driver won't be used on non-DT SoCs (its for Exynos based
>    Trats2).
> 2. Patch 3/4: Drop Sebastian's ack [1] because of change above.
> 
> Changes since v2
> ================
> 1. Add ack from Sebastian Reichel (charger driver).
> 2. Drop patch "mfd: max77693: Map charger device to its own of_node"
>    (applied by Lee Jones).
> 
> 
> Changes since v1
> ================
> 1. Add patch 2/5: mfd: max77693: Map charger device to its own of_node
>    (forgot to send it in v1)
> 2. Remove patches for DTS and configs. I'll send them later.
> 3. Add ack from Lee Jones (patch 3/5).
> 
> 
> Description
> ===========
> The patchset adds max77693 charger driver present on Trats2 board
> (and Galaxy S III). The driver configures battery charger and exposes
> power supply interface.
> 
> Driver is necessary to provide full charging stack on Trats2 device
> (extcon, charger-manager etc.).
> 
> [1] https://lkml.org/lkml/2014/10/27/774
> 
> 
> Best regards,
> Krzysztof
> 
> 
> 
> Krzysztof Kozlowski (4):
>   devicetree: power/mfd: max77693: Document new bindings for charger
>   mfd: max77693: Add defines for MAX77693 charger driver
>   power: max77693: Add charger driver for Maxim 77693
>   Documentation: power: max77693-charger: Document exported sysfs entry
> 
>  Documentation/ABI/testing/sysfs-class-power        |  42 ++
>  Documentation/devicetree/bindings/mfd/max77693.txt |  45 ++
>  drivers/power/Kconfig                              |   6 +
>  drivers/power/Makefile                             |   1 +
>  drivers/power/max77693_charger.c                   | 758 +++++++++++++++++++++
>  include/linux/mfd/max77693-private.h               | 108 +++
>  6 files changed, 960 insertions(+)
>  create mode 100644 drivers/power/max77693_charger.c
> 

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

  parent reply	other threads:[~2015-01-18 18:00 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-05 10:16 [PATCH v4 0/4] power: Add max77693 charger driver Krzysztof Kozlowski
2015-01-05 10:16 ` Krzysztof Kozlowski
2015-01-05 10:16 ` [PATCH v4 1/4] devicetree: power/mfd: max77693: Document new bindings for charger Krzysztof Kozlowski
     [not found] ` <1420453019-28614-1-git-send-email-k.kozlowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2015-01-05 10:16   ` [PATCH v4 2/4] mfd: max77693: Add defines for MAX77693 charger driver Krzysztof Kozlowski
2015-01-05 10:16     ` Krzysztof Kozlowski
2015-01-18 18:00   ` Lee Jones [this message]
2015-01-18 18:00     ` [PATCH v4 0/4] power: Add max77693 " Lee Jones
2015-01-19  7:40     ` Krzysztof Kozlowski
2015-01-19  7:40       ` Krzysztof Kozlowski
2015-01-05 10:16 ` [PATCH v4 3/4] power: max77693: Add charger driver for Maxim 77693 Krzysztof Kozlowski
2015-01-05 10:16 ` [PATCH v4 4/4] Documentation: power: max77693-charger: Document exported sysfs entry 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=20150118180002.GJ3574@x1 \
    --to=lee.jones-qsej5fyqhm4dnm+yrofe0a@public.gmane.org \
    --cc=dbaryshkov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=dwmw2-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org \
    --cc=k.kozlowski-Sze3O3UU22JBDgjK7y7TUQ@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=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 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.