* [PATCH 2/4] Driver for Zipit Z2 battery chip
@ 2010-03-10 16:41 Marek Vasut
2010-03-22 2:27 ` Eric Miao
0 siblings, 1 reply; 7+ messages in thread
From: Marek Vasut @ 2010-03-10 16:41 UTC (permalink / raw)
To: linux-arm-kernel
Hi,
This patch adds driver for Zipit Z2 battery chip called AER915. No
details are known about the chip. The chip is available through I2C bus
at address 0x55 and it's register 0x02 contains battery voltage.
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0006-Driver-for-Zipit-Z2-battery-chip.patch
Type: text/x-patch
Size: 10862 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20100310/c3a69355/attachment-0001.bin>
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 2/4] Driver for Zipit Z2 battery chip
2010-03-10 16:41 [PATCH 2/4] Driver for Zipit Z2 battery chip Marek Vasut
@ 2010-03-22 2:27 ` Eric Miao
2010-04-05 3:05 ` Marek Vasut
0 siblings, 1 reply; 7+ messages in thread
From: Eric Miao @ 2010-03-22 2:27 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Mar 11, 2010 at 12:41 AM, Marek Vasut <marek.vasut@gmail.com> wrote:
> Hi,
> This patch adds driver for Zipit Z2 battery chip called AER915. No
> details are known about the chip. The chip is available through I2C bus
> at address 0x55 and it's register 0x02 contains battery voltage.
>
> Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
>
Anton Vorontsov Cc'ed.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 2/4] Driver for Zipit Z2 battery chip
2010-03-22 2:27 ` Eric Miao
@ 2010-04-05 3:05 ` Marek Vasut
2010-04-05 18:14 ` Anton Vorontsov
0 siblings, 1 reply; 7+ messages in thread
From: Marek Vasut @ 2010-04-05 3:05 UTC (permalink / raw)
To: linux-arm-kernel
Dne Po 22. b?ezna 2010 03:27:59 Eric Miao napsal(a):
> On Thu, Mar 11, 2010 at 12:41 AM, Marek Vasut <marek.vasut@gmail.com> wrote:
> > Hi,
> > This patch adds driver for Zipit Z2 battery chip called AER915. No
> > details are known about the chip. The chip is available through I2C bus
> > at address 0x55 and it's register 0x02 contains battery voltage.
> >
> > Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
>
> Anton Vorontsov Cc'ed.
>
Any updates/objections against merging ?
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 2/4] Driver for Zipit Z2 battery chip
2010-04-05 3:05 ` Marek Vasut
@ 2010-04-05 18:14 ` Anton Vorontsov
2010-04-06 2:59 ` Eric Miao
0 siblings, 1 reply; 7+ messages in thread
From: Anton Vorontsov @ 2010-04-05 18:14 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, Apr 05, 2010 at 05:05:13AM +0200, Marek Vasut wrote:
> Dne Po 22. b?ezna 2010 03:27:59 Eric Miao napsal(a):
> > On Thu, Mar 11, 2010 at 12:41 AM, Marek Vasut <marek.vasut@gmail.com> wrote:
> > > Hi,
> > > This patch adds driver for Zipit Z2 battery chip called AER915. No
> > > details are known about the chip. The chip is available through I2C bus
> > > at address 0x55 and it's register 0x02 contains battery voltage.
> > >
> > > Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
> >
> > Anton Vorontsov Cc'ed.
> >
> Any updates/objections against merging ?
Nope, looks OK.
Acked-by: Anton Vorontsov <cbouatmailru@gmail.com>
^^ This is for the case if you'd like to pass it via PXA tree
along with the platform support patch.
If you want me to take this patch via battery-2.6, I can do it
as well, just tell me.
Thanks,
--
Anton Vorontsov
email: cbouatmailru at gmail.com
irc://irc.freenode.net/bd2
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 2/4] Driver for Zipit Z2 battery chip
2010-04-05 18:14 ` Anton Vorontsov
@ 2010-04-06 2:59 ` Eric Miao
2010-04-06 16:37 ` Anton Vorontsov
0 siblings, 1 reply; 7+ messages in thread
From: Eric Miao @ 2010-04-06 2:59 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Apr 6, 2010 at 2:14 AM, Anton Vorontsov <cbouatmailru@gmail.com> wrote:
> On Mon, Apr 05, 2010 at 05:05:13AM +0200, Marek Vasut wrote:
>> Dne Po 22. b?ezna 2010 03:27:59 Eric Miao napsal(a):
>> > On Thu, Mar 11, 2010 at 12:41 AM, Marek Vasut <marek.vasut@gmail.com> wrote:
>> > > Hi,
>> > > This patch adds driver for Zipit Z2 battery chip called AER915. No
>> > > details are known about the chip. The chip is available through I2C bus
>> > > at address 0x55 and it's register 0x02 contains battery voltage.
>> > >
>> > > Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
>> >
>> > Anton Vorontsov Cc'ed.
>> >
>> Any updates/objections against merging ?
>
> Nope, looks OK.
>
> Acked-by: Anton Vorontsov <cbouatmailru@gmail.com>
>
> ^^ This is for the case if you'd like to pass it via PXA tree
> ? along with the platform support patch.
>
> If you want me to take this patch via battery-2.6, I can do it
> as well, just tell me.
>
Anton,
It's a battery driver, and I'd be glad if you can help merge this.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 2/4] Driver for Zipit Z2 battery chip
2010-04-06 2:59 ` Eric Miao
@ 2010-04-06 16:37 ` Anton Vorontsov
2010-04-06 22:59 ` Marek Vasut
0 siblings, 1 reply; 7+ messages in thread
From: Anton Vorontsov @ 2010-04-06 16:37 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Apr 06, 2010 at 10:59:05AM +0800, Eric Miao wrote:
[...]
> >> Any updates/objections against merging ?
> >
> > Nope, looks OK.
> >
> > Acked-by: Anton Vorontsov <cbouatmailru@gmail.com>
> >
> > ^^ This is for the case if you'd like to pass it via PXA tree
> > ? along with the platform support patch.
> >
> > If you want me to take this patch via battery-2.6, I can do it
> > as well, just tell me.
> >
>
> Anton,
>
> It's a battery driver, and I'd be glad if you can help merge this.
OK, applied to battery-2.6.git.
Thanks,
--
Anton Vorontsov
email: cbouatmailru at gmail.com
irc://irc.freenode.net/bd2
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 2/4] Driver for Zipit Z2 battery chip
2010-04-06 16:37 ` Anton Vorontsov
@ 2010-04-06 22:59 ` Marek Vasut
0 siblings, 0 replies; 7+ messages in thread
From: Marek Vasut @ 2010-04-06 22:59 UTC (permalink / raw)
To: linux-arm-kernel
Dne ?t 6. dubna 2010 18:37:33 Anton Vorontsov napsal(a):
> On Tue, Apr 06, 2010 at 10:59:05AM +0800, Eric Miao wrote:
> [...]
>
> > >> Any updates/objections against merging ?
> > >
> > > Nope, looks OK.
> > >
> > > Acked-by: Anton Vorontsov <cbouatmailru@gmail.com>
> > >
> > > ^^ This is for the case if you'd like to pass it via PXA tree
> > > along with the platform support patch.
> > >
> > > If you want me to take this patch via battery-2.6, I can do it
> > > as well, just tell me.
> >
> > Anton,
> >
> > It's a battery driver, and I'd be glad if you can help merge this.
>
> OK, applied to battery-2.6.git.
>
> Thanks,
>
Thanks Anton. Thanks Eric.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2010-04-06 22:59 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-10 16:41 [PATCH 2/4] Driver for Zipit Z2 battery chip Marek Vasut
2010-03-22 2:27 ` Eric Miao
2010-04-05 3:05 ` Marek Vasut
2010-04-05 18:14 ` Anton Vorontsov
2010-04-06 2:59 ` Eric Miao
2010-04-06 16:37 ` Anton Vorontsov
2010-04-06 22:59 ` Marek Vasut
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).