Re: [PATCH 1/1] mci: add Secure Digital Host Controller Interface support

2013-04-24 Thread Jean-Christophe PLAGNIOL-VILLARD
On 11:54 Wed 24 Apr , Sascha Hauer wrote: > On Wed, Apr 24, 2013 at 11:09:07AM +0200, Jean-Christophe PLAGNIOL-VILLARD > wrote: > > as today more and more hw use it so import a sdhci implemetation based on > > linux. > > Problem is that the Linux implementation sucks :/ > > At least on i.MX

Re: [PATCH 1/1] mci: add Secure Digital Host Controller Interface support

2013-04-24 Thread Sascha Hauer
On Wed, Apr 24, 2013 at 11:09:07AM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote: > as today more and more hw use it so import a sdhci implemetation based on > linux. Problem is that the Linux implementation sucks :/ At least on i.MX this driver is a pain to use. It needs more quirks than fit in

[PATCH 1/1] mci: add Secure Digital Host Controller Interface support

2013-04-24 Thread Jean-Christophe PLAGNIOL-VILLARD
as today more and more hw use it so import a sdhci implemetation based on linux. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- drivers/mci/Kconfig | 12 + drivers/mci/Makefile |1 + drivers/mci/sdhci.c | 829 ++ drivers/mci/sdhci.h

Re: [PATCH 1/1] mci: add Secure Digital Host Controller Interface support

2013-04-24 Thread Alexander Shiyan
> as today more and more hw use it so import a sdhci implemetation based on > linux. > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > --- > drivers/mci/Kconfig | 12 + > drivers/mci/Makefile |1 + > drivers/mci/sdhci.c | 829 > ++ >