On Tue, Jul 31, 2012 at 03:42:56PM +0800, wei_w...@realsil.com.cn wrote:
> From: Wei WANG
>
> Realtek SD/MMC card interface driver is used to access
> SD/MMC card, with the help of Realtek card reader adapter driver.
>
> Signed-off-by: Wei WANG
> ---
[ … ]
> +static void __devexit realtek_sdm
On Tue, Jul 31, 2012 at 03:42:56PM +0800, wei_w...@realsil.com.cn wrote:
> From: Wei WANG
>
> Realtek SD/MMC card interface driver is used to access
> SD/MMC card, with the help of Realtek card reader adapter driver.
Yep,
it builds and boots fine with latest Linus tree.
When I put the card in,
On Mon, Jul 23, 2012 at 05:42:51PM +0800, wei_w...@realsil.com.cn wrote:
> +static void realtek_init_host(struct realtek_sdmmc *host)
> +{
> + struct mmc_host *mmc = host->mmc;
> +
> + mmc->f_min = 25;
> + mmc->f_max = 20800;
> + mmc->ocr_avail = MMC_VDD_32_33 | MMC_VDD_33_3
Hi Oliver:
I will fix it. Should I resend all three patches, or just this one?
BR,
Wei WANG
于 2012年07月19日 20:26, Oliver Neukum 写道:
> On Thursday 19 July 2012 17:55:18 wei_w...@realsil.com.cn wrote:
>
>> +static void sd_normal_rw(struct realtek_sdmmc *host, struct mmc_request
>> *mrq)
>> +{
>> +
On Thursday 19 July 2012 17:55:18 wei_w...@realsil.com.cn wrote:
> +static void sd_normal_rw(struct realtek_sdmmc *host, struct mmc_request *mrq)
> +{
> + struct mmc_command *cmd = mrq->cmd;
> + struct mmc_data *data = mrq->data;
> + u8 _cmd[5], *buf;
> +
> + _cmd[0] = 0x40 | (u8)c
5 matches
Mail list logo