From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751719Ab1LFPtc (ORCPT ); Tue, 6 Dec 2011 10:49:32 -0500 Received: from mail-ey0-f174.google.com ([209.85.215.174]:64159 "EHLO mail-ey0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750937Ab1LFPtb (ORCPT ); Tue, 6 Dec 2011 10:49:31 -0500 From: Pali =?ISO-8859-1?Q?Roh=E1r?= To: Anton Vorontsov Cc: linux-kernel@vger.kernel.org, syed rafiuddin , Rodolfo Giometti , David Woodhouse , Tony Lindgren , Felipe Contreras Subject: Re: [PATCH] rx51: add bq27200 i2c board info Date: Tue, 06 Dec 2011 16:49:25 +0100 Message-ID: <2256294.JYCsOv3hxn@pali-elitebook> User-Agent: KMail/4.7.3 (Linux/3.2.0-3-generic; KDE/4.7.3; x86_64; ; ) In-Reply-To: <20111125230321.GA12373@oksana.dev.rtsoft.ru> References: <1316531933-7159-1-git-send-email-pali.rohar@gmail.com> <1680176.R2HCxgKt4B@pali-elitebook> <20111125230321.GA12373@oksana.dev.rtsoft.ru> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart4472368.tsDvaZRCiy"; micalg="pgp-sha1"; protocol="application/pgp-signature" Content-Transfer-Encoding: quoted-printable Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --nextPart4472368.tsDvaZRCiy Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" On Saturday 26 November 2011 03:03:21 Anton Vorontsov wrote: > Cc'ing Tony Lindgren. >=20 > Tony, OK to pass this via battery git tree? >=20 > Thanks, >=20 > p.s. Though, not sure if we really should bother w/ these #ifs. >=20 > On Fri, Nov 25, 2011 at 11:53:06PM +0100, Pali Roh=E1r wrote: > > I forgot to send patch which enable bq27x00_battery driver on Nokia= N900=20 RX51. Here is: > > >From c06d00aa9d394ab5b65bbd5361c6da8424afbfe5 Mon Sep 17 00:00:00 = 2001 > >=20 > > From: =3D?UTF-8?q?Pali=3D20Roh=3DC3=3DA1r?=3D > > Date: Fri, 25 Nov 2011 23:42:54 +0100 > > Subject: [PATCH] rx51: add bq27200 i2c board info > >=20 > > --- > >=20 > > arch/arm/mach-omap2/board-rx51-peripherals.c | 5 +++++ > > 1 files changed, 5 insertions(+), 0 deletions(-) > >=20 > > diff --git a/arch/arm/mach-omap2/board-rx51-peripherals.c > > b/arch/arm/mach-omap2/board-rx51-peripherals.c index 5a886cd..23c62= 6e > > 100644 > > --- a/arch/arm/mach-omap2/board-rx51-peripherals.c > > +++ b/arch/arm/mach-omap2/board-rx51-peripherals.c > > @@ -940,6 +940,11 @@ static struct i2c_board_info __initdata > > rx51_peripherals_i2c_board_info_2[] =3D {>=20 > > =09=09.platform_data =3D &rx51_lp5523_platform_data, > > =09 > > =09}, > > =20 > > #endif > >=20 > > +#if defined(CONFIG_BATTERY_BQ27X00_I2C) || > > defined(CONFIG_BATTERY_BQ27X00_I2C_MODULE) +=09{ > > +=09=09I2C_BOARD_INFO("bq27200", 0x55), > > +=09}, > > +#endif > >=20 > > =09{ > > =09 > > =09=09I2C_BOARD_INFO("tpa6130a2", 0x60), > > =09=09.platform_data =3D &rx51_tpa6130a2_data, What is problem with including this patch too? --=20 Pali Roh=E1r pali.rohar@gmail.com --nextPart4472368.tsDvaZRCiy Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEABECAAYFAk7eOYUACgkQi/DJPQPkQ1JCcACfc0AqqOxFIj+IXAQoIxkjsemg 7ZgAnA6V6kXMaEqai7fUU5FTo0MmSywL =BPpd -----END PGP SIGNATURE----- --nextPart4472368.tsDvaZRCiy--