commit | c7e625f2b39b75ef6d06de1c29749ad99b710f4b | [log] [tgz] |
---|---|---|
author | Jun Yang <jun.yang@nxp.com> | Wed Jul 03 21:01:36 2019 -0700 |
committer | Maureen Helm <maureen.helm@nxp.com> | Wed Jul 10 11:58:15 2019 -0500 |
tree | 0344bcf59015c4e7869fb1a069d508cd8f90691d | |
parent | 3bddc20f87f2aa28ade499689532f6be9f7ee865 [diff] |
sdhc: rename disk_access_sdhc.c The name disk_access_sdhc.c is ambiguous, actually this driver depends on SPI, rename this file. In addition, move the generic sdhc stuff from C file to head file for other sdhc drivers to use. 1) disk_access_sdhc.c->disk_access_spi_sdhc.c. 2) create .h and move sdhc specifications from .c to .h. Signed-off-by: Jun Yang <jun.yang@nxp.com>