From: Ulf Hansson <ulf.hansson@linaro.org>
To: Gabriel Somlo <gsomlo@gmail.com>
Cc: linux-kernel@vger.kernel.org, robh+dt@kernel.org,
devicetree@vger.kernel.org, linux-mmc@vger.kernel.org,
kgugala@antmicro.com, mholenko@antmicro.com,
krakoczy@antmicro.com, mdudek@internships.antmicro.com,
paulus@ozlabs.org, joel@jms.id.au, shorne@gmail.com,
geert@linux-m68k.org, david.abdurachmanov@sifive.com,
florent@enjoy-digital.fr, rdunlap@infradead.org,
andy.shevchenko@gmail.com, hdanton@sina.com
Subject: Re: [PATCH v14 0/3] mmc: Add LiteSDCard mmc driver
Date: Mon, 24 Jan 2022 15:40:51 +0100 [thread overview]
Message-ID: <CAPDyKFrYiRYioSgS5Dy8YWKpp5xqFtgnez7g3598RB_oar+sbw@mail.gmail.com> (raw)
In-Reply-To: <20220113170300.3555651-1-gsomlo@gmail.com>
On Thu, 13 Jan 2022 at 18:03, Gabriel Somlo <gsomlo@gmail.com> wrote:
>
> Add support for the LiteX SD-Card device, LiteSDCard.
>
> LiteSDCard is a simple SD-Card interface available as part of the LiteX
> environment, used with various RISC-V and other FPGA based SoCs.
>
> New in v14:
> Documentation/devicetree/bindings/mmc/litex,mmc.yaml:
> - add missing `vmmc-supply = ...` property to example section
This v14 series applied for next, thanks!
[...]
> Gabriel Somlo (3):
> MAINTAINERS: co-maintain LiteX platform
> dt-bindings: mmc: Add bindings for LiteSDCard
> mmc: Add driver for LiteX's LiteSDCard interface
>
> .../devicetree/bindings/mmc/litex,mmc.yaml | 78 +++
> MAINTAINERS | 9 +-
> drivers/mmc/host/Kconfig | 13 +
> drivers/mmc/host/Makefile | 1 +
> drivers/mmc/host/litex_mmc.c | 661 ++++++++++++++++++
> 5 files changed, 760 insertions(+), 2 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/mmc/litex,mmc.yaml
> create mode 100644 drivers/mmc/host/litex_mmc.c
>
Kind regards
Uffe
prev parent reply other threads:[~2022-01-24 14:41 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-13 17:02 [PATCH v14 0/3] mmc: Add LiteSDCard mmc driver Gabriel Somlo
2022-01-13 17:02 ` [PATCH v14 1/3] MAINTAINERS: co-maintain LiteX platform Gabriel Somlo
2022-01-13 17:02 ` [PATCH v14 2/3] dt-bindings: mmc: Add bindings for LiteSDCard Gabriel Somlo
2022-01-13 17:03 ` [PATCH v14 3/3] mmc: Add driver for LiteX's LiteSDCard interface Gabriel Somlo
2022-01-21 13:43 ` [PATCH v14 0/3] mmc: Add LiteSDCard mmc driver Gabriel L. Somlo
2022-01-21 14:28 ` Ulf Hansson
2022-01-24 14:40 ` Ulf Hansson [this message]
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=CAPDyKFrYiRYioSgS5Dy8YWKpp5xqFtgnez7g3598RB_oar+sbw@mail.gmail.com \
--to=ulf.hansson@linaro.org \
--cc=andy.shevchenko@gmail.com \
--cc=david.abdurachmanov@sifive.com \
--cc=devicetree@vger.kernel.org \
--cc=florent@enjoy-digital.fr \
--cc=geert@linux-m68k.org \
--cc=gsomlo@gmail.com \
--cc=hdanton@sina.com \
--cc=joel@jms.id.au \
--cc=kgugala@antmicro.com \
--cc=krakoczy@antmicro.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mmc@vger.kernel.org \
--cc=mdudek@internships.antmicro.com \
--cc=mholenko@antmicro.com \
--cc=paulus@ozlabs.org \
--cc=rdunlap@infradead.org \
--cc=robh+dt@kernel.org \
--cc=shorne@gmail.com \
/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;
as well as URLs for NNTP newsgroup(s).