Re: [PATCH v5 1/6] misc: Add Synopsys DesignWare xData IP driver
From: Leon Romanovsky <leon@kernel.org>
Date: 2021-02-11 11:59:54
Also in:
linux-pci, lkml
From: Leon Romanovsky <leon@kernel.org>
Date: 2021-02-11 11:59:54
Also in:
linux-pci, lkml
On Thu, Feb 11, 2021 at 10:08:38AM +0100, Gustavo Pimentel wrote:
Add Synopsys DesignWare xData IP driver. This driver enables/disables the PCI traffic generator module pertain to the Synopsys DesignWare prototype. Signed-off-by: Gustavo Pimentel <redacted> --- drivers/misc/dw-xdata-pcie.c | 394 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 394 insertions(+) create mode 100644 drivers/misc/dw-xdata-pcie.c
<...>
+MODULE_LICENSE("GPL v2");"GPL" and not "GPL v2". Thanks
+MODULE_DESCRIPTION("Synopsys DesignWare xData PCIe driver");
+MODULE_AUTHOR("Gustavo Pimentel [off-list ref]");
+
--
2.7.4