]> git.dujemihanovic.xyz Git - u-boot.git/commit
drivers: xilinx_spi: Add xfer callback
authorMayuresh Chitale <mchitale@ventanamicro.com>
Thu, 16 Nov 2023 16:43:35 +0000 (22:13 +0530)
committerMichal Simek <michal.simek@amd.com>
Wed, 13 Dec 2023 07:58:06 +0000 (08:58 +0100)
commit954d437d266207e6cb6c5d5706891ddde3671b6e
treeb419a01601ae803bdf9d2710ca3974f66634742e
parent4c18d9f6d0a52ce63993a59d7d63529fd294358f
drivers: xilinx_spi: Add xfer callback

Add the xfer callback which is used by the MMC_SPI driver and generally by
the dm_spi_xfer callback.

Signed-off-by: Mayuresh Chitale <mchitale@ventanamicro.com>
Tested-by: Love Kumar <love.kumar@amd.com>
Link: https://lore.kernel.org/r/20231116164336.140171-3-mchitale@ventanamicro.com
Signed-off-by: Michal Simek <michal.simek@amd.com>
drivers/spi/xilinx_spi.c