public inbox for linux-mmc@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13] mmc: bcm2835: more cleanups
@ 2017-01-26 23:37 Gerd Hoffmann
  2017-01-26 23:37 ` [PATCH 01/13] mmc: bcm2835: add bcm2835_read_wait_sdcmd Gerd Hoffmann
                   ` (13 more replies)
  0 siblings, 14 replies; 25+ messages in thread
From: Gerd Hoffmann @ 2017-01-26 23:37 UTC (permalink / raw)
  To: linux-rpi-kernel
  Cc: Stefan Wahren, Eric Anholt, Ulf Hansson, linux-mmc, Gerd Hoffmann

  Hi folks,

Continuing bcm283x mmc driver cleanup.  Changes:

 * switch to threaded irq handler.
 * handle timeouts using delayed work instead of timers.

With these changes most of the driver code runs in
thread context, which in turn allows to remove the
work queue and the tasklet.  Also some wait loops can
be simplified because almost all driver code is allowed
to sleep now.

Code is also available here:
  git://git.kraxel.org/linux bcm2837-sdhost-cleanup

Baseline for the patch series is this:
  git://git.kraxel.org/linux bcm2837-wifi

Tested on raspberry pi 2b only so far.
PIO mode only, didn't try to enable DMA.

Lots of baby patches for now, to make review
and (if needed) bisecting easier.  Will all be
squashed into the bcm283x mmc driver patch later.

cheers,
  Gerd

Gerd Hoffmann (13):
  mmc: bcm2835: add bcm2835_read_wait_sdcmd
  mmc: bcm2835: use bcm2835_read_wait_sdcmd in bcm2835_send_command
  mmc: bcm2835: add bcm2835_threaded_irq
  mmc: bcm2835: add bcm2835_check_data_error
  mmc: bcm2835: call bcm2835_block_irq from irqthread
  mmc: bcm2835: add bcm2835_check_cmd_error
  mmc: bcm2835: call bcm2835_busy_irq from irqthread
  mmc: bcm2835: split bcm2835_data_irq
  mmc: bcm2835: switch locking to mutex
  mmc: bcm2835: work queue is dead code now, zap
  mmc: bcm2835: kill tasklet
  mmc: bcm2835: move timeout to thread context
  mmc: bcm2835: use bcm2835_read_wait_sdcmd in bcm2835_finish_command

 drivers/mmc/host/bcm2835.c | 448 ++++++++++++++++++++-------------------------
 1 file changed, 197 insertions(+), 251 deletions(-)

-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2017-02-15 10:59 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-26 23:37 [PATCH 00/13] mmc: bcm2835: more cleanups Gerd Hoffmann
2017-01-26 23:37 ` [PATCH 01/13] mmc: bcm2835: add bcm2835_read_wait_sdcmd Gerd Hoffmann
2017-01-26 23:51   ` Florian Fainelli
2017-01-27  8:04     ` Gerd Hoffmann
2017-01-27 18:23       ` Florian Fainelli
2017-02-15 10:59         ` Jeremy McNicoll
2017-01-27  2:03   ` Shawn Lin
2017-01-27 10:28     ` Gerd Hoffmann
2017-01-26 23:37 ` [PATCH 02/13] mmc: bcm2835: use bcm2835_read_wait_sdcmd in bcm2835_send_command Gerd Hoffmann
2017-01-26 23:37 ` [PATCH 03/13] mmc: bcm2835: add bcm2835_threaded_irq Gerd Hoffmann
2017-01-26 23:37 ` [PATCH 04/13] mmc: bcm2835: add bcm2835_check_data_error Gerd Hoffmann
2017-01-27  2:05   ` Shawn Lin
2017-01-27 10:31     ` Gerd Hoffmann
2017-01-26 23:37 ` [PATCH 05/13] mmc: bcm2835: call bcm2835_block_irq from irqthread Gerd Hoffmann
2017-01-26 23:37 ` [PATCH 06/13] mmc: bcm2835: add bcm2835_check_cmd_error Gerd Hoffmann
2017-01-26 23:37 ` [PATCH 07/13] mmc: bcm2835: call bcm2835_busy_irq from irqthread Gerd Hoffmann
2017-01-26 23:37 ` [PATCH 08/13] mmc: bcm2835: split bcm2835_data_irq Gerd Hoffmann
2017-01-26 23:37 ` [PATCH 09/13] mmc: bcm2835: switch locking to mutex Gerd Hoffmann
2017-01-26 23:37 ` [PATCH 10/13] mmc: bcm2835: work queue is dead code now, zap Gerd Hoffmann
2017-01-26 23:37 ` [PATCH 11/13] mmc: bcm2835: kill tasklet Gerd Hoffmann
2017-01-26 23:37 ` [PATCH 12/13] mmc: bcm2835: move timeout to thread context Gerd Hoffmann
2017-01-27  2:08   ` Shawn Lin
2017-01-26 23:37 ` [PATCH 13/13] mmc: bcm2835: use bcm2835_read_wait_sdcmd in bcm2835_finish_command Gerd Hoffmann
     [not found] ` <1485473846-24537-1-git-send-email-kraxel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2017-01-27  8:25   ` [PATCH 00/13] mmc: bcm2835: more cleanups Ulf Hansson
     [not found]     ` <CAPDyKFoOShjQC8MbaxEuPG9m5FiSEfEd55qph3UDRHXH7C6VWA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-01-27 17:52       ` Eric Anholt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox