linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Lee Jones <lee.jones@linaro.org>
To: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Cc: Jiri Kosina <jkosina@suse.cz>,
	Henrik Rydberg <rydberg@bitmath.org>,
	linux-input@vger.kernel.org, linux-kernel@vger.kernel.org,
	Sebastian Reichel <sre@kernel.org>,
	Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>,
	David Woodhouse <dwmw2@infradead.org>,
	linux-pm@vger.kernel.org
Subject: Re: [RESEND PATCH v6 09/22] mfd: ab8500: Use power_supply_*() API for accessing function attrs
Date: Thu, 12 Mar 2015 12:03:51 +0000	[thread overview]
Message-ID: <20150312120351.GA3383@x1> (raw)
In-Reply-To: <1426156597.6371.5.camel@AMDC1943>

On Thu, 12 Mar 2015, Krzysztof Kozlowski wrote:

> On czw, 2015-03-12 at 09:50 +0000, Lee Jones wrote:
> > On Thu, 12 Mar 2015, Krzysztof Kozlowski wrote:
> > > On czw, 2015-03-12 at 09:01 +0000, Lee Jones wrote:
> > > > On Thu, 12 Mar 2015, Krzysztof Kozlowski wrote:
> > > > 
> > > > > Replace direct calls to power supply function attributes with wrappers.
> > > > > Wrappers provide safe access in case of unregistering the power
> > > > > supply (e.g. by removing the driver). Replace:
> > > > >  - get_property -> power_supply_get_property
> > > > > 
> > > > > Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
> > > > > Acked-by: Jonghwa Lee <jonghwa3.lee@samsung.com>
> > > > > Acked-by: Pavel Machek <pavel@ucw.cz>
> > > > > Acked-by: Lee Jones <lee.jones@linaro.org>
> > > > > Reviewed-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
> > > > > Reviewed-by: Sebastian Reichel <sre@kernel.org>
> > > > > ---
> > > > >  drivers/mfd/ab8500-sysctrl.c | 7 ++++---
> > > > >  1 file changed, 4 insertions(+), 3 deletions(-)
> > > > 
> > > > Has the infrastructure for these been merged yet?
> > > > 
> > > > I.e. Can I just take them?
> > > 
> > > Previous patches were not merged yet so you cannot take it. This whole
> > > patchset can be applied incrementally but cherry picking won't work.
> > 
> > So I only usually receive patches I've already Acked when a) the bulk
> > of the set has been merged and I can apply the remaining lingerers, or
> > b) the whole set is due to be applied through the MFD tree.
> > 
> > Receiving 2 patches of a 22 patch set, which I have already Acked and
> > that I can't pick is unwelcome noise.
> 
> Sorry for the noise, it should not happen.
> 
> That is strange, how did you receive this patch? I resent this only to
> certain recipients because previous mail got lost in spam filters (too
> many recipients).
> 
> I did not put other maintainers (like you) this time on cc-list.
> git-send-email also did not cc-ed you (your email is not listed in
> send-email log).
> 
> How this email managed to get to you? :)

That's a good question.  It just arrived in my Inbox.

Anyway, not to worry.

Let me know when the other patches have been merged, so I can apply
these.

-- 
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-input" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2015-03-12 12:03 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-12  7:43 [RESEND PATCH v6 00/22] power_supply: Allow safe usage of power supply Krzysztof Kozlowski
2015-03-12  7:43 ` [RESEND PATCH v6 01/22] compal-laptop: Fix leaking hwmon device Krzysztof Kozlowski
2015-03-12  7:44 ` [RESEND PATCH v6 02/22] compal-laptop: Check return value of power_supply_register Krzysztof Kozlowski
2015-03-12  7:44 ` [RESEND PATCH v6 03/22] power_supply: Add driver private data Krzysztof Kozlowski
2015-03-12  7:44 ` [RESEND PATCH v6 04/22] power_supply: Move run-time configuration to separate structure Krzysztof Kozlowski
2015-03-12  7:44 ` [RESEND PATCH v6 05/22] power_supply: Add API for safe access of power supply function attrs Krzysztof Kozlowski
2015-03-12  7:44 ` [RESEND PATCH v6 06/22] power_supply: sysfs: Use power_supply_*() API for accessing " Krzysztof Kozlowski
2015-03-12  7:44 ` [RESEND PATCH v6 07/22] power_supply: 88pm860x_charger: " Krzysztof Kozlowski
2015-03-12  7:44 ` [RESEND PATCH v6 08/22] power_supply: ab8500: " Krzysztof Kozlowski
2015-03-12  7:44 ` [RESEND PATCH v6 09/22] mfd: " Krzysztof Kozlowski
2015-03-12  9:01   ` Lee Jones
2015-03-12  9:24     ` Krzysztof Kozlowski
2015-03-12  9:50       ` Lee Jones
2015-03-12 10:36         ` Krzysztof Kozlowski
2015-03-12 12:03           ` Lee Jones [this message]
2015-03-12  7:44 ` [RESEND PATCH v6 10/22] power_supply: apm_power: " Krzysztof Kozlowski
2015-03-12  7:44 ` [RESEND PATCH v6 11/22] power_supply: bq2415x_charger: " Krzysztof Kozlowski
2015-03-12  7:44 ` [RESEND PATCH v6 12/22] power_supply: charger-manager: " Krzysztof Kozlowski
2015-03-12  7:44 ` [RESEND PATCH v6 13/22] power_supply: Change ownership from driver to core Krzysztof Kozlowski
2015-03-12 13:47   ` Jiri Kosina
2015-03-12  7:44 ` [RESEND PATCH v6 14/22] power_supply: Add power_supply_put for decrementing device reference counter Krzysztof Kozlowski
2015-03-12  7:44 ` [RESEND PATCH v6 15/22] power_supply: Increment power supply use counter when obtaining references Krzysztof Kozlowski
2015-03-12  7:44 ` [RESEND PATCH v6 16/22] power_supply: charger-manager: Decrement the power supply's device reference counter Krzysztof Kozlowski
2015-03-12  7:44 ` [RESEND PATCH v6 17/22] x86/olpc/xo1/sci: Use newly added power_supply_put API Krzysztof Kozlowski
2015-03-12  7:44 ` [RESEND PATCH v6 18/22] x86/olpc/xo15/sci: " Krzysztof Kozlowski
2015-03-12  7:44 ` [RESEND PATCH v6 19/22] power_supply: 88pm860x_charger: Decrement the power supply's device reference counter Krzysztof Kozlowski
2015-03-12  7:44 ` [RESEND PATCH v6 20/22] power_supply: bq2415x_charger: " Krzysztof Kozlowski
2015-03-12  7:44 ` [RESEND PATCH v6 21/22] mfd: ab8500: " Krzysztof Kozlowski
2015-03-12  7:44 ` [RESEND PATCH v6 22/22] arm: mach-pxa: " Krzysztof Kozlowski
2015-03-13 13:02 ` [RESEND PATCH v6 00/22] power_supply: Allow safe usage of power supply 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=20150312120351.GA3383@x1 \
    --to=lee.jones@linaro.org \
    --cc=dbaryshkov@gmail.com \
    --cc=dwmw2@infradead.org \
    --cc=jkosina@suse.cz \
    --cc=k.kozlowski@samsung.com \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=rydberg@bitmath.org \
    --cc=sre@kernel.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).