Re: [PATCH v2] New Nokia RX-51 power supply battery driver

2013-04-10 Thread Pavel Machek
Hi! > > > Thanks for the review, Pavel! Although, the patch is in > > > Linus' tree long ago. ;-) > > > > Yeah... I did a bit of history-digging ;-). Now, I should > > figure out how to put custom kernel on n900 _and_ keep it in > > working state at the same time. > > > > (I installed some kind

Re: [PATCH v2] New Nokia RX-51 power supply battery driver

2013-04-10 Thread Pavel Machek
Hi! > open source flasher 0x (working on x86-64 too) which can load > kernel and initfs via usb to n900 RAM without flashing nand: > https://gitorious.org/0x/0x Well, it compiles, and seems to work. Includes extensive documentation, but... How do I put the device into mode where it

Re: [PATCH v2] New Nokia RX-51 power supply battery driver

2013-04-10 Thread Pavel Machek
Hi! open source flasher 0x (working on x86-64 too) which can load kernel and initfs via usb to n900 RAM without flashing nand: https://gitorious.org/0x/0x Well, it compiles, and seems to work. Includes extensive documentation, but... How do I put the device into mode where it

Re: [PATCH v2] New Nokia RX-51 power supply battery driver

2013-04-10 Thread Pavel Machek
Hi! Thanks for the review, Pavel! Although, the patch is in Linus' tree long ago. ;-) Yeah... I did a bit of history-digging ;-). Now, I should figure out how to put custom kernel on n900 _and_ keep it in working state at the same time. (I installed some kind of multiboot,

Re: [PATCH v2] New Nokia RX-51 power supply battery driver

2013-04-09 Thread Pavel Machek
HI! > kernel git repository with n900 patches (now based on v3.8-rc3): > https://gitorious.org/linux-n900/linux-n900 Ok, I am getting this with defconfig: CC arch/arm/mach-omap2/board-rx51-peripherals.o arch/arm/mach-omap2/board-rx51-peripherals.c:1040: error: unknown field ‘arb_mode’

Re: [PATCH v2] New Nokia RX-51 power supply battery driver

2013-04-09 Thread Pavel Machek
HI! kernel git repository with n900 patches (now based on v3.8-rc3): https://gitorious.org/linux-n900/linux-n900 Ok, I am getting this with defconfig: CC arch/arm/mach-omap2/board-rx51-peripherals.o arch/arm/mach-omap2/board-rx51-peripherals.c:1040: error: unknown field ‘arb_mode’

Re: [PATCH v2] New Nokia RX-51 power supply battery driver

2013-03-30 Thread Pali Rohár
On Saturday 30 March 2013 22:42:29 Pavel Machek wrote: > On Sat 2013-03-30 11:35:26, Anton Vorontsov wrote: > > On Sat, Mar 30, 2013 at 07:07:05PM +0100, Pavel Machek wrote: > > > On Wed 2012-10-31 10:48:40, Pali Rohár wrote: > > > > Hello, I fixed style issues and added it to Makefile and > > > >

Re: [PATCH v2] New Nokia RX-51 power supply battery driver

2013-03-30 Thread Pavel Machek
On Sat 2013-03-30 11:35:26, Anton Vorontsov wrote: > On Sat, Mar 30, 2013 at 07:07:05PM +0100, Pavel Machek wrote: > > On Wed 2012-10-31 10:48:40, Pali Rohár wrote: > > > Hello, I fixed style issues and added it to Makefile and Kconfig. > > > > > > power_supply: Add Nokia RX-51 battery driver > >

Re: [PATCH v2] New Nokia RX-51 power supply battery driver

2013-03-30 Thread Anton Vorontsov
On Sat, Mar 30, 2013 at 07:07:05PM +0100, Pavel Machek wrote: > On Wed 2012-10-31 10:48:40, Pali Rohár wrote: > > Hello, I fixed style issues and added it to Makefile and Kconfig. > > > > power_supply: Add Nokia RX-51 battery driver > > > > This driver exporting battery design capacity,

Re: [PATCH v2] New Nokia RX-51 power supply battery driver

2013-03-30 Thread Pavel Machek
On Wed 2012-10-31 10:48:40, Pali Rohár wrote: > Hello, I fixed style issues and added it to Makefile and Kconfig. > > power_supply: Add Nokia RX-51 battery driver > > This driver exporting battery design capacity, temperature and voltage > for battery in Nokia RX-51. This driver is needed for

Re: [PATCH v2] New Nokia RX-51 power supply battery driver

2013-03-30 Thread Pavel Machek
On Wed 2012-10-31 10:48:40, Pali Rohár wrote: Hello, I fixed style issues and added it to Makefile and Kconfig. power_supply: Add Nokia RX-51 battery driver This driver exporting battery design capacity, temperature and voltage for battery in Nokia RX-51. This driver is needed for open

