mbox series

[0/2] mmc: queue: Fix bigger segments usage

Message ID 1568088179-16865-1-git-send-email-yoshihiro.shimoda.uh@renesas.com (mailing list archive)
Headers show
Series mmc: queue: Fix bigger segments usage | expand

Message

Yoshihiro Shimoda Sept. 10, 2019, 4:02 a.m. UTC
This patch series is based on the linux-next / next-20190904 tag.
Thierry reported an issue which caused the SDHCI environment [1]
so that I made this patch series to resolve the issue.

[1]
https://patchwork.kernel.org/patch/11137903/

Also, this patch adds the flag to enable the feature on my
environment.

Yoshihiro Shimoda (2):
  mmc: queue: Fix bigger segments usage
  mmc: renesas_sdhi_internal_dmac: Add MMC_CAP2_MERGE_CAPABLE

 drivers/mmc/core/queue.c                      | 8 +++++++-
 drivers/mmc/host/renesas_sdhi_internal_dmac.c | 2 +-
 include/linux/mmc/host.h                      | 1 +
 3 files changed, 9 insertions(+), 2 deletions(-)

Comments

Ulf Hansson Sept. 11, 2019, 12:21 p.m. UTC | #1
+ Christoph

On Tue, 10 Sep 2019 at 06:03, Yoshihiro Shimoda
<yoshihiro.shimoda.uh@renesas.com> wrote:
>
> This patch series is based on the linux-next / next-20190904 tag.
> Thierry reported an issue which caused the SDHCI environment [1]
> so that I made this patch series to resolve the issue.
>
> [1]
> https://patchwork.kernel.org/patch/11137903/
>
> Also, this patch adds the flag to enable the feature on my
> environment.
>
> Yoshihiro Shimoda (2):
>   mmc: queue: Fix bigger segments usage
>   mmc: renesas_sdhi_internal_dmac: Add MMC_CAP2_MERGE_CAPABLE
>
>  drivers/mmc/core/queue.c                      | 8 +++++++-
>  drivers/mmc/host/renesas_sdhi_internal_dmac.c | 2 +-
>  include/linux/mmc/host.h                      | 1 +
>  3 files changed, 9 insertions(+), 2 deletions(-)
>
> --
> 2.7.4
>

I can't apply this to my tree, as it depends on the earlier series
which has been queued by Christoph.

That said, you can add my ack for both of the patches and you probably
also need to repost this to Christoph.

Kind regards
Uffe
Yoshihiro Shimoda Sept. 12, 2019, 3:51 a.m. UTC | #2
Hi Ulf,

> From: Ulf Hansson, Sent: Wednesday, September 11, 2019 9:21 PM
> 
> + Christoph
> 
> On Tue, 10 Sep 2019 at 06:03, Yoshihiro Shimoda
> <yoshihiro.shimoda.uh@renesas.com> wrote:
> >
> > This patch series is based on the linux-next / next-20190904 tag.
> > Thierry reported an issue which caused the SDHCI environment [1]
> > so that I made this patch series to resolve the issue.
> >
> > [1]
> > https://patchwork.kernel.org/patch/11137903/
> >
> > Also, this patch adds the flag to enable the feature on my
> > environment.
> >
> > Yoshihiro Shimoda (2):
> >   mmc: queue: Fix bigger segments usage
> >   mmc: renesas_sdhi_internal_dmac: Add MMC_CAP2_MERGE_CAPABLE
> >
> >  drivers/mmc/core/queue.c                      | 8 +++++++-
> >  drivers/mmc/host/renesas_sdhi_internal_dmac.c | 2 +-
> >  include/linux/mmc/host.h                      | 1 +
> >  3 files changed, 9 insertions(+), 2 deletions(-)
> >
> > --
> > 2.7.4
> >
> 
> I can't apply this to my tree, as it depends on the earlier series
> which has been queued by Christoph.
> 
> That said, you can add my ack for both of the patches and you probably
> also need to repost this to Christoph.

Thank you for your review and your ack! As you said, I should have included
Christoph's email account when I have submitted this patch series...

Christoph, I'll repost this patch series to you. This is a "temporary band-aid"
patch series as you said on the other email thread [1] :)

I'm not sure whether my suggested solution for sdhci [2] is succeeded or not, but,
anyway I believe we can have both solutions (I means this patch series and the [2])
if needed.

[1] https://patchwork.kernel.org/patch/11137903/#22876339
[2] https://patchwork.kernel.org/patch/11137903/#22875885

Best regards,
Yoshihiro Shimoda

> Kind regards
> Uffe