]> git.ipfire.org Git - thirdparty/u-boot.git/commit
mmc: zynq_sdhci: Move setting tapdelay code to driver
authorAshok Reddy Soma <ashok.reddy.soma@xilinx.com>
Wed, 14 Jul 2021 10:27:21 +0000 (04:27 -0600)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 19 Jul 2021 11:29:45 +0000 (13:29 +0200)
commit16b642f8b1f1d464bc20cc5aa3480ea3ef782b22
tree02f2e5b4f3d723c3d4d08567cd10380005791836
parent6c5aefec3aa65ef09e5357b3f62043df2763ea46
mmc: zynq_sdhci: Move setting tapdelay code to driver

tap_delays.c just has calls to xilinx_pm_request() for setting tapdelays.
Simply move these calls to zynq_sdhci.c and make them static inline.
Similarly zynqmp_tap_delay.h also has call to xilinx_pm_request() for
dll reset. Do the same for this file as well.

Remove tap_delays.c and zynqmp_tap_delay.h files.

Signed-off-by: Ashok Reddy Soma <ashok.reddy.soma@xilinx.com>
board/xilinx/zynqmp/Makefile
board/xilinx/zynqmp/tap_delays.c [deleted file]
drivers/mmc/zynq_sdhci.c
include/zynqmp_tap_delay.h [deleted file]