Re: [PATCH 2/3] N810: Don't export camera orientation

2008-05-15 Thread andrzej zaborowski
On 15/05/2008, Felipe Balbi [EMAIL PROTECTED] wrote: On Wed, May 14, 2008 at 03:04:37PM +0300, Sakari Ailus wrote: ext Felipe Balbi wrote: Hello Felipe, and thanks for reviewing the patch! :) On Tue, 13 May 2008 19:04:22 +0300, Sakari Ailus [EMAIL PROTECTED] wrote: @@ -298,12

[PATCH] ARM: OMAP: board-omap3beagle: fix merge-damage in RTC code

2008-05-15 Thread Koen Kooi
This patch fixes the merge-damage in the beagleboard RTC code Signed-off-by: Koen Kooi [EMAIL PROTECTED] --- arch/arm/mach-omap2/board-omap3beagle.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-omap2/board-omap3beagle.c

Re: [PATCH 1/2] Input: Fix lm8323 probe and module unloading

2008-05-15 Thread Felipe Balbi
On Wed, May 14, 2008 at 09:01:18PM -0700, Tony Lindgren wrote: Make module unloading and reloading behave: - Driver probe could fail if input_register_device fails as no error was returned from probe - Driver interrupt was using unused platform_data field, change to use i2c platform

Re: [PATCH 2/3] N810: Don't export camera orientation

2008-05-15 Thread andrzej zaborowski
On 15/05/2008, Felipe Balbi [EMAIL PROTECTED] wrote: On Thu, May 15, 2008 at 08:54:34AM +0200, andrzej zaborowski wrote: On 15/05/2008, Felipe Balbi [EMAIL PROTECTED] wrote: On Wed, May 14, 2008 at 03:04:37PM +0300, Sakari Ailus wrote: ext Felipe Balbi wrote: Hello

Re: [PATCH 2/2] Input: Make lm8323 sticky key to work with console

2008-05-15 Thread andrzej zaborowski
On 15/05/2008, Felipe Balbi [EMAIL PROTECTED] wrote: On Wed, May 14, 2008 at 09:01:19PM -0700, Tony Lindgren wrote: This allows using N810 keyboard from console by adding optional Fn and shift sticky key handling by passing them from platform_data. Currently some not so obvious

Re: [PATCH 2/3] N810: Don't export camera orientation

2008-05-15 Thread Felipe Balbi
On Thu, May 15, 2008 at 10:11:59AM +0200, andrzej zaborowski wrote: This doesn't change anything - since machine_is_... is not constant, the whole expression is not constant and is a syntax error. The compiler needs to know at compile time whether to store a 0 or a 1 in the initialiser. ugh,

Re: [PATCH 2/2] Input: Make lm8323 sticky key to work with console

2008-05-15 Thread Felipe Balbi
On Thu, May 15, 2008 at 10:14:24AM +0200, andrzej zaborowski wrote: On 15/05/2008, Felipe Balbi [EMAIL PROTECTED] wrote: On Wed, May 14, 2008 at 09:01:19PM -0700, Tony Lindgren wrote: This allows using N810 keyboard from console by adding optional Fn and shift sticky key handling by

Re: [PATCH 0/2] Make N810 keyboard work with console

2008-05-15 Thread Daniel Stone
On Wed, May 14, 2008 at 09:01:17PM -0700, ext Tony Lindgren wrote: Here are few fun patches for N810 hackers to make the integrated keyboard work with console :) This should be done in a generic way and the old behaviour is preserved if optional sticky keys are not passed from platform_data.

[RESENDING PATCH 2/4] ARM: OMAP: Add basic board support for OMAP LDP.

2008-05-15 Thread Nishant Kamat
This adds basic board support for the OMAP3430 LDP development platform. It adds support for the touchscreen, RTC, UART, USB and MMC - all of which work with little or no changes w.r.t. the OMAP3430 SDP. Signed-off-by: Nishant Kamat [EMAIL PROTECTED] --- arch/arm/mach-omap2/Kconfig |

[RESENDING PATCH 4/4] ARM: OMAP: Add ethernet support for OMAP LDP

2008-05-15 Thread Nishant Kamat
This patch adds ethernet support (smc911x) for OMAP LDP platform. Signed-off-by: Nishant Kamat [EMAIL PROTECTED] --- arch/arm/configs/omap_ldp_defconfig | 164 - arch/arm/mach-omap2/board-ldp.c | 51 ++ include/asm-arm/arch-omap/board-ldp.h |

[RESENDING PATCH 3/4] ARM: OMAP: Add default kernel config for OMAP LDP

2008-05-15 Thread Nishant Kamat
This patch adds a default config for the OMAP LDP platform. It supports UART, touchscreen, RTC, Mentor USB and MMC drivers. Signed-off-by: Nishant Kamat [EMAIL PROTECTED] --- arch/arm/configs/omap_ldp_defconfig | 1196 +++ 1 files changed, 1196 insertions(+), 0

RE: [RESENDING PATCH 0/4] Support for omap3430 LDP (zoom)

2008-05-15 Thread Kamat, Nishant
Steve, -Original Message- From: Steve Sakoman [mailto:[EMAIL PROTECTED] Sent: Thursday, May 15, 2008 8:12 PM To: Kamat, Nishant Cc: linux-omap@vger.kernel.org Subject: Re: [RESENDING PATCH 0/4] Support for omap3430 LDP (zoom) Nishant, It's not clear what order the patches

[PATCH] ARM: OMAP: Add basic board support for OMAP LDP.

2008-05-15 Thread Nishant Kamat
This adds basic board support for the OMAP3430 LDP development platform. It adds support for the touchscreen, RTC, UART, USB and MMC - all of which work with little or no changes w.r.t. the OMAP3430 SDP. Signed-off-by: Nishant Kamat [EMAIL PROTECTED] --- arch/arm/mach-omap2/Kconfig |

[PATCH] ARM: OMAP: Add ethernet support for OMAP LDP

2008-05-15 Thread Nishant Kamat
This patch adds ethernet support (smc911x) for OMAP LDP platform. Signed-off-by: Nishant Kamat [EMAIL PROTECTED] --- arch/arm/configs/omap_ldp_defconfig | 164 - arch/arm/mach-omap2/board-ldp.c | 51 ++ include/asm-arm/arch-omap/board-ldp.h |

[PATCH] ARM: OMAP: Add register defines for TWL4030 vaux1

2008-05-15 Thread Nishant Kamat
This patch adds the register defines for TWL4030 VAUX1. Signed-off-by: Nishant Kamat [EMAIL PROTECTED] --- include/linux/i2c/twl4030.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/linux/i2c/twl4030.h b/include/linux/i2c/twl4030.h index 05d07f9..40af46e 100644

N810: linux-2.6.26-rc2-omap1 with muru.com N810 patches

2008-05-15 Thread green
Hello, I am trying to run Debian Sid on a Nokia N810. I have tried several different kernel sources and lots of different configs without seeing anything but the NOKIA splash screen. Therefore, my current goal has been reduced to simply booting a kernel and seeing some text output from it so

Re: OMAP3530 EVM Sources are on linux.omap.com

2008-05-15 Thread Remith Ravi
Khasim, After running the power management command ' echo mem /sys/power/state ' the OMAP3430EVM entered into suspend state. Now what I have to do to make the system resume the normal state? I tried pressing some keys but it didn't help. Regards, Remith Mistral Solutions. On Mon, May 12,

[PATCH] Chip message format is either 8-bit cmd or 8-bit cmd + 16-bit data.

2008-05-15 Thread Roman Tereshonkov
Fix the touchscreen input device name. No need in msg.spi = ts-spi assignments. It is done in spi_async called from spi_sync. No need in driver bus assignment. It is done in spi_driver_register. Signed-off-by: Roman Tereshonkov [EMAIL PROTECTED] --- drivers/input/touchscreen/tsc2005.c | 36

Re: N810: linux-2.6.26-rc2-omap1 with muru.com N810 patches

2008-05-15 Thread Felipe Balbi
On Thu, 15 May 2008 09:09:14 -0500, green [EMAIL PROTECTED] wrote: Hello, I am trying to run Debian Sid on a Nokia N810. I have tried several different kernel sources and lots of different configs without seeing anything but the NOKIA splash screen. Therefore, my current goal has been

Re: [PATCH] mach-omap2/powerdomain.c: convert rwsem to rwlock

2008-05-15 Thread Dirk Behme
Paul Walmsley wrote: The generic rwsem implementation of down_read() and down_write() does not save and restore interrupt state. This causes powerdomain code to inadvertently enable interrupts early in the boot process, causing init/main.c to complain. This patch converts powerdomain locking

Re: N810: linux-2.6.26-rc2-omap1 with muru.com N810 patches

2008-05-15 Thread green
On Thu, 2008.05.15, 136, green wrote: I have built a Debian Sid armel chroot on the N810 and have compiled many kernels in the chroot. I send the kernels to the N810 using the flasher (-f -k $IMAGE -R). I've also built 2.6.26-rc2-omap1 (with muru.com N810 patches) on my amd64 system using

Re: [PATCH 0/2] Make N810 keyboard work with console

2008-05-15 Thread Tony Lindgren
* Daniel Stone [EMAIL PROTECTED] [080515 01:57]: On Wed, May 14, 2008 at 09:01:17PM -0700, ext Tony Lindgren wrote: Here are few fun patches for N810 hackers to make the integrated keyboard work with console :) This should be done in a generic way and the old behaviour is preserved if

