Re: [PATCH v3 05/11] mmc: sdhci: put the aligned buffer pointer to struct sdhci_host

2020-02-18 Thread Jaehoon Chung
On 2/14/20 4:40 PM, Masahiro Yamada wrote: > Using the global variable does not look nice. > > Add a new field sthci::align_buffer to point to the bounce buffer. > > Signed-off-by: Masahiro Yamada Reviewed-by: Jaehoon Chung Best Regards, Jaehoon Chung > --- > > Changes in v3: None > Changes

[PATCH v3 05/11] mmc: sdhci: put the aligned buffer pointer to struct sdhci_host

2020-02-13 Thread Masahiro Yamada
Using the global variable does not look nice. Add a new field sthci::align_buffer to point to the bounce buffer. Signed-off-by: Masahiro Yamada --- Changes in v3: None Changes in v2: None drivers/mmc/sdhci.c | 27 +-- include/sdhci.h | 1 + 2 files changed, 14 ins