All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Raspberry Pi sdhost cleanups
@ 2019-02-03  8:27 Lukas Wunner
       [not found] ` <cover.1549181242.git.lukas-JFq808J9C/izQB+pC5nmwQ@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Lukas Wunner @ 2019-02-03  8:27 UTC (permalink / raw)
  To: Ulf Hansson, Eric Anholt, Stefan Wahren
  Cc: linux-mmc-u79uwXL29TY76Z2rM5mHXA, Shraddha Barke,
	Vaishali Thakkar, Frank Pavlic,
	linux-rpi-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

Three mostly trivial cleanups for the Raspberry Pi sdhost driver, v2.

Only change since v1:  Use container_of() in patch [2/3] instead of
open-coding the same (Alexander Graf).

The issue addressed by patch [2/3] appears to be present in 32 other
drivers as can be seen with "git grep -e '->mmc = ' -- drivers/mmc/host".
Perhaps cleaning them up would be suitable for Outreachy applicants to
get their feet wet?  Adding Shraddha Barke and Vaishali Thakkar to cc.

Thanks,

Lukas


Lukas Wunner (3):
  mmc: bcm2835: Drop DMA channel error pointer check
  mmc: bcm2835: Drop pointer to mmc_host from bcm2835_host
  mmc: bcm2835: Deduplicate reset of driver data on remove

 drivers/mmc/host/bcm2835.c | 23 +++++++++++------------
 include/linux/mmc/host.h   |  5 +++++
 2 files changed, 16 insertions(+), 12 deletions(-)

-- 
2.20.1

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

end of thread, other threads:[~2019-02-05 13:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-03  8:27 [PATCH v2 0/3] Raspberry Pi sdhost cleanups Lukas Wunner
     [not found] ` <cover.1549181242.git.lukas-JFq808J9C/izQB+pC5nmwQ@public.gmane.org>
2019-02-03  8:27   ` [PATCH v2 3/3] mmc: bcm2835: Deduplicate reset of driver data on remove Lukas Wunner
2019-02-03  8:27   ` [PATCH v2 1/3] mmc: bcm2835: Drop DMA channel error pointer check Lukas Wunner
2019-02-03  8:27   ` [PATCH v2 2/3] mmc: bcm2835: Drop pointer to mmc_host from bcm2835_host Lukas Wunner
     [not found]     ` <ffa656c9f2c0e397a38e5827ba586f13e723f81b.1549181242.git.lukas-JFq808J9C/izQB+pC5nmwQ@public.gmane.org>
2019-02-03 15:57       ` Alexander Graf
2019-02-05 12:48   ` [PATCH v2 0/3] Raspberry Pi sdhost cleanups Ulf Hansson
     [not found]     ` <20190205132652.xpy2aygu33lm43sz@wunner.de>
     [not found]       ` <20190205132652.xpy2aygu33lm43sz-JFq808J9C/izQB+pC5nmwQ@public.gmane.org>
2019-02-05 13:34         ` Ulf Hansson

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.