Linux MultiMedia Card development
 help / color / mirror / Atom feed
From: Lukas Wunner <lukas-JFq808J9C/izQB+pC5nmwQ@public.gmane.org>
To: Ulf Hansson <ulf.hansson-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
	Eric Anholt <eric-WhKQ6XTQaPysTnJN9+BGXg@public.gmane.org>,
	Stefan Wahren <stefan.wahren-eS4NqCHxEME@public.gmane.org>
Cc: linux-mmc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Shraddha Barke
	<shraddha.6596-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	Vaishali Thakkar
	<me-c39Wob3KZ2c64PEq3mRLUp/QNRX+jHPU@public.gmane.org>,
	Frank Pavlic <f.pavlic-XB/JSsFECOqzQB+pC5nmwQ@public.gmane.org>,
	linux-rpi-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: [PATCH v2 0/3] Raspberry Pi sdhost cleanups
Date: Sun, 3 Feb 2019 09:27:00 +0100	[thread overview]
Message-ID: <cover.1549181242.git.lukas@wunner.de> (raw)

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

             reply	other threads:[~2019-02-03  8:27 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-03  8:27 Lukas Wunner [this message]
     [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

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=cover.1549181242.git.lukas@wunner.de \
    --to=lukas-jfq808j9c/izqb+pc5nmwq@public.gmane.org \
    --cc=eric-WhKQ6XTQaPysTnJN9+BGXg@public.gmane.org \
    --cc=f.pavlic-XB/JSsFECOqzQB+pC5nmwQ@public.gmane.org \
    --cc=linux-mmc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-rpi-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=me-c39Wob3KZ2c64PEq3mRLUp/QNRX+jHPU@public.gmane.org \
    --cc=shraddha.6596-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=stefan.wahren-eS4NqCHxEME@public.gmane.org \
    --cc=ulf.hansson-QSEj5FYQhm4dnm+yROfE0A@public.gmane.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox