All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Michal Suchánek" <msuchanek@suse.de>
To: Stefan Wahren <stefan.wahren@i2se.com>
Cc: Ulf Hansson <ulf.hansson@linaro.org>,
	Florian Fainelli <f.fainelli@gmail.com>,
	Phil Elwell <phil@raspberrypi.org>,
	linux-mmc@vger.kernel.org, Eric Anholt <eric@anholt.net>,
	linux-rpi-kernel@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH V2 0/7] mmc: Several fixes for bcm2835 driver
Date: Thu, 21 Mar 2019 21:03:07 +0100	[thread overview]
Message-ID: <20190321210307.58e33ea4@kitsune.suse.cz> (raw)
In-Reply-To: <1541967839-2847-1-git-send-email-stefan.wahren@i2se.com>

On Sun, 11 Nov 2018 21:23:52 +0100
Stefan Wahren <stefan.wahren@i2se.com> wrote:

> This patch series fixes several issues which has been discovered after
> submission.
> 
> Changes in V2:
> - add my own signed-off-by to patches #1 and #2
> 
> Michal Suchanek (1):
>   mmc: bcm2835: reset host on timeout
> 
> Phil Elwell (1):
>   mmc: bcm2835: Recover from MMC_SEND_EXT_CSD
> 
> Stefan Wahren (5):
>   mmc: bcm2835: Release DMA channel on driver unload
>   mmc: bcm2835: Avoid possible races on data requests
>   mmc: bcm2835: Terminate timeout work synchronously
>   mmc: bcm2835: Refactor dma_map_sg handling
>   mmc: bcm2835: Properly handle dmaengine_prep_slave_sg
> 
>  drivers/mmc/host/bcm2835.c | 58 ++++++++++++++++++++++++++++++----------------
>  1 file changed, 38 insertions(+), 20 deletions(-)
> 

Hello,

thanks for the patches.

I tried to replace the bcm2835 sdhost driver in my 4.4 kernel with the
upstream driver + these updates but the 16GB orange EVO card still
locks up the mmc controller. It seems it locks up much less but is
certainly not solid.

Thanks

Michal

WARNING: multiple messages have this Message-ID (diff)
From: "Michal Suchánek" <msuchanek@suse.de>
To: Stefan Wahren <stefan.wahren@i2se.com>
Cc: Ulf Hansson <ulf.hansson@linaro.org>,
	Florian Fainelli <f.fainelli@gmail.com>,
	Phil Elwell <phil@raspberrypi.org>,
	linux-mmc@vger.kernel.org, Eric Anholt <eric@anholt.net>,
	linux-rpi-kernel@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH V2 0/7] mmc: Several fixes for bcm2835 driver
Date: Thu, 21 Mar 2019 21:03:07 +0100	[thread overview]
Message-ID: <20190321210307.58e33ea4@kitsune.suse.cz> (raw)
In-Reply-To: <1541967839-2847-1-git-send-email-stefan.wahren@i2se.com>

On Sun, 11 Nov 2018 21:23:52 +0100
Stefan Wahren <stefan.wahren@i2se.com> wrote:

> This patch series fixes several issues which has been discovered after
> submission.
> 
> Changes in V2:
> - add my own signed-off-by to patches #1 and #2
> 
> Michal Suchanek (1):
>   mmc: bcm2835: reset host on timeout
> 
> Phil Elwell (1):
>   mmc: bcm2835: Recover from MMC_SEND_EXT_CSD
> 
> Stefan Wahren (5):
>   mmc: bcm2835: Release DMA channel on driver unload
>   mmc: bcm2835: Avoid possible races on data requests
>   mmc: bcm2835: Terminate timeout work synchronously
>   mmc: bcm2835: Refactor dma_map_sg handling
>   mmc: bcm2835: Properly handle dmaengine_prep_slave_sg
> 
>  drivers/mmc/host/bcm2835.c | 58 ++++++++++++++++++++++++++++++----------------
>  1 file changed, 38 insertions(+), 20 deletions(-)
> 

