Re: [PATCH 1/2 v2] musb: Add context save and restore support

2009-12-13 Thread Gupta, Ajay Kumar
>Adding support for MUSB register save and restore during system >suspend and resume. > >Changes: >    - Added musb_save/restore_context() functions >    - Added platform specific musb_platform_save/restore_context() >  to handle platform specific jobs. >    - Maintaining Black

Re: bootloader compilation

2009-12-13 Thread Dirk Behme
On 14.12.2009 08:02, Niamathullah sharief wrote: Hello,i am newbie. i am having beagle board with me. now i want to compile bootloader. what is theprocedure to do that? where can i find the right tutorial to compile bootloader. i didnt find the right tutorial for newbie. please help me. htt

RE: [PATCH] OMAP3: hwmod: check for clkdomain pointer before accesing it to change the sleep dependencies.

2009-12-13 Thread Gopinath, Thara
>>-Original Message- >>From: Kevin Hilman [mailto:khil...@deeprootsystems.com] >>Sent: Thursday, December 10, 2009 10:36 PM >>To: Gopinath, Thara >>Cc: linux-omap@vger.kernel.org; Paul Walmsley >>Subject: Re: [PATCH] OMAP3: hwmod: check for clkdomain pointer before >>accesing it to chang

bootloader compilation

2009-12-13 Thread Niamathullah sharief
Hello,i am newbie. i am having beagle board with me. now i want to compile bootloader. what is theprocedure to do that? where can i find the right tutorial to compile bootloader. i didnt find the right tutorial for newbie. please help me. thank you -- To unsubscribe from this list: send th

Re: [PATCH 2/2]: Introducing 'gpmc-nand.c' for GPMC specific NAND init

2009-12-13 Thread Vimal Singh
> Any news on posting the updated version of this? Would be nice to > get it in this merge window, so time's running out :) > > When re-posting, please also cc linux-arm-ker...@lists.infradead.org > in addition to linux-omap list. That way we can have it quickly > reviewed there too. > Sorry for r

RE: [PATCH v7 2/5] OMAP: McBSP: Modify macros/functions API for easy cache access

