From: Sebastian Reichel <sre-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
To: Frans Klaver <frans.klaver-MHHw4NDrbWwAvxtiuMwx3w@public.gmane.org>
Cc: "Dmitry Eremin-Solenikov"
<dbaryshkov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
"David Woodhouse" <dwmw2-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org>,
"Grant Likely"
<grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
"Rob Herring" <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
"Mark Rutland" <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
"René Moll" <linux-93MfrKQ0iTlmR6Xm/wNWPw@public.gmane.org>,
"Guenter Roeck" <linux-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org>,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH RESEND 00/13] ltc2952 modernization and new functionality
Date: Thu, 15 Jan 2015 01:52:49 +0100 [thread overview]
Message-ID: <20150115005249.GA20141@earth.universe> (raw)
In-Reply-To: <1421223346-27410-1-git-send-email-frans.klaver-MHHw4NDrbWwAvxtiuMwx3w@public.gmane.org>
[-- Attachment #1: Type: text/plain, Size: 655 bytes --]
Hi,
On Wed, Jan 14, 2015 at 09:15:33AM +0100, Frans Klaver wrote:
> Here's a resend of an earlier cleanup and improvement series for
> the ltc2952 driver.
>
> This series implements devm_* usage, reduction of globals, some
> cleanup and finally makes the input trigger optional.
>
> From the changes to the previous submissions I did not include
> renaming kill to poweroff. The name poweroff is already used a
> lot. Besides that, the control is referred to as kill in the
> ltc2952 datasheet.
Thanks for the cleanup, applied:
http://git.infradead.org/battery-2.6.git/commit/d84ba07c27fafca3cc77b25a1e204383a4b5af91
-- Sebastian
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
next prev parent reply other threads:[~2015-01-15 0:52 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-14 8:15 [PATCH RESEND 00/13] ltc2952 modernization and new functionality Frans Klaver
2015-01-14 8:15 ` [PATCH RESEND 01/13] power: reset: ltc2952: prefer devm_kzalloc over kzalloc Frans Klaver
2015-01-14 8:15 ` [PATCH RESEND 03/13] power: reset: ltc2952: unroll gpio_desc array Frans Klaver
2015-01-14 8:15 ` [PATCH RESEND 04/13] power: reset: ltc2952: prefer devm_gpiod_get over gpiod_get Frans Klaver
2015-01-14 8:15 ` [PATCH RESEND 05/13] power: reset: ltc2952: reduce dependency on global variables Frans Klaver
[not found] ` <1421223346-27410-1-git-send-email-frans.klaver-MHHw4NDrbWwAvxtiuMwx3w@public.gmane.org>
2015-01-14 8:15 ` [PATCH RESEND 02/13] power: reset: ltc2952: prefer devm_request_irq over request_irq Frans Klaver
2015-01-14 8:15 ` [PATCH RESEND 06/13] power: reset: ltc2952: remove global variable poweroff_panic Frans Klaver
2015-01-15 0:52 ` Sebastian Reichel [this message]
2015-01-15 7:54 ` [PATCH RESEND 00/13] ltc2952 modernization and new functionality Frans Klaver
2015-01-14 8:15 ` [PATCH RESEND 07/13] power: reset: ltc2952: drop empty suspend/resume functions Frans Klaver
2015-01-14 8:15 ` [PATCH RESEND 08/13] power: reset: ltc2952: cleanup control flow in poweroff_handler Frans Klaver
2015-01-14 8:15 ` [PATCH RESEND 09/13] power: reset: ltc2952: fix C++ style function pointers Frans Klaver
2015-01-14 8:15 ` [PATCH RESEND 10/13] power: reset: ltc2952: disable timers in _remove Frans Klaver
2015-01-14 8:15 ` [PATCH RESEND 11/13] power: reset: ltc2952: check trigger value before starting timer Frans Klaver
2015-01-14 8:15 ` [PATCH RESEND 12/13] power: reset: ltc2952: make trigger input optional Frans Klaver
2015-01-14 8:15 ` [PATCH RESEND 13/13] power: reset: ltc2952: document optional trigger behavior Frans Klaver
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=20150115005249.GA20141@earth.universe \
--to=sre-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=frans.klaver-MHHw4NDrbWwAvxtiuMwx3w@public.gmane.org \
--cc=grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
--cc=linux-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org \
--cc=linux-93MfrKQ0iTlmR6Xm/wNWPw@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=robh+dt-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).