On 2/27/24 18:08, Lizhi Hou wrote:
Add amd/ for AMD dmaengine drivers. Create empty Kconfig and Makefile
underneath.
Signed-off-by: Lizhi Hou<lizhi.hou@xxxxxxx>
---
drivers/dma/Kconfig | 2 ++
drivers/dma/Makefile | 1 +
drivers/dma/amd/Kconfig | 1 +
drivers/dma/amd/Makefile | 4 ++++
4 files changed, 8 insertions(+)
create mode 100644 drivers/dma/amd/Kconfig
create mode 100644 drivers/dma/amd/Makefile
Hi Lizhi,
I think you may want to change the order of the patches.
Adding the Kconfig and Makefile changes in the first patch,
and the code itself in the second patch will hurt git bisect.
Just swap them around.
--
Regards,
Tadeusz