lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sat, 17 Dec 2011 10:55:15 +0100
From:	Pali Rohár <pali.rohar@...il.com>
To:	Tony Lindgren <tony@...mide.com>
Cc:	Anton Vorontsov <cbouatmailru@...il.com>,
	linux-kernel@...r.kernel.org,
	syed rafiuddin <rafiuddin.sayed@...il.com>,
	Rodolfo Giometti <giometti@...ux.it>,
	David Woodhouse <dwmw2@...radead.org>,
	Sebastian Reichel <sre@...ian.org>
Subject: Re: [PATCH] rx51: add bq27200 i2c board info

On Wednesday 07 December 2011 12:25:47 you wrote:
> * Anton Vorontsov <cbouatmailru@...il.com> [111125 14:28]:
> > Cc'ing Tony Lindgren.
> > 
> > Tony, OK to pass this via battery git tree?
> 
> Sorry for the delay, yes that's fine with me:
> 
> Acked-by: Tony Lindgren <tony@...mide.com>

Anton Vorontsov, can you now include this patch into battery tree?

> 
> > p.s. Though, not sure if we really should bother w/ these #ifs.
> 
> Up to you, looks like they could be left out.

Now I see that these #ifs is not needed.

> 
> > On Fri, Nov 25, 2011 at 11:53:06PM +0100, Pali Rohár wrote:
> > > I forgot to send patch which enable bq27x00_battery driver on Nokia N900 
RX51. Here is:
> > > >From c06d00aa9d394ab5b65bbd5361c6da8424afbfe5 Mon Sep 17 00:00:00
> > > >2001
> > > 
> > > From: =?UTF-8?q?Pali=20Roh=C3=A1r?= <pali.rohar@...il.com>
> > > Date: Fri, 25 Nov 2011 23:42:54 +0100
> > > Subject: [PATCH] rx51: add bq27200 i2c board info
> > > 
> > > ---
> > > 
> > >  arch/arm/mach-omap2/board-rx51-peripherals.c |    5 +++++
> > >  1 files changed, 5 insertions(+), 0 deletions(-)
> > > 
> > > diff --git a/arch/arm/mach-omap2/board-rx51-peripherals.c
> > > b/arch/arm/mach-omap2/board-rx51-peripherals.c index
> > > 5a886cd..23c626e 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[] = {> > 
> > >  		.platform_data  = &rx51_lp5523_platform_data,
> > >  	
> > >  	},
> > >  
> > >  #endif
> > > 
> > > +#if defined(CONFIG_BATTERY_BQ27X00_I2C) ||
> > > defined(CONFIG_BATTERY_BQ27X00_I2C_MODULE) +	{
> > > +		I2C_BOARD_INFO("bq27200", 0x55),
> > > +	},
> > > +#endif
> > > 
> > >  	{
> > >  	
> > >  		I2C_BOARD_INFO("tpa6130a2", 0x60),
> > >  		.platform_data = &rx51_tpa6130a2_data,

-- 
Pali Rohár
pali.rohar@...il.com
Download attachment "signature.asc" of type "application/pgp-signature" (199 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