[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v3 13/14] ARM: exynos4210: added SD/MMC host con
From: |
Peter Maydell |
Subject: |
Re: [Qemu-devel] [PATCH v3 13/14] ARM: exynos4210: added SD/MMC host controller |
Date: |
Tue, 13 Dec 2011 14:56:55 +0000 |
On 12 December 2011 06:43, Evgeny Voevodin <address@hidden> wrote:
> --- /dev/null
> +++ b/hw/exynos4210_sdhc.c
> @@ -0,0 +1,1666 @@
> +/*
> + * Samsung exynos4210 SD/MMC host controller
> + * (SD host controller specification ver. 2.0 compliant)
Is there anything in this implementation which is exynos specific,
or is it purely an implementation of the standard?
We should separate out (and name appropriately) the code which
is implementing the SD host standard specification, and if necessary
add a thin wrapper for any exynos-specific bits.
-- PMM
- Re: [Qemu-devel] [PATCH v3 02/14] ARM: exynos4210: CMU support, (continued)
- [Qemu-devel] [PATCH v3 13/14] ARM: exynos4210: added SD/MMC host controller, Evgeny Voevodin, 2011/12/12
- Re: [Qemu-devel] [PATCH v3 13/14] ARM: exynos4210: added SD/MMC host controller,
Peter Maydell <=
- [Qemu-devel] [PATCH v3 14/14] ARM: exynos4210: added display controller implementation, Evgeny Voevodin, 2011/12/12
- [Qemu-devel] [PATCH v3 01/14] ARM: Samsung exynos 4210-based boards emulation, Evgeny Voevodin, 2011/12/12
- Re: [Qemu-devel] [PATCH v3 00/14] ARM: Samsung Exynos4210-based boards support., Stefan Weil, 2011/12/12
- Re: [Qemu-devel] [PATCH v3 00/14] ARM: Samsung Exynos4210-based boards support., Peter Maydell, 2011/12/13