Re: [PATCH 2/2] mmc: add sdhci-tegra driver for Tegra SoCs

2011-01-01 Thread Olof Johansson
On Thu, Dec 23, 2010 at 3:23 AM, Wolfram Sang w.s...@pengutronix.de wrote: Changes since v2:       * Whitespace fixes       * Changed order of test in get_ro What benefit has the reordering? (And just to make sure: You still return -1 meaning read-only. I assume this is intentional)

[PATCH 0/2 v4] Add SDHCI driver for Tegra

2011-01-01 Thread Olof Johansson
Here we go again. Just a couple of minor changes to the 8-bit code, i.e. allow boards to pass in which slots are actually wired 8-bit. Changes since v1: * Rewrote for sdhci-pltfm Changes since v2: * Whitespace fixes * Changed order of test in get_ro * 8-bit

[PATCH 1/2 v4] sdhci: add quirk for max len ADMA descriptors

2011-01-01 Thread Olof Johansson
Some controllers misparse segment length 0 as being 0, not 65536. Add a quirk to deal with it. Change-Id: I1422c9c605095addc133e844c66fc49f187dc17d Signed-off-by: Olof Johansson o...@lixom.net --- drivers/mmc/host/sdhci.c | 10 +++--- include/linux/mmc/sdhci.h |2 ++ 2 files changed,

[PATCH 2/2 v4] mmc: add sdhci-tegra driver for Tegra SoCs

2011-01-01 Thread Olof Johansson
SDHCI driver for Tegra. This driver plugs in as a new variant of sdhci-pltfm, using the platform data structure passed in to specify the GPIOs to use for card detect, write protect and card power enablement. Original driver (of which only the header file is left): Signed-off-by: Yvonne Yip

Re: [PATCH 2/2 v4] mmc: add sdhci-tegra driver for Tegra SoCs

2011-01-01 Thread Chris Ball
Hi Olof, On Sat, Jan 01, 2011 at 06:37:33PM -0600, Olof Johansson wrote: SDHCI driver for Tegra. This driver plugs in as a new variant of sdhci-pltfm, using the platform data structure passed in to specify the GPIOs to use for card detect, write protect and card power enablement. I've pushed

Re: [PATCH 2/2 v4] mmc: add sdhci-tegra driver for Tegra SoCs

2011-01-01 Thread Olof Johansson
On Sat, Jan 1, 2011 at 9:43 PM, Chris Ball c...@laptop.org wrote: Hi Olof, On Sat, Jan 01, 2011 at 06:37:33PM -0600, Olof Johansson wrote: SDHCI driver for Tegra. This driver plugs in as a new variant of sdhci-pltfm, using the platform data structure passed in to specify the GPIOs to use for

Re: [PATCH v4] dw_mmc: Add Synopsys DesignWare mmc host driver.

2011-01-01 Thread Chris Ball
Hi Will, On Thu, Dec 16, 2010 at 05:04:36PM +, Will Newton wrote: This adds the mmc host driver for the Synopsys DesignWare mmc host controller, found in a number of embedded SoC designs. Signed-off-by: Will Newton will.new...@imgtec.com Thanks, I've pushed this to mmc-next for .38 now