On Thu, 13 Jan 2022 at 18:03, Gabriel Somlo <gsomlo@xxxxxxxxx> 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