From: Tony Lindgren <tony@atomide.com>
To: Anton Vorontsov <cbouatmailru@gmail.com>
Cc: "Pali Rohár" <pali.rohar@gmail.com>,
"David Woodhouse" <dwmw2@infradead.org>,
linux-kernel@vger.kernel.org,
"Joerg Reisenweber" <joerg@openmoko.org>,
"Ivaylo Dimitrov" <freemangordon@abv.bg>,
linux-omap@vger.kernel.org
Subject: Re: [PATCH v2] New Nokia RX-51 power supply battery driver
Date: Wed, 21 Nov 2012 11:20:43 -0800 [thread overview]
Message-ID: <20121121192042.GG18567@atomide.com> (raw)
In-Reply-To: <20121119182002.GA2670@lizard>
* Anton Vorontsov <cbouatmailru@gmail.com> [121119 10:25]:
> On Mon, Nov 19, 2012 at 01:18:29PM +0100, Pali Rohár wrote:
> [...]
> > Ok. Here is missing patch which register this driver in Nokia N900 board code. Without it driver is not loaded.
>
> Cc'ing OMAP folks.
Looks OK to me queue with the other patches in the series:
Acked-by: Tony Lindgren <tony@atomide.com>
> From 0b60efd06a71668439bcb761c6572dd7df91dc17 Mon Sep 17 00:00:00 2001
> > From: =?UTF-8?q?Pali=20Roh=C3=A1r?= <pali.rohar@gmail.com>
> > Date: Mon, 19 Nov 2012 09:05:24 +0100
> > Subject: [PATCH 1/3] ARM: OMAP: rx51: Register platform device for
> > rx51_battery driver
> > MIME-Version: 1.0
> > Content-Type: text/plain; charset=UTF-8
> > Content-Transfer-Encoding: 8bit
> >
> > Signed-off-by: Pali Rohár <pali.rohar@gmail.com>
> > ---
> > arch/arm/mach-omap2/board-rx51-peripherals.c | 6 ++++++
> > 1 file changed, 6 insertions(+)
> >
> > diff --git a/arch/arm/mach-omap2/board-rx51-peripherals.c b/arch/arm/mach-omap2/board-rx51-peripherals.c
> > index 020e03c..fe1ac7e 100644
> > --- a/arch/arm/mach-omap2/board-rx51-peripherals.c
> > +++ b/arch/arm/mach-omap2/board-rx51-peripherals.c
> > @@ -271,11 +271,17 @@ static struct platform_device rx51_charger_device = {
> > },
> > };
> >
> > +static struct platform_device rx51_battery_device = {
> > + .name = "rx51-battery",
> > + .id = -1,
> > +};
> > +
> > static void __init rx51_charger_init(void)
> > {
> > WARN_ON(gpio_request_one(RX51_USB_TRANSCEIVER_RST_GPIO,
> > GPIOF_OUT_INIT_HIGH, "isp1704_reset"));
> >
> > + platform_device_register(&rx51_battery_device);
> > platform_device_register(&rx51_charger_device);
> > }
> >
> > --
> > 1.7.10.4
> >
> > --
> > Pali Rohár
> > pali.rohar@gmail.com
next prev parent reply other threads:[~2012-11-21 19:20 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-30 20:04 [PATCH] New Nokia RX-51 power supply battery driver Pali Rohár
2012-10-30 22:39 ` Anton Vorontsov
2012-10-31 9:48 ` [PATCH v2] " Pali Rohár
2012-11-18 23:12 ` Anton Vorontsov
2012-11-19 12:18 ` Pali Rohár
2012-11-19 18:20 ` Anton Vorontsov
2012-11-21 19:20 ` Tony Lindgren [this message]
2012-12-17 6:55 ` Anton Vorontsov
2013-03-30 18:07 ` Pavel Machek
2013-03-30 18:35 ` Anton Vorontsov
2013-03-30 21:42 ` Pavel Machek
2013-03-30 22:51 ` Pali Rohár
2013-04-09 23:55 ` Pavel Machek
2013-04-10 9:26 ` Pavel Machek
2013-04-10 10:06 ` 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=20121121192042.GG18567@atomide.com \
--to=tony@atomide.com \
--cc=cbouatmailru@gmail.com \
--cc=dwmw2@infradead.org \
--cc=freemangordon@abv.bg \
--cc=joerg@openmoko.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=pali.rohar@gmail.com \
/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.