From: Darren Hart <dvhart@infradead.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>,
linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org,
Cezary Jackiewicz <cezary.jackiewicz@gmail.com>,
platform-driver-x86@vger.kernel.org,
Kyungmin Park <kyungmin.park@samsung.com>,
Marek Szyprowski <m.szyprowski@samsung.com>
Subject: Re: [PATCH v4 11/20] power_supply: Change ownership from driver to core
Date: Tue, 3 Mar 2015 08:44:01 -0800 [thread overview]
Message-ID: <20150303164401.GC83894@vmdeb7> (raw)
In-Reply-To: <1424950273.19456.7.camel@AMDC1943>
On Thu, Feb 26, 2015 at 12:31:13PM +0100, Krzysztof Kozlowski wrote:
> On czw, 2015-02-26 at 12:28 +0100, Krzysztof Kozlowski wrote:
> > On śro, 2015-02-25 at 22:14 -0800, Darren Hart wrote:
> > > On Thu, Feb 26, 2015 at 01:45:22AM +0100, Sebastian Reichel wrote:
> >
> > (...)
> >
> > > > I would like to merge this via the power supply subsystem. Some of
> > > > the files being patched are not under my maintainence, though. It
> > > > would be nice if I get an Acked-By from their maintainers.
> > > >
> > > > As far as I can see this patch is currently missing feedback from:
> > > >
> > > > arch/x86/platform/olpc: x86 Maintainers
> > > > drivers/acpi: Rafael J. Wysocki, Len Brown
> > > > drivers/hid: Jiri Kosina
> > > > drivers/platform/x86: Darren Hart
> > >
> > > For compal-laptop.c:
> > >
> > > Acked-by: Darren Hart <dvhart@linux.intel.com>
>
> (previous mail sent by mistake)
>
> Hi Darren,
>
> Could you also look at my other fixes sent few days ago:
> https://lkml.org/lkml/2015/2/20/158
> compal-laptop: Check return value of power_supply_register
>
> It touches the same line so the patchset power-supply-rework depends on
> it to avoid conflicts. If the fix looks OK, maybe it could go through
> Sebastian's tree with your ack?
Done, and apologies for the delay. Going through Sebastien is preferred, thanks.
--
Darren Hart
Intel Open Source Technology Center
next prev parent reply other threads:[~2015-03-03 16:44 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-23 11:47 [PATCH v4 00/20] power_supply: Allow safe usage of power supply Krzysztof Kozlowski
2015-02-23 11:47 ` [PATCH v4 01/20] power_supply: Add driver private data Krzysztof Kozlowski
2015-02-23 11:47 ` [PATCH v4 02/20] power_supply: Move run-time configuration to separate structure Krzysztof Kozlowski
2015-02-26 0:34 ` Sebastian Reichel
2015-02-26 1:10 ` Dmitry Torokhov
2015-02-26 1:58 ` Sebastian Reichel
2015-02-23 11:47 ` [PATCH v4 03/20] power_supply: Add API for safe access of power supply function attrs Krzysztof Kozlowski
2015-02-23 11:47 ` [PATCH v4 04/20] power_supply: sysfs: Use power_supply_*() API for accessing " Krzysztof Kozlowski
2015-02-23 11:47 ` [PATCH v4 05/20] power_supply: 88pm860x_charger: " Krzysztof Kozlowski
2015-02-23 11:47 ` [PATCH v4 06/20] power_supply: ab8500: " Krzysztof Kozlowski
2015-02-23 11:47 ` [PATCH v4 07/20] mfd: " Krzysztof Kozlowski
2015-02-23 11:47 ` [PATCH v4 08/20] power_supply: apm_power: " Krzysztof Kozlowski
2015-02-23 11:47 ` [PATCH v4 09/20] power_supply: bq2415x_charger: " Krzysztof Kozlowski
2015-02-23 11:47 ` [PATCH v4 10/20] power_supply: charger-manager: " Krzysztof Kozlowski
2015-02-23 11:47 ` [PATCH v4 11/20] power_supply: Change ownership from driver to core Krzysztof Kozlowski
2015-02-26 0:45 ` Sebastian Reichel
2015-02-26 6:14 ` Darren Hart
2015-02-26 11:28 ` Krzysztof Kozlowski
2015-02-26 11:31 ` Krzysztof Kozlowski
2015-03-03 16:44 ` Darren Hart [this message]
2015-02-26 9:30 ` Krzysztof Kozlowski
2015-02-26 8:24 ` Lee Jones
2015-02-23 11:47 ` [PATCH v4 12/20] power_supply: Add power_supply_put for decrementing device reference counter Krzysztof Kozlowski
2015-02-23 11:47 ` [PATCH v4 13/20] power_supply: Increment power supply use counter when obtaining references Krzysztof Kozlowski
2015-02-23 11:47 ` [PATCH v4 14/20] power_supply: charger-manager: Decrement the power supply's device reference counter Krzysztof Kozlowski
2015-02-23 11:47 ` [PATCH v4 15/20] x86/olpc/xo1/sci: Use newly added power_supply_put API Krzysztof Kozlowski
2015-02-23 11:47 ` [PATCH v4 16/20] x86/olpc/xo15/sci: " Krzysztof Kozlowski
2015-02-23 11:47 ` [PATCH v4 17/20] power_supply: 88pm860x_charger: Decrement the power supply's device reference counter Krzysztof Kozlowski
2015-02-23 11:47 ` [PATCH v4 18/20] power_supply: bq2415x_charger: " Krzysztof Kozlowski
2015-02-23 11:47 ` [PATCH v4 19/20] mfd: ab8500: " Krzysztof Kozlowski
2015-02-23 11:47 ` [PATCH v4 20/20] arm: mach-pxa: " Krzysztof Kozlowski
2015-02-23 22:18 ` [PATCH v4 00/20] power_supply: Allow safe usage of power supply Pavel Machek
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=20150303164401.GC83894@vmdeb7 \
--to=dvhart@infradead.org \
--cc=cezary.jackiewicz@gmail.com \
--cc=dbaryshkov@gmail.com \
--cc=dwmw2@infradead.org \
--cc=k.kozlowski@samsung.com \
--cc=kyungmin.park@samsung.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=m.szyprowski@samsung.com \
--cc=platform-driver-x86@vger.kernel.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