Re: [PATCH 1/2] Initial BN Nook Color (encore) support.

2011-05-15 Thread Igor Grinberg
On 05/13/11 06:52, Oleg Drokin wrote: Hello! On May 9, 2011, at 3:03 AM, Igor Grinberg wrote: Bare-bones board file, comes with serial console, gpio keys, MMC/SDCard and USB support. Signed-off-by: Oleg Drokin gr...@linuxhacker.ru --- In general, here you should write the version

Re: [PATCH 1/2] Initial BN Nook Color (encore) support.

2011-05-12 Thread Oleg Drokin
Hello! On May 9, 2011, at 3:03 AM, Igor Grinberg wrote: Bare-bones board file, comes with serial console, gpio keys, MMC/SDCard and USB support. Signed-off-by: Oleg Drokin gr...@linuxhacker.ru --- In general, here you should write the version history of your patch... umm, ok. Do you

Re: [PATCH 1/2] Initial BN Nook Color (encore) support.

2011-05-09 Thread Igor Grinberg
Hi Oleg, On 05/09/11 00:50, gr...@linuxhacker.ru wrote: From: Oleg Drokin gr...@linuxhacker.ru Bare-bones board file, comes with serial console, gpio keys, MMC/SDCard and USB support. Signed-off-by: Oleg Drokin gr...@linuxhacker.ru --- In general, here you should write the version history

Re: [PATCH 1/2] Initial BN Nook Color (encore) support.

2011-05-09 Thread Mark Brown
On Sun, May 08, 2011 at 05:50:06PM -0400, gr...@linuxhacker.ru wrote: + /* + * link regulators to MMC adapters ... we know the + * regulators will be set up only *after* we return. + */ + encore_vmmc1_supply.dev = mmc[1].dev; Just specify dev_name in the supply rather

[PATCH 1/2] Initial BN Nook Color (encore) support.

2011-05-08 Thread green
From: Oleg Drokin gr...@linuxhacker.ru Bare-bones board file, comes with serial console, gpio keys, MMC/SDCard and USB support. Signed-off-by: Oleg Drokin gr...@linuxhacker.ru --- arch/arm/mach-omap2/Kconfig |5 + arch/arm/mach-omap2/Makefile |2 +

Re: [PATCH 1/2] Initial BN Nook Color (encore) support.

2011-05-03 Thread Tony Lindgren
* gr...@linuxhacker.ru gr...@linuxhacker.ru [110428 08:55]: From: Oleg Drokin gr...@linuxhacker.ru Bare-bones board file, comes with serial console, gpio keys, MMC/SDCard and USB support. Good to see that. Unfortunately you probably have to do few more rebases on the devel-cleanup branch

Re: [PATCH 1/2] Initial BN Nook Color (encore) support.

2011-05-03 Thread Vladimir Pantelic
Oleg Drokin wrote: Hello! Is there any special support needed for 3621, though? My understanding is that's just 3630 without a phone part? 3621 is more or less a 3630 in a different package, less pins, 0.5mm ball pitch and no PoP option. The .29 kernel they had only added

[PATCH 1/2] Initial BN Nook Color (encore) support.

2011-04-28 Thread green
From: Oleg Drokin gr...@linuxhacker.ru Bare-bones board file, comes with serial console, gpio keys, MMC/SDCard and USB support. --- arch/arm/mach-omap2/Kconfig |5 + arch/arm/mach-omap2/Makefile |2 + arch/arm/mach-omap2/board-omap3encore.c | 380

Re: [PATCH 1/2] Initial BN Nook Color (encore) support.

2011-04-28 Thread Abimanyu Gottumukkala
Hi, Nook color has Ti OMAP 3621. 3621 CPU Support is not available in current kernel, adding CPU support will be nice before board. BN is set to release new source code in few days, taking new code as porting base is also recommended. Regards, Abimanyu G On Thu, Apr 28, 2011 at 9:27 PM,

Re: [PATCH 1/2] Initial BN Nook Color (encore) support.

2011-04-28 Thread Oleg Drokin
Hello! Is there any special support needed for 3621, though? My understanding is that's just 3630 without a phone part? The .29 kernel they had only added is_omap3621 stuff that's not called anywhere, but smartreflex code (I guess that's might be useful to add too of course). I know

Re: [PATCH 1/2] Initial BN Nook Color (Encore) support

2011-04-27 Thread Mike Rapoport
On 04/27/11 04:52, gr...@linuxhacker.ru wrote: From: Oleg Drokin gr...@linuxhacker.ru Just bare-bones board file that has only serial console working. --- arch/arm/mach-omap2/Kconfig|5 + arch/arm/mach-omap2/Makefile |1 +

[PATCH 1/2] Initial BN Nook Color (Encore) support

2011-04-26 Thread green
From: Oleg Drokin gr...@linuxhacker.ru Just bare-bones board file that has only serial console working. --- arch/arm/mach-omap2/Kconfig|5 + arch/arm/mach-omap2/Makefile |1 + arch/arm/mach-omap2/board-omap3encore.c| 152