[PATCH] ARM: Add omap-specific barrier implementation

2010-03-06 Thread Santosh Shilimkar
This patch defines ARCH_HAS_BARRIERS for the OMAP4 platform if CACHE_L2X0 is enabled and adds the mach/barriers.h file. The mb() and wmb() barriers perform an L2 cache sync in addition to the DSB. The patch is based on top of Catalin's below series - [PATCH v3 0/4] ARM mandatory barriers

Re: [PATCH] ARM: Add omap-specific barrier implementation

2010-03-06 Thread Catalin Marinas
On Sat, 2010-03-06 at 09:13 +, Santosh Shilimkar wrote: This patch defines ARCH_HAS_BARRIERS for the OMAP4 platform if CACHE_L2X0 is enabled and adds the mach/barriers.h file. The mb() and wmb() barriers perform an L2 cache sync in addition to the DSB. The patch is based on top of

Re: [PATCH] mmc: omap_hsmmc: Fix conditional locking

2010-03-06 Thread Adrian Hunter
Thomas Gleixner wrote: Conditional locking on (!in_interrupt()) is broken by design and there is no reason to keep the host-irq_lock across the call to mmc_request_done(). Also the host-protect_card magic hack does not depend on the context Card protect does depend on not being invoked in the

[PATCH V4] OMAP: DSS: Add NEC NL8048HL11-01B display panel

2010-03-06 Thread Y, Kishore
From: Erik Gilling konk...@android.com Date: Wed, 2 Dec 2009 22:05:34 +0530 Subject: [PATCH] OMAP: DSS: Add NEC NL8048HL11-01B display panel NEC WVGA LCD NL8048HL11-01B support has been added. Signed-off-by: Mukund Mittal mmit...@ti.com Signed-off-by: Kishore Y kishor...@ti.com Reviewed-by:

[PATCH 0/2 V4] Enable DSS on zoom2/3 and 3630 sdp boards

2010-03-06 Thread Y, Kishore
From: Kishore Y kishor...@ti.com This patch series enables DSS and FB in zoom2, zoom3 and 3630sdp. Changes from version 3: - incorporated cosmetic changes - use twl init function for twl gpio's OMAP: DSS: Enable display on ZOOM2/3 3630SDP - Included display in boards and enabled in

[PATCH 1/2 V4] OMAP: DSS: Add display board file for zoom boards

2010-03-06 Thread Y, Kishore
From: Kishore Y kishor...@ti.com board-zoom-display.c added as a common file for display fucntionality on boards zoom2, zoom3 and 3630sdp Signed-off-by: Mukund Mittal mmit...@ti.com Signed-off-by: Kishore Y kishor...@ti.com Reviewed-by: Gadiyar, Anand gadi...@ti.com ---

[PATCH 2/2 V4] OMAP: DSS: Enable display on ZOOM2/3 3630SDP

2010-03-06 Thread Y, Kishore
From: Kishore Y kishor...@ti.com Enable dss and framebuffer on zoom2, zoom3 and 3630sdp boards. Signed-off-by: Mukund Mittal mmit...@ti.com Signed-off-by: Kishore Y kishor...@ti.com Reviewed-by: Gadiyar, Anand gadi...@ti.com --- arch/arm/configs/omap_3630sdp_defconfig | 60

Re: [PATCH 2/2] ftrace - add ftrace function_graph support on ARM

2010-03-06 Thread Russell King - ARM Linux
On Fri, Mar 05, 2010 at 04:36:47PM -0800, Tim Bird wrote: IRQENTRY_TEXT was added to vmlinux.lds.S (to eliminate a compiler error on kernel/trace/trace_functions_graph.c), although no routines were marked as __irq_entry. Well, ARM already places the assembly exception text in its own separate

Re: [PATCH] omap: i2c: Add i2c support on omap4 platform

2010-03-06 Thread Angelo Arrifano
On Ter, 2010-03-02 at 14:54 -0800, Tony Lindgren wrote: * Shilimkar, Santosh santosh.shilim...@ti.com [100227 21:28]: -Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Sunday, February 28, 2010 2:11 AM To: Shilimkar, Santosh Cc: ben-li...@fluff.org;

Re: [PATCH] omap: i2c: Add i2c support on omap4 platform

2010-03-06 Thread Cory Maccarrone
On Sat, Mar 6, 2010 at 4:47 PM, Angelo Arrifano mik...@gmail.com wrote: On Ter, 2010-03-02 at 14:54 -0800, Tony Lindgren wrote: * Shilimkar, Santosh santosh.shilim...@ti.com [100227 21:28]: -Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Sunday, February

Commit 0c8219f0... breaks omap7xx support

2010-03-06 Thread Cory Maccarrone
All, I've finally gotten some time to test the latest linux-omap code, and found the following commit: 4f2c49fedf... omap: Clean the serial port defines breaks current omap7xx support. To get linux-omap master to boot, I had to revert that, and the three two that follow it: