Re: [PATCH 05/12] omap1: Add 7xx clocks and pin muxes for SPI

2010-01-09 Thread Cory Maccarrone
On Thu, Jan 7, 2010 at 11:15 AM, Tony Lindgren t...@atomide.com wrote: * Grazvydas Ignotas nota...@gmail.com [100107 01:44]: Thanks, for pointing that out, my fault for editing the patch.. Fixed below and now compile tested with omap1_spi100k enabled :) Run-time tested here too, everything

Re: [PATCH 05/12] omap1: Add 7xx clocks and pin muxes for SPI

2010-01-07 Thread Grazvydas Ignotas
snip diff --git a/arch/arm/mach-omap1/devices.c b/arch/arm/mach-omap1/devices.c index 23ded2d..17ebb47 100644 --- a/arch/arm/mach-omap1/devices.c +++ b/arch/arm/mach-omap1/devices.c @@ -14,6 +14,7 @@  #include linux/init.h  #include linux/platform_device.h  #include linux/io.h +#include

Re: [PATCH 05/12] omap1: Add 7xx clocks and pin muxes for SPI

2010-01-07 Thread Tony Lindgren
* Grazvydas Ignotas nota...@gmail.com [100107 01:44]: snip --- a/arch/arm/mach-omap1/devices.c +++ b/arch/arm/mach-omap1/devices.c @@ -196,6 +198,38 @@ void __init omap1_init_mmc(struct omap_mmc_platform_data **mmc_data,  

[PATCH 05/12] omap1: Add 7xx clocks and pin muxes for SPI

2010-01-06 Thread Tony Lindgren
From: Cory Maccarrone darkstar6...@gmail.com Commit 35c9049b27040d09461bc90928ad770be7ddf661 added drivers/spi/omap_spi_100k.c. This patch add the related clocks and pin muxing entries to make the driver work on omap7xx platforms. Signed-off-by: Cory Maccarrone darkstar6...@gmail.com