Linux MultiMedia Card development
 help / color / mirror / Atom feed
From: Inochi Amaoto <inochiama@gmail.com>
To: Ulf Hansson <ulfh@kernel.org>,
	Karol Gugala <kgugala@antmicro.com>,
	Mateusz Holenko <mholenko@antmicro.com>,
	Gabriel Somlo <gsomlo@gmail.com>, Joel Stanley <joel@jms.id.au>
Cc: Inochi Amaoto <inochiama@gmail.com>,
	linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org,
	Yixun Lan <dlan@gentoo.org>, Longbin Li <looong.bin@gmail.com>
Subject: [PATCH 0/2] mmc: litex_mmc: Respect the bus width request from the core.
Date: Mon, 29 Jun 2026 15:25:06 +0800	[thread overview]
Message-ID: <20260629072510.1451480-1-inochiama@gmail.com> (raw)

The litex_mmc only forces to use a 4-bits bus width for data transfer,
however, it does support setting bus width. Use this interface to simplify
the litex_mmc driver.

Inochi Amaoto (2):
  mmc: litex_mmc: Set width from linux request
  mmc: litex_mmc: Remove unused logic for the fixed bus width

 drivers/mmc/host/litex_mmc.c | 131 +++++++++--------------------------
 1 file changed, 32 insertions(+), 99 deletions(-)

--
2.54.0


             reply	other threads:[~2026-06-29  7:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-29  7:25 Inochi Amaoto [this message]
2026-06-29  7:25 ` [PATCH 1/2] mmc: litex_mmc: Set width from linux request Inochi Amaoto
2026-06-29  7:25 ` [PATCH 2/2] mmc: litex_mmc: Remove unused logic for the fixed bus width Inochi Amaoto

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=20260629072510.1451480-1-inochiama@gmail.com \
    --to=inochiama@gmail.com \
    --cc=dlan@gentoo.org \
    --cc=gsomlo@gmail.com \
    --cc=joel@jms.id.au \
    --cc=kgugala@antmicro.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=looong.bin@gmail.com \
    --cc=mholenko@antmicro.com \
    --cc=ulfh@kernel.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