Re: [PATCH v5 5/7] mmc: zynq_sdhci: Move setting tapdelay code to driver

2021-08-25 Thread Jaehoon Chung
On 8/3/21 2:20 PM, Ashok Reddy Soma wrote: > Move tapdelay function calls to zynq_sdhci.c and make them static > inline. zynqmp_tap_delay.h has function prototypes for the functions > defined in tap_delays.c, which will not be needed anymore. > > Remove tap_delays.c and zynqmp_tap_delay.h files. >

[PATCH v5 5/7] mmc: zynq_sdhci: Move setting tapdelay code to driver

2021-08-02 Thread Ashok Reddy Soma
Move tapdelay function calls to zynq_sdhci.c and make them static inline. zynqmp_tap_delay.h has function prototypes for the functions defined in tap_delays.c, which will not be needed anymore. Remove tap_delays.c and zynqmp_tap_delay.h files. Signed-off-by: Ashok Reddy Soma --- (no changes sin