Linux MultiMedia Card development
 help / color / mirror / Atom feed
From: Xinming Hu <huxm@marvell.com>
To: Ulf Hansson <ulf.hansson@linaro.org>
Cc: Linux MMC <linux-mmc@vger.kernel.org>,
	Zhiyuan Yang <yangzy@marvell.com>, Tim Song <songtao@marvell.com>,
	Cathy Luo <cluo@marvell.com>, James Cao <jcao@marvell.com>,
	Ganapathi Bhat <gbhat@marvell.com>,
	Amitkumar Karwar <akarwar@marvell.com>
Subject: Re: Re: [PATCH v5 1/2] mmc: API for accessing host supported maximum segment count and size
Date: Tue, 19 Dec 2017 12:06:26 +0000	[thread overview]
Message-ID: <ea1c8fef37cf4820961e55ea9874fef6@SC-EXCH02.marvell.com> (raw)

Hi Ulf,

> -----Original Message-----
> From: Ulf Hansson [mailto:ulf.hansson@linaro.org]
> Sent: 2017年12月19日 16:36
> To: Xinming Hu <huxm@marvell.com>
> Cc: Linux MMC <linux-mmc@vger.kernel.org>; Zhiyuan Yang
> <yangzy@marvell.com>; Tim Song <songtao@marvell.com>; Cathy Luo
> <cluo@marvell.com>; James Cao <jcao@marvell.com>; Ganapathi Bhat
> <gbhat@marvell.com>; Amitkumar Karwar <akarwar@marvell.com>
> Subject: [EXT] Re: [PATCH v5 1/2] mmc: API for accessing host supported
> maximum segment count and size
> 
> External Email
> 
> ----------------------------------------------------------------------
> On 22 November 2017 at 08:49, Xinming Hu <huxm@marvell.com> wrote:
> > sdio device drivers need be able to get the host supported max_segs
> > and max_seg_size, so that they know the buffer size to allocate while
> > utilizing the scatter/gather DMA buffer list.
> >
> > This patch provides API for this purpose.
> 
> Apologize for the delay.
> 
> Overall, this makes perfect sense to me. However some minor comment, see
> below.
> 

Ok, great news !

> >
> > Signed-off-by: Xinming Hu <huxm@marvell.com>
> > Signed-off-by: Amitkumar Karwar <akarwar@marvell.com>
> > ---
> > v2: v2 was submitted with minor improvement like replacing BUG_ON()
> > with WARN_ON()
> > v3: Addressed below review comments from Ulf Hansson
> >     a) In v3, patch has been split into two separate patches.
> >     b) Patch 1/2 introduces an API to fetch max_seg_size and max_segs
> >     c) Replaced WARN_ON() with proper error code when sg_ptr->length is
> invalid
> >     d) Instead of duplicating the code in mmc_io_rw_extended(), extra bool
> parameter
> >        has been added to this function and used it in new APIs for SG.
> > v4: Removed WARN_ON() calls in newly added APIs. It's gets called in probe
> handler.
> >     Caller already takes care of it(Shawn Lin).
> > v5: Rebased on latest code base.
> > ---
> >  drivers/mmc/core/sdio_io.c                          | 21
> +++++++++++++++++++++
> >  .../wireless/broadcom/brcm80211/brcmfmac/bcmsdh.c   |  6 +++---
> 
> The changes to the wifi driver, could please make that a separate patch on top
> of this one?
> 
> There are actually a couple of more wireless drivers that should convert to use
> these new API, I would appreciate if you could fold in patches in the series for
> each of them as well (don't forget to cc correct people for them), then I intend
> to apply all of them via my tree, if no objections.

Okay, I will include the changes in v6.
> 
> Otherwise this change looks good to me!
> 

Thanks for the review!

Regards,
Simon
> [...]
> 
> Kind regards
> Uffe

                 reply	other threads:[~2017-12-19 12:06 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=ea1c8fef37cf4820961e55ea9874fef6@SC-EXCH02.marvell.com \
    --to=huxm@marvell.com \
    --cc=akarwar@marvell.com \
    --cc=cluo@marvell.com \
    --cc=gbhat@marvell.com \
    --cc=jcao@marvell.com \
    --cc=linux-mmc@vger.kernel.org \
    --cc=songtao@marvell.com \
    --cc=ulf.hansson@linaro.org \
    --cc=yangzy@marvell.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox