RE: [PATCH-V3 2/4] arm:omap:am33xx: Update common OMAP machine specific sources

2011-11-05 Thread Hiremath, Vaibhav
-Original Message- From: Hiremath, Vaibhav Sent: Tuesday, September 20, 2011 8:02 PM To: linux-omap@vger.kernel.org Cc: Hilman, Kevin; p...@pwsan.com; t...@atomide.com; linux-arm- ker...@lists.infradead.org; Mohammed, Afzal; Hiremath, Vaibhav Subject: [PATCH-V3 2/4] arm:omap:am33xx:

RE: [PATCH-V3 2/4] arm:omap:am33xx: Update common OMAP machine specific sources

2011-11-05 Thread Hiremath, Vaibhav
-Original Message- From: Hiremath, Vaibhav Sent: Saturday, November 05, 2011 3:11 PM To: Hiremath, Vaibhav; linux-omap@vger.kernel.org Cc: Hilman, Kevin; p...@pwsan.com; t...@atomide.com; linux-arm- ker...@lists.infradead.org; Mohammed, Afzal Subject: RE: [PATCH-V3 2/4]

[PATCH] ARM: OMAP3: Fix dependencies for OMAP3_EMU

2011-11-05 Thread Thomas Weber
This patch fixes the dependencies for OMAP3_EMU after commit 53eebb0df85e4005 ARM: OC_ETM should not select ARM_AMBA When OMAP3 debugging peripherals is selected the warning: (OMAP3_EMU) selects OC_ETM which has unmet direct dependencies (ARM_AMBA) appears, which results in:

Re: [PATCH] ARM: OMAP3: Fix dependencies for OMAP3_EMU

2011-11-05 Thread Russell King - ARM Linux
On Sat, Nov 05, 2011 at 05:57:59PM +0100, Thomas Weber wrote: This patch fixes the dependencies for OMAP3_EMU after commit 53eebb0df85e4005 ARM: OC_ETM should not select ARM_AMBA When OMAP3 debugging peripherals is selected the warning: (OMAP3_EMU) selects OC_ETM which has unmet direct

[PATCH] cbus-tahvo: Add tahvo_write_reg locking

2011-11-05 Thread Michael Büsch
tahvo_write_reg() needs to take the mutex to avoid a race condition with tahvo_set_clear_reg_bits: tahvo_set_clear_reg_bits(): | tahvo_write_reg(): __tahvo_read_reg()| | __tahvo_write_reg() -- race here __tahvo_write_reg() |

Re: [PATCH] ARM: OMAP3: Fix dependencies for OMAP3_EMU

2011-11-05 Thread Arnd Bergmann
On Saturday 05 November 2011, Russell King - ARM Linux wrote: On Sat, Nov 05, 2011 at 05:57:59PM +0100, Thomas Weber wrote: This patch fixes the dependencies for OMAP3_EMU after commit 53eebb0df85e4005 ARM: OC_ETM should not select ARM_AMBA When OMAP3 debugging peripherals is selected

RX51: tsc2005 platform data

2011-11-05 Thread Sebastian Reichel
Hi, Please add tsc2005 to board-rx51-peripherals.c. The code should have gone through the input queue according to [0], but only the touchscreen driver is part of the mainline linux kernel since 2.6.39-rc1. I attached the patch adding tsc2005 support to the rx51 board file, updated to apply