Re: [PATCH] sdhci: sdhci-pxa only supports mmp2 at this time. Change Kconfig

2010-11-22 Thread Mark F. Brown
On Wed, Nov 17, 2010 at 9:56 PM, Philip Rakity prak...@marvell.com wrote: From 9de09a0575163c223f0aed0842daec9161b2f72e Mon Sep 17 00:00:00 2001 From: Philip Rakity prak...@marvell.com Date: Wed, 17 Nov 2010 18:52:16 -0800 Subject: [PATCH] sdhci: sdhci-pxa only supports mmp2 at this time

Re: [PATCH] sdhci: sdhci-pxa only supports mmp2 at this time. Change Kconfig

2010-11-22 Thread Chris Ball
Hi, On Mon, Nov 22, 2010 at 09:46:14PM -0500, Mark F. Brown wrote:  config MMC_SDHCI_PXA        tristate Marvell PXA168/PXA910/MMP2 SD Host Controller support -       depends on ARCH_PXA || ARCH_MMP +       depends on (ARCH_PXA || ARCH_MMP) (MACH_MARVELL_JASPER || MACH_FLINT)        

Re: [PATCH] sdhci: sdhci-pxa only supports mmp2 at this time. Change Kconfig

2010-11-22 Thread Philip Rakity
From dd7fc6c87544f7bb4437f226f50ed1571f8e6a79 Mon Sep 17 00:00:00 2001 From: philip phi...@philip-laptop.(none) Date: Fri, 19 Nov 2010 11:02:15 -0800 Subject: [PATCH] [PATCH} - revised sdhci: sdhci-pxa only supports mmp2 at this time - enforce this sdhci-pxa.c does not handle pxa168 and pxa9xx

Re: [PATCH] sdhci: sdhci-pxa only supports mmp2 at this time. Change Kconfig

2010-11-22 Thread zhangfei gao
On Mon, Nov 22, 2010 at 9:55 PM, Chris Ball c...@laptop.org wrote: Hi, On Mon, Nov 22, 2010 at 09:46:14PM -0500, Mark F. Brown wrote:  config MMC_SDHCI_PXA        tristate Marvell PXA168/PXA910/MMP2 SD Host Controller support -       depends on ARCH_PXA || ARCH_MMP +       depends on

Re: [PATCH] sdhci: sdhci-pxa only supports mmp2 at this time. Change Kconfig

2010-11-22 Thread Philip Rakity
I implemented the first sdhci-pxa.c controller for the pxa168 over a year ago. Also fixed issues on Tavor. This approach is not sufficient to make Aspen nor Tavor work. There are a number of silicon issues that need to be addressed. On Nov 22, 2010, at 7:16 PM, zhangfei gao wrote: