All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shawn Lin <shawn.lin@rock-chips.com>
To: Ulf Hansson <ulf.hansson@linaro.org>
Cc: linux-mmc@vger.kernel.org, shawn.lin@rock-chips.com,
	Jaehoon Chung <jh80.chung@samsung.com>,
	Adrian Hunter <adrian.hunter@intel.com>,
	Linus Walleij <linus.walleij@linaro.org>
Subject: Re: [PATCH 0/9] mmc: core: Some trivial re-factoring and cleanups
Date: Fri, 16 Jun 2017 08:49:51 +0800	[thread overview]
Message-ID: <13516833-41bd-ce12-7970-b4af55e3126e@rock-chips.com> (raw)
In-Reply-To: <1496928465-25004-1-git-send-email-ulf.hansson@linaro.org>

Hi Ulf,

On 2017/6/8 21:27, Ulf Hansson wrote:
> I have collected some cleanups along the road on the mmc core, now I thought it
> was time to post them. None of these changes causes any functional changes, but
> the goal is rather to just make the code more readable and avoid open coding.
> 
> 
> Ulf Hansson (9):
>    mmc: core: Don't export some eMMC specific functions from core.c
>    mmc: core: Move mmc bkops functions from core.c to mmc_ops.c
>    mmc: core: Move mmc_interrupt_hpi() from core.c to mmc_ops.c
>    mmc: core: Move mmc_flush_cache() from core.c to mmc_ops.c
>    mmc: core: Make mmc_can_reset() static
>    mmc: core: Remove redundant code in mmc_send_cid()
>    mmc: core: Re-factor code for sending CID
>    mmc: core: Drop mmc_all_send_cid() and use mmc_send_cxd_native()
>      instead
>    mmc: core: Clarify code for sending CSD

Looks good to me, so

Reviewed-by: Shawn Lin <shawn.lin@rock-chips.com>

> 
>   drivers/mmc/core/core.c    | 207 -------------------------------------
>   drivers/mmc/core/mmc.c     |   8 +-
>   drivers/mmc/core/mmc_ops.c | 250 +++++++++++++++++++++++++++++++++++++++------
>   drivers/mmc/core/mmc_ops.h |   3 -
>   drivers/mmc/core/sd.c      |   6 +-
>   5 files changed, 221 insertions(+), 253 deletions(-)
> 


      parent reply	other threads:[~2017-06-16  0:49 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-08 13:27 [PATCH 0/9] mmc: core: Some trivial re-factoring and cleanups Ulf Hansson
2017-06-08 13:27 ` [PATCH 1/9] mmc: core: Don't export some eMMC specific functions from core.c Ulf Hansson
2017-06-09 13:22   ` Linus Walleij
2017-06-09 13:32     ` Ulf Hansson
2017-06-08 13:27 ` [PATCH 2/9] mmc: core: Move mmc bkops functions from core.c to mmc_ops.c Ulf Hansson
2017-06-09 13:23   ` Linus Walleij
2017-06-09 13:34     ` Ulf Hansson
2017-06-08 13:27 ` [PATCH 3/9] mmc: core: Move mmc_interrupt_hpi() " Ulf Hansson
2017-06-09 13:24   ` Linus Walleij
2017-06-08 13:27 ` [PATCH 4/9] mmc: core: Move mmc_flush_cache() " Ulf Hansson
2017-06-09 13:25   ` Linus Walleij
2017-06-08 13:27 ` [PATCH 5/9] mmc: core: Make mmc_can_reset() static Ulf Hansson
2017-06-09 13:27   ` Linus Walleij
2017-06-08 13:27 ` [PATCH 6/9] mmc: core: Remove redundant code in mmc_send_cid() Ulf Hansson
2017-06-09 13:29   ` Linus Walleij
2017-06-08 13:27 ` [PATCH 7/9] mmc: core: Re-factor code for sending CID Ulf Hansson
2017-06-09 13:32   ` Linus Walleij
2017-06-08 13:27 ` [PATCH 8/9] mmc: core: Drop mmc_all_send_cid() and use mmc_send_cxd_native() instead Ulf Hansson
2017-06-09 13:32   ` Linus Walleij
2017-06-08 13:27 ` [PATCH 9/9] mmc: core: Clarify code for sending CSD Ulf Hansson
2017-06-09 13:33   ` Linus Walleij
2017-06-16  0:49 ` Shawn Lin [this message]

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=13516833-41bd-ce12-7970-b4af55e3126e@rock-chips.com \
    --to=shawn.lin@rock-chips.com \
    --cc=adrian.hunter@intel.com \
    --cc=jh80.chung@samsung.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=ulf.hansson@linaro.org \
    /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.