Re: [RESEND PATCH v7 2/2] mmc: openpiton: add piton_mmc driver

2021-06-29 Thread Jaehoon Chung
On 6/30/21 3:01 AM, Tianrui Wei wrote: > 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. > > - V6 > . change type of address > . move decla

[RESEND PATCH v7 2/2] mmc: openpiton: add piton_mmc driver

2021-06-29 Thread Tianrui Wei
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. - V6 . change type of address . move declarations ahead . loop style update - V7 . dm updat