All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: Wolfram Sang <wsa@the-dreams.de>, linux-renesas-soc@vger.kernel.org
Cc: linux-mmc@vger.kernel.org, Dirk Behme <dirk.behme@gmail.com>,
	Ben Hutchings <ben.hutchings@codethink.co.uk>
Subject: Re: [PATCH 07/10] mmc: host: add note that set_ios needs to handle 0Hz properly
Date: Sat, 12 Mar 2016 21:13:32 +0300	[thread overview]
Message-ID: <56E45C4C.6050002@cogentembedded.com> (raw)
In-Reply-To: <1457774112-16958-8-git-send-email-wsa@the-dreams.de>

Hello.

On 03/12/2016 12:15 PM, Wolfram Sang wrote:

> From: Wolfram Sang <wsa+renesas@sang-engineering.com>
>
> While here, refactor the comments so that they are before the
> declaration they are referring to.
>
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
> ---
>
> New patch, was not in RFC.
>
>   include/linux/mmc/host.h | 31 +++++++++++++++++++++----------
>   1 file changed, 21 insertions(+), 10 deletions(-)
>
> diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h
> index 8dd4d290ab0d86..85800b48241fad 100644
> --- a/include/linux/mmc/host.h
> +++ b/include/linux/mmc/host.h
> @@ -93,28 +93,39 @@ struct mmc_host_ops {
>   	void	(*pre_req)(struct mmc_host *host, struct mmc_request *req,
>   			   bool is_first_req);
>   	void	(*request)(struct mmc_host *host, struct mmc_request *req);
> +
> +	/*
> +	 * Avoid calling the next three functions too often or in a "fast
> +	 * path", since underlaying controller might implement them in an

    Underlying.

[...]

MBR, Sergei

  reply	other threads:[~2016-03-12 18:13 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-12  9:15 [PATCH 00/10] r8a7790: add UHS-I (SDR50) support to Lager Wolfram Sang
2016-03-12  9:15 ` [PATCH 01/10] pinctrl: sh-pfc: r8a7790: Implement voltage switching for SDHI Wolfram Sang
2016-03-14  9:47   ` Geert Uytterhoeven
2016-03-22  8:35     ` Wolfram Sang
2016-03-22  8:44       ` Geert Uytterhoeven
2016-03-12  9:15 ` [PATCH 02/10] mmc: tmio, sh_mobile_sdhi: Pass tmio_mmc_host ptr to clk_{enable,disable} ops Wolfram Sang
2016-03-12  9:15 ` [PATCH 03/10] mmc: tmio, sh_mobile_sdhi: Add support for variable input clock frequency Wolfram Sang
2016-03-12  9:15 ` [PATCH 04/10] mmc: tmio: Add UHS-I mode support Wolfram Sang
2016-03-12  9:15 ` [PATCH 05/10] mmc: tmio: always start clock after frequency calculation Wolfram Sang
2016-03-12  9:15 ` [PATCH 06/10] mmc: tmio: stop clock when 0Hz is requested Wolfram Sang
2016-03-12  9:15 ` [PATCH 07/10] mmc: host: add note that set_ios needs to handle 0Hz properly Wolfram Sang
2016-03-12 18:13   ` Sergei Shtylyov [this message]
2016-03-12  9:15 ` [PATCH 08/10] mmc: sh_mobile_sdhi: Add UHS-I mode support Wolfram Sang
2016-03-12  9:15 ` [PATCH 09/10] ARM: shmobile: r8a7790: Set maximum frequencies for SDHI clocks Wolfram Sang
2016-03-12  9:15 ` [PATCH 10/10] ARM: shmobile: r8a7790: lager: Enable UHS-I SDR-50 Wolfram Sang

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=56E45C4C.6050002@cogentembedded.com \
    --to=sergei.shtylyov@cogentembedded.com \
    --cc=ben.hutchings@codethink.co.uk \
    --cc=dirk.behme@gmail.com \
    --cc=linux-mmc@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=wsa@the-dreams.de \
    /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.