Re: [PATCH] board-n8x0: add USB initialization

2010-02-28 Thread Kalle Valo
Hi Francisco, Francisco Alecrim alec...@gmail.com writes: From: Francisco Alecrim francisco.alec...@openbossa.org Signed-off-by: Kalle Valo kalle.v...@iki.fi Signed-off-by: Francisco Alecrim francisco.alec...@openbossa.org Signed-off-by: Tony Lindgren t...@atomide.com Please do not add my

Re: [PATCH] MFD: TWL4030: introduce remove_script function

2010-02-28 Thread Samuel Ortiz
Hi Mike, On Mon, Feb 22, 2010 at 11:16:30AM -0600, mturque...@gmail.com wrote: From: Mike Turquette mturque...@ti.com New function twl4030_remove_script(u8 flags) takes a script type as defined in twl.h and prevents any script already loaded in that position from running. This is

linux-next: manual merge of the omap tree with the tree

2010-02-28 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the omap tree got a conflict in arch/arm/plat-omap/Kconfig between commit d6d502fa4be1acd01971476fc732c95a4da16d90 (ARM: 5952/1: ARM: MM: Add ARM_L1_CACHE_SHIFT_6 for handle inside each ARCH Kconfig) from the arm tree and commits

Re: [PATCH] board-n8x0: add USB initialization

2010-02-28 Thread Francisco Alecrim
On Sun, Feb 28, 2010 at 2:57 PM, Kalle Valo kalle.v...@iki.fi wrote: Hi Francisco, Francisco Alecrim alec...@gmail.com writes: From: Francisco Alecrim francisco.alec...@openbossa.org Signed-off-by: Kalle Valo kalle.v...@iki.fi Signed-off-by: Francisco Alecrim

RE: [PATCH 2/4] USB: MUSB: Enable MUSB for OMAP4 in Kconfig

2010-02-28 Thread Maulik
Olof, We have such an option USB_MUSB_SOC that takes care of all platforms where MUSB is present. But the Inventra DMA case is typical. Not all architectures that have MUSB use Inventra DMA for e.g Davinci uses CPPI DMA. Yeah, sorry. I didn't mean the INVENTRA_DMA config option as much as

Re: [PATCH] board-n8x0: add USB initialization

2010-02-28 Thread Felipe Balbi
Hi, On Sat, Feb 27, 2010 at 09:50:31PM -0400, Francisco Alecrim wrote: +static struct musb_hdrc_eps_bits musb_eps[] = { this structure is being removed from current code, it's not used anywhere. You can drop it. + { ep1_tx, 5,}, + { ep1_rx, 5,}, + {

Re: [PATCH 1/5 v2] omap2/3/4: mailbox: remove compiler warning

2010-02-28 Thread Hiroshi DOYU
From: ext Tony Lindgren t...@atomide.com Subject: Re: [PATCH 1/5 v2] omap2/3/4: mailbox: remove compiler warning Date: Thu, 25 Feb 2010 23:34:14 +0100 * Anna, Suman s-a...@ti.com [100223 07:57]: From 02c45559105c62343e31226fe67117231ea10c35 Mon Sep 17 00:00:00 2001 From: Suman Anna