]> git.baikalelectronics.ru Git - uboot.git/commit
mmc: openpiton: add piton_mmc driver
authorTianrui Wei <tianrui-wei@outlook.com>
Thu, 1 Jul 2021 04:54:20 +0000 (12:54 +0800)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Tue, 6 Jul 2021 05:50:56 +0000 (13:50 +0800)
commitecfc329f182a6de3a69f9157a0eced84663b09af
treef3d44ef20817583641aa2b84fb718120b6262e0f
parent8731446eb46d2bd2e59678e3ebb1ca43ad5ce18c
mmc: openpiton: add piton_mmc driver

This commit adds support to piton_mmc driver for OpenPiton-riscv64
This driver has many things set as preconfigured because the hardware
automatically configures most of the settings during startup.

Signed-off-by: Tianrui Wei <tianrui-wei@outlook.com>
Signed-off-by: Jonathan Balkind <jbalkind@ucsb.edu>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/mmc/Kconfig
drivers/mmc/Makefile
drivers/mmc/piton_mmc.c [new file with mode: 0644]