Re: [PATCH v3][mmc/host]:Blackfin SD Host Controller Driver

2009-11-24 Thread Mike Frysinger
On Wed, Nov 25, 2009 at 08:20, wrote: > --- /dev/null > +++ b/drivers/mmc/host/bfin_sdh.c > @@ -0,0 +1,634 @@ > +/* > + * bfin_sdh.c - Analog Devices Blackfin SDH Controller > + * > + * Copyright (C) 2009 Analog Device Inc. > + * > + * Licensed under the GPL-2 or later. > + */ any reason you dro

[PATCH v3][mmc/host]:Blackfin SD Host Controller Driver

2009-11-24 Thread cliffcai.sh
From: Cliff Cai Add SD host driver for Blackfin BF54x and BF51x. Signed-off-by: Cliff Cai Signed-off-by: Bryan Wu Signed-off-by: Mike Frysinger --- v3 1.Add comments for this patch. 2.Add s-o-b's. drivers/mmc/host/Kconfig| 19 ++ drivers/mmc/host/Makefile |1 + drivers