From: micky <micky_ching@realsil.com.cn>
To: chris@printf.net, sameo@linux.intel.com, lee.jones@linaro.org
Cc: ulf.hansson@linaro.org, gregkh@linuxfoundation.org,
linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org,
wei_wang@realsil.com.cn, rogerable@realtek.com,
devel@linuxdriverproject.org, dan.carpenter@oracle.com
Subject: Re: [PATCH v2 0/3] mmc: rtsx: fix bug and support nonblocking request
Date: Fri, 21 Feb 2014 09:15:47 +0800 [thread overview]
Message-ID: <5306A8C3.8080703@realsil.com.cn> (raw)
In-Reply-To: <cover.1392626511.git.micky_ching@realsil.com.cn>
Hi Chris,
Could you please give me some idea about this patch-set?
I send this patch-set many times, but didn't get any reply.
Best Regards.
micky <micky_ching@realsil.com.cn>
On 02/17/2014 04:45 PM, micky_ching@realsil.com.cn wrote:
> From: Micky Ching <micky_ching@realsil.com.cn>
>
> First we fix the card poweroff bug: the card power is not shutdown when sd/mmc
> card removed, this will make UHS-card failed to running in high speed mode if we
> insert the card again.
>
> We offer a concise tuning searching method, it is much easier to read.
>
> At last we add support for nonblocking request, which will improve card read
> speed at about 10% write speed about 5% normally.
>
> Micky Ching (3):
> mmc: rtsx: fix card poweroff bug
> mmc: rtsx: modify phase searching method for tuning
> mmc: rtsx: add support for pre_req and post_req
>
> drivers/mfd/rtsx_pcr.c | 132 ++++++---
> drivers/mmc/host/rtsx_pci_sdmmc.c | 529 ++++++++++++++++++++++++++-----------
> include/linux/mfd/rtsx_common.h | 1 +
> include/linux/mfd/rtsx_pci.h | 8 +-
> 4 files changed, 481 insertions(+), 189 deletions(-)
>
> --
> 1.7.9.5
> .
>
WARNING: multiple messages have this Message-ID (diff)
From: micky <micky_ching@realsil.com.cn>
To: <chris@printf.net>, <sameo@linux.intel.com>, <lee.jones@linaro.org>
Cc: <gregkh@linuxfoundation.org>, <dan.carpenter@oracle.com>,
<ulf.hansson@linaro.org>, <devel@linuxdriverproject.org>,
<linux-kernel@vger.kernel.org>, <linux-mmc@vger.kernel.org>,
<rogerable@realtek.com>, <wei_wang@realsil.com.cn>
Subject: Re: [PATCH v2 0/3] mmc: rtsx: fix bug and support nonblocking request
Date: Fri, 21 Feb 2014 09:15:47 +0800 [thread overview]
Message-ID: <5306A8C3.8080703@realsil.com.cn> (raw)
In-Reply-To: <cover.1392626511.git.micky_ching@realsil.com.cn>
Hi Chris,
Could you please give me some idea about this patch-set?
I send this patch-set many times, but didn't get any reply.
Best Regards.
micky <micky_ching@realsil.com.cn>
On 02/17/2014 04:45 PM, micky_ching@realsil.com.cn wrote:
> From: Micky Ching <micky_ching@realsil.com.cn>
>
> First we fix the card poweroff bug: the card power is not shutdown when sd/mmc
> card removed, this will make UHS-card failed to running in high speed mode if we
> insert the card again.
>
> We offer a concise tuning searching method, it is much easier to read.
>
> At last we add support for nonblocking request, which will improve card read
> speed at about 10% write speed about 5% normally.
>
> Micky Ching (3):
> mmc: rtsx: fix card poweroff bug
> mmc: rtsx: modify phase searching method for tuning
> mmc: rtsx: add support for pre_req and post_req
>
> drivers/mfd/rtsx_pcr.c | 132 ++++++---
> drivers/mmc/host/rtsx_pci_sdmmc.c | 529 ++++++++++++++++++++++++++-----------
> include/linux/mfd/rtsx_common.h | 1 +
> include/linux/mfd/rtsx_pci.h | 8 +-
> 4 files changed, 481 insertions(+), 189 deletions(-)
>
> --
> 1.7.9.5
> .
>
next prev parent reply other threads:[~2014-02-21 1:15 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-17 8:45 [PATCH v2 0/3] mmc: rtsx: fix bug and support nonblocking request micky_ching
2014-02-17 8:45 ` micky_ching
2014-02-17 8:45 ` [PATCH v2 1/3] mmc: rtsx: fix card poweroff bug micky_ching
2014-02-17 8:45 ` micky_ching
2014-02-17 8:45 ` [PATCH v2 2/3] mmc: rtsx: modify phase searching method for tuning micky_ching
2014-02-17 8:45 ` micky_ching
2014-02-17 8:45 ` [PATCH v2 3/3] mmc: rtsx: add support for pre_req and post_req micky_ching
2014-02-17 8:45 ` micky_ching
2014-02-21 1:15 ` micky [this message]
2014-02-21 1:15 ` [PATCH v2 0/3] mmc: rtsx: fix bug and support nonblocking request micky
2014-02-22 18:34 ` Chris Ball
2014-02-22 18:34 ` Chris Ball
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5306A8C3.8080703@realsil.com.cn \
--to=micky_ching@realsil.com.cn \
--cc=chris@printf.net \
--cc=dan.carpenter@oracle.com \
--cc=devel@linuxdriverproject.org \
--cc=gregkh@linuxfoundation.org \
--cc=lee.jones@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mmc@vger.kernel.org \
--cc=rogerable@realtek.com \
--cc=sameo@linux.intel.com \
--cc=ulf.hansson@linaro.org \
--cc=wei_wang@realsil.com.cn \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.