RE: [PATCH V4 3/3] OMAP: I2C: Add mpu wake up latency constraint in i2c

2009-11-22 Thread kalle.jokiniemi
> -Original Message- > From: ext Kevin Hilman [mailto:khil...@deeprootsystems.com] > Sent: 20. marraskuuta 2009 18:28 > To: Jokiniemi Kalle (Nokia-D/Tampere); Tony Lindgren > Cc: linux-omap@vger.kernel.org; m-sonas...@ti.com; Hogander > Jouni (Nokia-D/Tampere) > Subject: Re: [PATCH V4 3/3

Re: [PATCH 1/1] DSPBRIDGE: cache operation against kernel address instead of user's

2009-11-22 Thread Hiroshi DOYU
Hi Russell, From: ext Russell King Subject: Re: [PATCH 1/1] DSPBRIDGE: cache operation against kernel address instead of user's Date: Sat, 21 Nov 2009 20:17:25 +0100 > On Tue, Nov 17, 2009 at 08:41:08AM +0200, Hiroshi DOYU wrote: > > From: Hiroshi DOYU > > Subject: Re: [PATCH 1/1] DSPBRIDGE: c

[PATCH 3/3] [OMAP] HTCHERALD: Add USB configuration to HTC Herald

2009-11-22 Thread Cory Maccarrone
This change implements USB client side support into the HTC Herald board configuration. It uses a similar, but updated algorithm to initialize the USB as is used in the linwizard project. Signed-off-by: Cory Maccarrone --- arch/arm/mach-omap1/board-htcherald.c | 70 +++

[PATCH 2/3] [OMAP] USB: Add omap7xx-specific pin muxing

2009-11-22 Thread Cory Maccarrone
This adds the initialization for the pin muxing required for USB to function properly on omap7xx hardware. Signed-off-by: Cory Maccarrone --- arch/arm/plat-omap/usb.c |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/arch/arm/plat-omap/usb.c b/arch/arm/plat-omap/usb

[PATCH 1/3] [OMAP1] MUX: Add omap7xx-specific USB mux pins

2009-11-22 Thread Cory Maccarrone
In order to successfully use USB on omap7xx devices, the pin muxes implemented by this patch are needed. This had been done manually in board files used by linwizard -- this patch ports the required changes more properly. Signed-off-by: Cory Maccarrone --- arch/arm/mach-omap1/mux.c

[PATCH 0/3] Add USB mux support for omap7xx and config for HTC Herald

2009-11-22 Thread Cory Maccarrone
This patch set updates the mux configuration and omap USB driver for omap7xx devices, and adds USB initialization code to the HTC Herald board. These patches have been created against the latest for-next branch of linux-omap. Cory Maccarrone (3): [OMAP1] MUX: Add omap7xx-specific USB mux pins

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

2009-11-22 Thread Cory Maccarrone
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 depending on the CPU in use. This yields the correct registers for

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

2009-11-22 Thread Cory Maccarrone
On Sun, Nov 22, 2009 at 12:20 PM, Tony Lindgren wrote: > Hi, > > You need to set the register shift dynamically during init as cpu_is_omap7xx > is not static if multiple omaps are compiled in. > > Then maybe set functions for omap_mmc_read/write that shift the registers? > Ah, right, that got by

Re: Additional patches for USB support on HTC Herald?

2009-11-22 Thread Tony Lindgren
* Cory Maccarrone [091122 11:54]: > Hi all, > > I recently submitted patches to get HTC Herald board support into the > kernel, and they've been added to the for-next branch. Since then, > I've managed to get USB support working for that board, so my question > is, with the patches not yet pulle

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

2009-11-22 Thread Tony Lindgren
Hi, * Cory Maccarrone [091122 11:34]: > The omap850 and omap730 use 16-bit registers instead of 32-bit, requiring > a modification of the register addresses in the mmc-omap driver. > > Signed-off-by: Marek Belisko > Signed-off-by: Cory Maccarrone > --- > drivers/mmc/host/omap.c | 56 +++

Additional patches for USB support on HTC Herald?

2009-11-22 Thread Cory Maccarrone
Hi all, I recently submitted patches to get HTC Herald board support into the kernel, and they've been added to the for-next branch. Since then, I've managed to get USB support working for that board, so my question is, with the patches not yet pulled into the kernel proper, if I submitted an inc

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

2009-11-22 Thread Cory Maccarrone
The omap850 and omap730 use 16-bit registers instead of 32-bit, requiring a modification of the register addresses in the mmc-omap driver. Signed-off-by: Marek Belisko Signed-off-by: Cory Maccarrone --- drivers/mmc/host/omap.c | 56 -- 1 files chang

Re: NULL pointer dereference with 2.6.31 on OMAP243

2009-11-22 Thread Tony Lindgren
Hi, Added linux-omap list and Paul to Cc. * Chris Banker [091119 12:34]: > I'm having trouble with the 2.6.31 kernel running on an OMAP2430 > board.  I was able to get the board to boot using 2.6.31rc1, but am > having some issue with 2.6.31. > > With low-level debugging enabled, I get the outp