commit | 6eae43c6079f797dd7453e557407e214554ebe2c | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Wed Feb 07 17:19:58 2018 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 13 21:45:37 2018 -0400 |
tree | 6a6322b3be4e51d4195d8b6f4a70e51fbd0b33c0 | |
parent | 0c15676d7dc263998beae2c9d0793d868b8b4eb3 [diff] |
mmc: stm32: sdmmc2: add hardware flow control support The hardware flow control functionality is used to avoid FIFO underrun (TX mode) and overrun (RX mode) errors. The behavior is to stop SDMMC_CK during data transfer and freeze the SDMMC state machines. Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com> Signed-off-by: Patrice Chotard <patrice.chotard@st.com>