Re: Query ISP1301 with OMAP

2008-05-15 Thread David Brownell
On Thursday 15 May 2008, Pandita, Vikram wrote: Another observation: There is a comment in isp1301_omap.c file: static void power_up(struct isp1301 *isp)         /* do this only when cpu is driving transceiver,          * so host won't see a low speed device...          */ Could anyone

Re: [PATCH 1/2] Input: Fix lm8323 probe and module unloading, take #2

2008-05-15 Thread Tony Lindgren
* Felipe Balbi [EMAIL PROTECTED] [080515 01:00]: On Wed, May 14, 2008 at 09:01:18PM -0700, Tony Lindgren wrote: Make module unloading and reloading behave: - Driver probe could fail if input_register_device fails as no error was returned from probe - Driver interrupt was using

Re: [PATCH 0/2] Make N810 keyboard work with console, take #2

2008-05-15 Thread Tony Lindgren
* Tony Lindgren [EMAIL PROTECTED] [080515 10:22]: * Daniel Stone [EMAIL PROTECTED] [080515 01:57]: On Wed, May 14, 2008 at 09:01:17PM -0700, ext Tony Lindgren wrote: Here are few fun patches for N810 hackers to make the integrated keyboard work with console :) This should be done in a

Re: N810: linux-2.6.26-rc2-omap1 with muru.com N810 patches

2008-05-15 Thread green
On Thu, 2008.05.15, 136, Felipe Balbi wrote: Always, one of these two happens after I flash the compiled zImage: - The NOKIA splash screen is displayed for about 20 seconds and then the N810 powers off. - The splash screen is shown for 1 second and the device resets (loop); I

Re: N810: linux-2.6.26-rc2-omap1 with muru.com N810 patches

