[APPLIED] [PATCH 2/5] omap mmc: Add better MMC low-level init

2009-03-24 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Commit: ed39a47fbc83f2c0d82aaadca7dec9fe8f061f83 PatchWorks http://patchwork.kernel.org/patch/13766/ Git

Re: [PATCH 2/5] omap mmc: Add better MMC low-level init

2009-03-23 Thread Ladislav Michl
On Tue, Jan 13, 2009 at 03:43:44PM +0200, Tony Lindgren wrote: diff --git a/arch/arm/plat-omap/include/mach/mmc.h b/arch/arm/plat-omap/include/mach/mmc.h index 031250f..1129e97 100644 --- a/arch/arm/plat-omap/include/mach/mmc.h +++ b/arch/arm/plat-omap/include/mach/mmc.h @@ -51,7

Re: [PATCH 2/5] omap mmc: Add better MMC low-level init

2009-01-13 Thread Tony Lindgren
* Ladislav Michl la...@linux-mips.org [090111 01:03]: On Sat, Jan 10, 2009 at 11:49:42PM +0100, Ladislav Michl wrote: On Sun, Dec 07, 2008 at 01:47:47PM -0800, Tony Lindgren wrote: diff --git a/arch/arm/mach-omap1/board-h2-mmc.c b/arch/arm/mach-omap1/board-h2-mmc.c index

Re: [PATCH 2/5] omap mmc: Add better MMC low-level init

2009-01-10 Thread Ladislav Michl
On Sat, Jan 10, 2009 at 11:49:42PM +0100, Ladislav Michl wrote: On Sun, Dec 07, 2008 at 01:47:47PM -0800, Tony Lindgren wrote: diff --git a/arch/arm/mach-omap1/board-h2-mmc.c b/arch/arm/mach-omap1/board-h2-mmc.c index 504ae88..409fa56 100644 --- a/arch/arm/mach-omap1/board-h2-mmc.c +++

[PATCH 2/5] omap mmc: Add better MMC low-level init

2008-12-07 Thread Tony Lindgren
This will simplify the MMC low-level init, and make it more flexible to add support for a newer MMC controller in the following patches. The patch rearranges platform data and gets rid of slot vs controller confusion in the old data structures. Also fix device id numbering in the clock code.