Re: [PATCH v2] New Nokia RX-51 power supply battery driver

2013-03-30 Thread Anton Vorontsov
On Sat, Mar 30, 2013 at 07:07:05PM +0100, Pavel Machek wrote: On Wed 2012-10-31 10:48:40, Pali Rohár wrote: Hello, I fixed style issues and added it to Makefile and Kconfig. power_supply: Add Nokia RX-51 battery driver This driver exporting battery design capacity, temperature and

Re: [PATCH v2] New Nokia RX-51 power supply battery driver

2013-03-30 Thread Pavel Machek
On Sat 2013-03-30 11:35:26, Anton Vorontsov wrote: On Sat, Mar 30, 2013 at 07:07:05PM +0100, Pavel Machek wrote: On Wed 2012-10-31 10:48:40, Pali Rohár wrote: Hello, I fixed style issues and added it to Makefile and Kconfig. power_supply: Add Nokia RX-51 battery driver This

Re: [PATCH v2] New Nokia RX-51 power supply battery driver

2013-03-30 Thread Pali Rohár
On Saturday 30 March 2013 22:42:29 Pavel Machek wrote: On Sat 2013-03-30 11:35:26, Anton Vorontsov wrote: On Sat, Mar 30, 2013 at 07:07:05PM +0100, Pavel Machek wrote: On Wed 2012-10-31 10:48:40, Pali Rohár wrote: Hello, I fixed style issues and added it to Makefile and Kconfig.

Re: [PATCH v2] New Nokia RX-51 power supply battery driver

2012-12-16 Thread Anton Vorontsov
On Wed, Nov 21, 2012 at 11:20:43AM -0800, Tony Lindgren wrote: > * Anton Vorontsov [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

Re: [PATCH v2] New Nokia RX-51 power supply battery driver

2012-12-16 Thread Anton Vorontsov
On Wed, Nov 21, 2012 at 11:20:43AM -0800, Tony Lindgren wrote: * Anton Vorontsov cbouatmai...@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

Re: [PATCH v2] New Nokia RX-51 power supply battery driver

2012-11-21 Thread Tony Lindgren
* Anton Vorontsov [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

Re: [PATCH v2] New Nokia RX-51 power supply battery driver

2012-11-21 Thread Tony Lindgren
* Anton Vorontsov cbouatmai...@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

Re: [PATCH v2] New Nokia RX-51 power supply battery driver

2012-11-19 Thread Anton Vorontsov
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. > From 0b60efd06a71668439bcb761c6572dd7df91dc17 Mon Sep 17 00:00:00 2001 > From:

Re: [PATCH v2] New Nokia RX-51 power supply battery driver

2012-11-19 Thread Pali Rohár
On Sunday 18 November 2012 15:12:40 Anton Vorontsov wrote: > On Wed, Oct 31, 2012 at 10:48:40AM +0100, Pali Rohár wrote: > > Hello, I fixed style issues and added it to Makefile and > > Kconfig. > > > > power_supply: Add Nokia RX-51 battery driver > > > > This driver exporting battery design

Re: [PATCH v2] New Nokia RX-51 power supply battery driver

2012-11-19 Thread Pali Rohár
On Sunday 18 November 2012 15:12:40 Anton Vorontsov wrote: On Wed, Oct 31, 2012 at 10:48:40AM +0100, Pali Rohár wrote: Hello, I fixed style issues and added it to Makefile and Kconfig. power_supply: Add Nokia RX-51 battery driver This driver exporting battery design capacity,

Re: [PATCH v2] New Nokia RX-51 power supply battery driver

2012-11-19 Thread Anton Vorontsov
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. From 0b60efd06a71668439bcb761c6572dd7df91dc17 Mon Sep 17 00:00:00 2001 From:

Re: [PATCH v2] New Nokia RX-51 power supply battery driver

2012-11-18 Thread Anton Vorontsov
On Wed, Oct 31, 2012 at 10:48:40AM +0100, Pali Rohár wrote: > Hello, I fixed style issues and added it to Makefile and Kconfig. > > power_supply: Add Nokia RX-51 battery driver > > This driver exporting battery design capacity, temperature and voltage > for battery in Nokia RX-51. This driver is

Re: [PATCH v2] New Nokia RX-51 power supply battery driver

2012-11-18 Thread Anton Vorontsov
On Wed, Oct 31, 2012 at 10:48:40AM +0100, Pali Rohár wrote: Hello, I fixed style issues and added it to Makefile and Kconfig. power_supply: Add Nokia RX-51 battery driver This driver exporting battery design capacity, temperature and voltage for battery in Nokia RX-51. This driver is