Re: [PATCH 09.5/16] mmc: omap: Remove cpu_is_omap usage from the driver

2012-10-05 Thread Tony Lindgren
* Chris Ball [121005 11:24]: > Hi Tony, > > On Fri, Oct 05 2012, Tony Lindgren wrote: > > This is needed for the ARM common zImage support. > > > > We can use the existing slot features to pass omap1 > > specific options to the driver. For omap2 we don't > > want to pass anything new as that will

Re: [PATCH 09.5/16] mmc: omap: Remove cpu_is_omap usage from the driver

2012-10-05 Thread Chris Ball
Hi Tony, On Fri, Oct 05 2012, Tony Lindgren wrote: > This is needed for the ARM common zImage support. > > We can use the existing slot features to pass omap1 > specific options to the driver. For omap2 we don't > want to pass anything new as that will be eventually > moved to use device tree base

Re: [PATCH 09/16] ARM: OMAP: Split plat/mmc.h into local headers and platform_data

2012-10-05 Thread Tony Lindgren
* Venkatraman S [121004 23:40]: > On Fri, Oct 5, 2012 at 3:34 AM, Tony Lindgren wrote: > > We need to remove this from plat for ARM common zImage > > support. > > > > Cc: Chris Ball > > Cc: Venkatraman S > > Cc: linux-mmc@vger.kernel.org > > Signed-off-by: Tony Lindgren > > Thanks Tony. I sup

[PATCH 09.5/16] mmc: omap: Remove cpu_is_omap usage from the driver

2012-10-05 Thread Tony Lindgren
This is needed for the ARM common zImage support. We can use the existing slot features to pass omap1 specific options to the driver. For omap2 we don't want to pass anything new as that will be eventually moved to use device tree based init. Note that this patch depends on earlier patch that mov

Re: [PATCH] mmc: Fixup broken suspend and eMMC4.5 power off notify

2012-10-05 Thread Chris Ball
Hi Ulf, On Thu, Sep 13 2012, Ulf Hansson wrote: > From: Ulf Hansson > > This patch fixup the broken suspend sequence for eMMC > with sleep support. Additionally it reworks the eMMC4.5 > Power Off Notification feature so it fits together with > the existing sleep feature. > > The CMD0 based re-ini

[RFT/PATCH] mmc: core: Fix to enable DDR on MMC for non-UHS controllers

2012-10-05 Thread Balaji T K
From: Viswanath Puttagunta MMC_CAP_UHS_DDR50 is SD card feature and not eMMC feature. We don't have to check for this flag to enable DDR on MMC. Checking for MMC_CAP_1_8V_DDR host capability is sufficient. This patch is needed for OMAP4 platforms as hsmmc can support DDR with eMMC but does not s