All of lore.kernel.org
 help / color / mirror / Atom feed
From: Linus Walleij <linus.walleij@linaro.org>
To: Ulf Hansson <ulf.hansson@linaro.org>,
	linux-mmc@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	Stephan Gerhold <stephan@gerhold.net>
Cc: Linus Walleij <linus.walleij@linaro.org>,
	Russell King <linux@arm.linux.org.uk>
Subject: [PATCH 0/3] MMCI odd buffer alignment fixes
Date: Wed, 13 Nov 2019 08:53:32 +0100	[thread overview]
Message-ID: <20191113075335.31775-1-linus.walleij@linaro.org> (raw)

This is an attempt to fix the three independent issues seen
by Ulf in the MMCI driver.

I am unable to test patches 2 & 3 since I can't provoke the
right traffic, but I hope Stephan can try it with his
Broadcom WiFi.

Linus Walleij (2):
  mmc: mmci: Bail out from odd DMA on Ux500
  mmc: mmci: Proper PIO residue handling

Ulf Hansson (1):
  mmc: mmci: Support odd block sizes for ux500v2 and qcom variant

 drivers/mmc/host/mmci.c | 166 ++++++++++++++++++++++++++++++++++++----
 drivers/mmc/host/mmci.h |  18 ++++-
 2 files changed, 169 insertions(+), 15 deletions(-)

-- 
2.21.0

WARNING: multiple messages have this Message-ID (diff)
From: Linus Walleij <linus.walleij@linaro.org>
To: Ulf Hansson <ulf.hansson@linaro.org>,
	linux-mmc@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	Stephan Gerhold <stephan@gerhold.net>
Cc: Linus Walleij <linus.walleij@linaro.org>,
	Russell King <linux@arm.linux.org.uk>
Subject: [PATCH 0/3] MMCI odd buffer alignment fixes
Date: Wed, 13 Nov 2019 08:53:32 +0100	[thread overview]
Message-ID: <20191113075335.31775-1-linus.walleij@linaro.org> (raw)

This is an attempt to fix the three independent issues seen
by Ulf in the MMCI driver.

I am unable to test patches 2 & 3 since I can't provoke the
right traffic, but I hope Stephan can try it with his
Broadcom WiFi.

Linus Walleij (2):
  mmc: mmci: Bail out from odd DMA on Ux500
  mmc: mmci: Proper PIO residue handling

Ulf Hansson (1):
  mmc: mmci: Support odd block sizes for ux500v2 and qcom variant

 drivers/mmc/host/mmci.c | 166 ++++++++++++++++++++++++++++++++++++----
 drivers/mmc/host/mmci.h |  18 ++++-
 2 files changed, 169 insertions(+), 15 deletions(-)

-- 
2.21.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2019-11-13  7:53 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-13  7:53 Linus Walleij [this message]
2019-11-13  7:53 ` [PATCH 0/3] MMCI odd buffer alignment fixes Linus Walleij
2019-11-13  7:53 ` [PATCH 1/3] mmc: mmci: Support odd block sizes for ux500v2 and qcom variant Linus Walleij
2019-11-13  7:53   ` Linus Walleij
2019-11-13 10:08   ` Ludovic BARRE
2019-11-13 10:08     ` Ludovic BARRE
2019-11-13 11:05   ` Ulf Hansson
2019-11-13 11:05     ` Ulf Hansson
2019-11-13 13:17     ` Linus Walleij
2019-11-13 13:17       ` Linus Walleij
2019-11-13  7:53 ` [PATCH 2/3] mmc: mmci: Bail out from odd DMA on Ux500 Linus Walleij
2019-11-13  7:53   ` Linus Walleij
2019-11-13 10:29   ` Marc Gonzalez
2019-11-13 10:29     ` Marc Gonzalez
2019-11-13 10:54   ` Ulf Hansson
2019-11-13 10:54     ` Ulf Hansson
2019-11-13  7:53 ` [PATCH 3/3] mmc: mmci: Proper PIO residue handling Linus Walleij
2019-11-13  7:53   ` Linus Walleij
2019-11-13 13:24   ` Linus Walleij
2019-11-13 13:24     ` Linus Walleij
2019-11-13 14:03   ` Ulf Hansson
2019-11-13 14:03     ` Ulf Hansson

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=20191113075335.31775-1-linus.walleij@linaro.org \
    --to=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=stephan@gerhold.net \
    --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.