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

2010-03-06 Thread Angelo Arrifano
of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html I just tested this on omap-testing with my HTC Wizard (omap850) using board-htcherald with little modifications. - I2C works as expected here. Acked-by: Angelo Arrifano mik...@gmail.com

Re: [APPLIED] [PATCH] omapfb: Reorder Register_framebuffer call

2009-09-22 Thread Angelo Arrifano
Tony Lindgren wrote: * Jan Blunck jblu...@infradead.org [090922 07:59]: On Tue, Sep 22, 2009 at 3:31 AM, Tony Lindgren t...@atomide.com wrote: This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: omap-fixes Initial commit ID (Likely to change):

Re: [APPLIED] [PATCH] omapfb: Reorder Register_framebuffer call

2009-09-22 Thread Angelo Arrifano
Aguirre Rodriguez, Sergio Alberto wrote: From: linux-omap-ow...@vger.kernel.org [linux-omap-ow...@vger.kernel.org] On Behalf Of Angelo Arrifano [mik...@gmail.com] Sent: Tuesday, September 22, 2009 12:21 PM To: Tony Lindgren Cc: Alistair Buxton; linux-omap@vger.kernel.org Subject: Re

Re: [APPLIED] [PATCH 3/3] [ARM] omap850: Use ck_ref clock for omap850.

2009-09-22 Thread Angelo Arrifano
Tony Lindgren wrote: This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: omap-fixes Initial commit ID (Likely to change): 16f038289768a16888e0131471f7c7eb841d36bf Just a notice, this patch *as-is* will probably break the tree. Current

[PATCH 1/3] [ARM] omap850: Fix wrong jtag_id.

2009-09-04 Thread Angelo Arrifano
Original message: The previous value of the jtag_id was set for the omap730. For the omap850, this value is different, and this was causing autodetection to fail. Reported-by: Cory Maccarrone darkstar6...@gmail.com Angelo Arrifano mik...@gmail.com Alistair Buxton a.j.bux...@gmail.com

[PATCH 2/3] [ARM] omap850: Fix a OMAP_MPUIO_VBASE typo.

2009-09-04 Thread Angelo Arrifano
This was crashing omap850 devices. Reported-by: Alistair Buxton a.j.bux...@gmail.com Signed-off-by: Angelo Arrifano mik...@gmail.com --- arch/arm/plat-omap/gpio.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/plat-omap/gpio.c b/arch/arm/plat-omap/gpio.c

[PATCH 3/3] [ARM] omap850: Use ck_ref clock for omap850.

2009-09-04 Thread Angelo Arrifano
This clock is required for booting. Signed-off-by: Angelo Arrifano mik...@gmail.com --- arch/arm/mach-omap1/clock.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap1/clock.c b/arch/arm/mach-omap1/clock.c index 436eed2..d2d5ece 100644 --- a/arch/arm