Re: [PATCH V3 1/2] mmc: add OpenPiton mmc support

2021-05-05 Thread Tianrui Wei
Hi Jaehoon, Many thanks for your patience and guidance. Apologies for the delay, I got held up by other things. Our newest patch is up, and we fixed all checkpatch.pl warnings except we didn't put our names in the MAINTAINERS file. Many thanks for your time and help again! Best regards, T

Re: [PATCH V3 1/2] mmc: add OpenPiton mmc support

2021-04-26 Thread Jaehoon Chung
Dear Tianrui, On 4/26/21 12:31 PM, Tianrui Wei wrote: > This patch adds mmc support for OpenPiton. > Specifically, some dts bindings were not used because > our mmc controller doens't have those configuration > options, it only exposes a dummy mmap interface for > CPU. Befere sending patch, how a

[PATCH V3 1/2] mmc: add OpenPiton mmc support

2021-04-25 Thread Tianrui Wei
This patch adds mmc support for OpenPiton. Specifically, some dts bindings were not used because our mmc controller doens't have those configuration options, it only exposes a dummy mmap interface for CPU. Signed-off-by: Tianrui Wei Signed-off-by: Jonathan Balkind --- drivers/mmc/Kconfig