[PATCH] mmc: Add driver for Freescale eSDHC controllers
Kumar Gala
galak at kernel.crashing.org
Thu Jan 15 14:43:50 EST 2009
On Jan 14, 2009, at 1:46 PM, Anton Vorontsov wrote:
> From: Xie Xiaobo <X.Xie at freescale.com>
>
> This patch adds support for the Freescale Enhanced Secure Digital
> Host Controller Interface as found in some Freescale PowerPC
> microprocessors (e.g. MPC837x SOCs).
>
> Signed-off-by: Xie Xiaobo <X.Xie at freescale.com>
> Signed-off-by: Konjin Lai <Konjin.Lai at freescale.com>
> Signed-off-by: Joe D'Abbraccio <Joe.D'abbraccio at freescale.com>
> Signed-off-by: Anton Vorontsov <avorontsov at ru.mvista.com>
> ---
> drivers/mmc/host/Kconfig | 9 +
> drivers/mmc/host/Makefile | 1 +
> drivers/mmc/host/esdhc.c | 1321 ++++++++++++++++++++++++++++++++++++
> +++++++++
> drivers/mmc/host/esdhc.h | 255 +++++++++
> 4 files changed, 1586 insertions(+), 0 deletions(-)
> create mode 100644 drivers/mmc/host/esdhc.c
> create mode 100644 drivers/mmc/host/esdhc.h
Want to work some device tree docs for this.
- k
More information about the Linuxppc-dev
mailing list