2008-05-15 Thread green
On Thu, 2008.05.15, 136, Tony Lindgren wrote: * green [EMAIL PROTECTED] [080515 10:03]: On Thu, 2008.05.15, 136, green wrote: I have built a Debian Sid armel chroot on the N810 and have compiled many kernels in the chroot. I send the kernels to the N810 using the flasher (-f -k

Re: N810: linux-2.6.26-rc2-omap1 with muru.com N810 patches

2008-05-15 Thread Tony Lindgren
* green [EMAIL PROTECTED] [080515 12:45]: On Thu, 2008.05.15, 136, Tony Lindgren wrote: * green [EMAIL PROTECTED] [080515 10:03]: On Thu, 2008.05.15, 136, green wrote: I have built a Debian Sid armel chroot on the N810 and have compiled many kernels in the chroot. I send the

[PATCH] clock34xx.c: fix spinlock reentry in omap3_noncore_dpll_enable()

2008-05-15 Thread Paul Walmsley
omap3_noncore_dpll_enable() calls clk_get_rate(), which causes an attempt to re-enter the clockfw_lock spinlock. Fix by calling omap2_get_dpll_rate() instead. Signed-off-by: Paul Walmsley [EMAIL PROTECTED] --- arch/arm/mach-omap2/clock34xx.c |2 +- 1 files changed, 1 insertions(+), 1

Re: [PATCH 0/2] Add sram34xx.S

2008-05-15 Thread Tony Lindgren
* Tony Lindgren [EMAIL PROTECTED] [080328 04:46]: Hi all, Following two patches add sram34xx.S based on Karthik's patch and what's at [1]. Looks like the sram code in [1] is newer so I've used that. Let me know if that's not the case. Karthik, can you please check and ack? I've only

Re: [PATCH 3/3] CBUS: Make retu watchdog behave like a standard Linux watchdog

2008-05-15 Thread Tony Lindgren
* Tony Lindgren [EMAIL PROTECTED] [080512 18:17]: * Igor Stoppa [EMAIL PROTECTED] [080512 17:56]: Hi Tony, On Mon, 2008-05-12 at 17:35 -0700, ext Tony Lindgren wrote: Make retu watchdog behave like a standard Linux watchdog. Let the kernel do the kicking until the watchdog device is

Re: N810: linux-2.6.26-rc2-omap1 with muru.com N810 patches (success)

2008-05-15 Thread green
On Thu, 2008.05.15, 136, Tony Lindgren wrote: * green [EMAIL PROTECTED] [080515 12:45]: Okay, I've got the zImage and updated patches; thanks. This zImage does work, but fails to mount root device (maybe something I did wrong; I'll worry about that later). Could you send the

wear-leveling necessary on N810 internal/removable cards?

2008-05-15 Thread green
Okay, I guess this a somewhat off-topic question for this list, but I'm not sure where else to ask it, so please forgive me. Simply: do the controllers for the internal and removeable Flash cards of the Nokia N810 do wear-leveling automatically or should I use something like JFFS2 to handle

Re: wear-leveling necessary on N810 internal/removable cards?

2008-05-15 Thread Kyungmin Park
Hi, On Fri, May 16, 2008 at 8:11 AM, green [EMAIL PROTECTED] wrote: Okay, I guess this a somewhat off-topic question for this list, but I'm not sure where else to ask it, so please forgive me. Simply: do the controllers for the internal and removeable Flash cards of the Nokia N810 do

Re: [PATCH] Performance enhancement for MMCSD when feature CONFIG_MMC_BLOCK_BOUNCE is enabled in the MMC core

2008-05-15 Thread Kyungmin Park
Hi, On Thu, May 15, 2008 at 10:30 PM, Felipe Balbi [EMAIL PROTECTED] wrote: Hi, this list moved to linux-omap@vger.kernel.org ;-) On Thu, May 15, 2008 at 4:25 PM, Kumar, Purushotam [EMAIL PROTECTED] wrote: This patch will increase performance significantly. In my testing with a SD Extreme

Re: wear-leveling necessary on N810 internal/removable cards?

2008-05-15 Thread green
On Fri, 2008.05.16, 137, Kyungmin Park wrote: On Fri, May 16, 2008 at 8:11 AM, green [EMAIL PROTECTED] wrote: Simply: do the controllers for the internal and removeable Flash cards of the Nokia N810 do wear-leveling automatically or should I use something like JFFS2 to handle that? I

Re: ALSA SoC for TWL4030

2008-05-15 Thread Jarkko Nikula
On Thu, 15 May 2008 17:39:32 +0200 ext Koen Kooi [EMAIL PROTECTED] wrote: Op 15 mei 2008, om 17:18 heeft Steve Sakoman het volgende geschreven: I'm thinking of tackling audio support for the OMAP3 EVM next. I'd like to make sure that I'm not duplicating work :-) Is anyone aware of any