Hello,

thanks for the patches.

I tried to replace the bcm2835 sdhost driver in my 4.4 kernel with the
upstream driver + these updates but the 16GB orange EVO card still
locks up the mmc controller. It seems it locks up much less but is
certainly not solid.

Thanks

Michal

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

  parent reply	other threads:[~2019-03-21 20:03 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-11 20:23 [PATCH V2 0/7] mmc: Several fixes for bcm2835 driver Stefan Wahren
2018-11-11 20:23 ` Stefan Wahren
2018-11-11 20:23 ` [PATCH V2 1/7] mmc: bcm2835: reset host on timeout Stefan Wahren
2018-11-11 20:23   ` Stefan Wahren
2018-11-11 20:23 ` [PATCH V2 2/7] mmc: bcm2835: Recover from MMC_SEND_EXT_CSD Stefan Wahren
2018-11-11 20:23   ` Stefan Wahren
2018-11-11 20:23 ` [PATCH V2 4/7] mmc: bcm2835: Avoid possible races on data requests Stefan Wahren
2018-11-11 20:23   ` Stefan Wahren
     [not found] ` <1541967839-2847-1-git-send-email-stefan.wahren-eS4NqCHxEME@public.gmane.org>
2018-11-11 20:23   ` [PATCH V2 3/7] mmc: bcm2835: Release DMA channel on driver unload Stefan Wahren
2018-11-11 20:23     ` Stefan Wahren
2018-11-11 20:23   ` [PATCH V2 5/7] mmc: bcm2835: Terminate timeout work synchronously Stefan Wahren
2018-11-11 20:23     ` Stefan Wahren
2018-12-05 14:23   ` [PATCH V2 0/7] mmc: Several fixes for bcm2835 driver Ulf Hansson
2018-12-05 14:23     ` Ulf Hansson
2018-11-11 20:23 ` [PATCH V2 6/7] mmc: bcm2835: Refactor dma_map_sg handling Stefan Wahren
2018-11-11 20:23   ` Stefan Wahren
2018-11-11 20:23 ` [PATCH V2 7/7] mmc: bcm2835: Properly handle dmaengine_prep_slave_sg Stefan Wahren
2018-11-11 20:23   ` Stefan Wahren
2018-11-28 17:27   ` Eric Anholt
2018-11-28 17:27     ` Eric Anholt
2018-12-04 18:20     ` Stefan Wahren
2018-12-04 18:20       ` Stefan Wahren
2019-03-21 20:03 ` Michal Suchánek [this message]
2019-03-21 20:03   ` [PATCH V2 0/7] mmc: Several fixes for bcm2835 driver Michal Suchánek
2019-03-22 14:45   ` Stefan Wahren
2019-03-22 16:06     ` Michal Suchánek
     [not found]       ` <20190322170643.2e56d220-yQW5Ri8AFK4NMLpHRKhSow@public.gmane.org>
2019-03-22 17:10         ` Stefan Wahren
2019-03-22 17:10           ` Stefan Wahren
2019-03-28 20:43           ` Michal Suchánek
2019-03-30 15:15             ` Stefan Wahren
     [not found]               ` <1920951985.237156.1553958914902-uEpKuDZ350hmhno068Nerg@public.gmane.org>
2019-04-02 18:58                 ` Michal Suchánek
2019-04-02 18:58                   ` Michal Suchánek
2019-04-08 14:55               ` Michal Suchánek

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=20190321210307.58e33ea4@kitsune.suse.cz \
    --to=msuchanek@suse.de \
    --cc=eric@anholt.net \
    --cc=f.fainelli@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=linux-rpi-kernel@lists.infradead.org \
    --cc=phil@raspberrypi.org \
    --cc=stefan.wahren@i2se.com \
    --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.