2009-12-13 Thread Varadarajan, Charu Latha
>> >@@ -612,7 +597,6 @@ EXPORT_SYMBOL(omap_mcbsp_stop); >> > int omap_mcbsp_pollwrite(unsigned int id, u16 buf) >> > { >> >struct omap_mcbsp *mcbsp; >> >- void __iomem *base; >> > >> >if (!omap_mcbsp_check_valid_id(id)) { >> >printk(KERN_ERR "%s: Invalid id (%d)\n", >> >__fu

[RFC] MUSB: Workaround for Ethernet data alignment issue

2009-12-13 Thread Patra, Nilkesh
On the latest version of MUSB, DMA is not working properly if the Data in the packet doesn't start at 32bit aligned address. This issue was found while using MUSB as g_ether. The basic ping does not work, if the data in the Ethernet packet does not start at 32bit aligned address. To overcome t

Re: most up-to-date linux-omap 2.6.31 not booting on N810

2009-12-13 Thread Luke-Jr
How did you get this debug output? I'm hoping something other than the serial "header", since that's impractical to use at all... :/ On Thursday 17 September 2009 05:19:31 am Stefano Panella wrote: > Hi, > > I have just tried to boot a kernel image using n8x0_defconfig file, > using the most up-

[RFC PATCH] OMAP: DSS2: RFBI driver: Cleanup "kfifo is full" test

2009-12-13 Thread Heikki Orsila
RFBI_CMD_FIFO_LEN_BYTES might not be a power-of-two, but kfifo() allocates the size up to the next power of two, which makes (RFBI_CMD_FIFO_LEN_BYTES - kfifo_len()) look very dubious (possibly a negative value!). Notes: [1] Not tested nor compiled here [2] The removed code compares int with a si

Re: [RFC][PATCH 4/5] input: serio: add support for Amstrad Delta serial keyboard port

2009-12-13 Thread Janusz Krzysztofik
Hi Dmitry, Sunday 13 December 2009 00:20:03 Dmitry Torokhov napisał(a): > > atkbd is supposed to support PS/2 devices speaking AT keyboard protocol. > We also do support such devices behind dumb controllers that do not > allow querying the device but we expect those to at least produce the > stand

[PATCH v2 1/2] OMAP: convert boards to use physmap-flash

2009-12-13 Thread Ladislav Michl
Convert OMAP based boards to use physmap-flash. Refreshed against today's Linux omap kernel tree Signed-off-by: Ladislav Michl --- /dev/null 2009-12-08 14:04:43.543715066 +0100 +++ linux-omap-2.6/arch/arm/plat-omap/include/plat/flash.h 2009-12-08 18:53:34.0 +0100 @@ -0,0 +1,16 @@

Re: [PATCH v4 0/8] TWL6030 patch series

2009-12-13 Thread Samuel Ortiz
Hi Balaji, On Fri, Dec 11, 2009 at 09:25:09PM +0530, Krishnamoorthy, Balaji T wrote: > The TWL6030 is companion chip for OMAP4 like the current TWL4030 > for OMAP3. This patch series adds support for TWL6030 irq framework, and > driver support for RTC and regulator. > > > [PATCH v4 01/08]

Re: [PATCH v5] mmc-omap: Add support for 16-bit and 32-bit registers

2009-12-13 Thread Cory Maccarrone
On Mon, Nov 23, 2009 at 10:37 AM, Cory Maccarrone wrote: > The omap850 and omap730 use 16-bit registers instead of 32-bit, requiring > a modification of the register addresses in the mmc-omap driver.  To resolve > this, a bit shift is performed on base register addresses, either by 1 or 2 > bits d

Re: [PATCH v3 03/04] ARM: OMAP: Rename twl4030_ in rtc-twl.c to make it generic rtc

2009-12-13 Thread Samuel Ortiz
Hi Alessandro, On Wed, Nov 18, 2009 at 03:42:52PM +0100, Alessandro Zummo wrote: > On Thu, 1 Oct 2009 17:50:33 +0530 > balaj...@ti.com wrote: > > > From: Balaji T K > > > > This patch renames all twl4030_ functions to twl_ so that RTC driver can be > > shared between Triton and Phoenix. >

[PATCH 2/3] Initial support for Technexion Thunderboard : Asoc sound

2009-12-13 Thread Daniel Toussaint
Dear All, Patches reformatted for mainline. Daniel Toussaint Signed-off-by: Daniel Toussaint diff -Nur linux-2.6.32-pristine/sound/soc/omap/Kconfig linux-2.6.32-patched/sound/soc/omap/Kconfig --- linux-2.6.32-pristine/sound/soc/omap/Kconfig 2009-12-03 04:51:21.0 +0100 +++ linux-2.6.32

[PATCH 1/3] Initial support for Technexion Thunderboard : boardsupport

2009-12-13 Thread Daniel Toussaint
Dear All, Patches reformatted for mainline. Daniel Toussaint Signed-off-by: Daniel Toussaint diff -Nur linux-2.6.32-pristine/arch/arm/mach-omap2/board-omap3thunder.c linux-2.6.32-patched/arch/arm/mach-omap2/board-omap3thunder.c --- linux-2.6.32-pristine/arch/arm/mach-omap2/board-omap3thunder.c

[PATCH 0/3] Initial support for Technexion Thunderboard : defconfig

2009-12-13 Thread Daniel Toussaint
Dear All, Patches reformatted for mainline. Signed-off-by: Daniel Toussaint diff -Nur linux-2.6.32-pristine/arch/arm/configs/omap3_thunder_defconfig linux-2.6.32-patched/arch/arm/configs/omap3_thunder_defconfig --- linux-2.6.32-pristine/arch/arm/configs/omap3_thunder_defconfig 1970-01-01 01:00:

[PATCH 5/5] OMAP: remove duplicated #include

2009-12-13 Thread Huang Weiyi
Remove duplicated #include('s) in drivers/video/omap/lcd_omap3beagle.c Signed-off-by: Huang Weiyi --- drivers/video/omap/lcd_omap3beagle.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/video/omap/lcd_omap3beagle.c b/drivers/video/omap/lcd_omap3beagle.c index

[PATCH 1/5] OMAP2: remove duplicated #include

2009-12-13 Thread Huang Weiyi
Remove duplicated #include('s) in arch/arm/mach-omap2/clock34xx.c arch/arm/mach-omap2/io.c Signed-off-by: Huang Weiyi --- arch/arm/mach-omap2/clock34xx.c |1 - arch/arm/mach-omap2/io.c|1 - 2 files changed, 0 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-omap2/clo