[RFC PATCH 1/2] sdhci-of: reorganize driver to support additional hardware

2009-12-14 Thread Albert Herranz
This patch breaks down sdhci-of into a core portion and a eSDHC portion, clearing the path to easily support additional hardware using the same OF driver. Signed-off-by: Albert Herranz albert_herr...@yahoo.es --- drivers/mmc/host/Kconfig | 26 +++- drivers/mmc/host/Makefile |

Re: [RFC PATCH 1/2] sdhci-of: reorganize driver to support additional hardware

2009-12-14 Thread Albert Herranz
Anton Vorontsov wrote: On Mon, Dec 14, 2009 at 08:33:25PM +0100, Albert Herranz wrote: This patch breaks down sdhci-of into a core portion and a eSDHC portion, clearing the path to easily support additional hardware using the same OF driver. Signed-off-by: Albert Herranz