From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov 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 Message-ID: <56E45C4C.6050002@cogentembedded.com> References: <1457774112-16958-1-git-send-email-wsa@the-dreams.de> <1457774112-16958-8-git-send-email-wsa@the-dreams.de> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1457774112-16958-8-git-send-email-wsa@the-dreams.de> Sender: linux-renesas-soc-owner@vger.kernel.org To: Wolfram Sang , linux-renesas-soc@vger.kernel.org Cc: linux-mmc@vger.kernel.org, Dirk Behme , Ben Hutchings List-Id: linux-mmc@vger.kernel.org Hello. On 03/12/2016 12:15 PM, Wolfram Sang wrote: > From: Wolfram Sang > > While here, refactor the comments so that they are before the > declaration they are referring to. > > Signed-off-by: Wolfram Sang > --- > > 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