aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/fpga/microchip-spi.c
diff options
context:
space:
mode:
authorConor Dooley <[email protected]>2022-07-28 07:50:13 +0000
committerXu Yilun <[email protected]>2022-08-15 03:38:57 +0000
commit2a0805f55b8e70241709accdf3a7d59ad316306c (patch)
treef9828b96b35d5654a563766a59315735a375a0e7 /drivers/fpga/microchip-spi.c
parentfpga: dfl-pci: Add IDs for Intel N6000, N6001 and C6100 cards (diff)
downloadkernel-2a0805f55b8e70241709accdf3a7d59ad316306c.tar.gz
kernel-2a0805f55b8e70241709accdf3a7d59ad316306c.zip
fpga: microchip-spi: add missing module author entry
Add the missing MODULE_AUTHOR entry for the Microchip spi-slave FPGA programming driver. Signed-off-by: Conor Dooley <[email protected]> Acked-by: Ivan Bornyakov <[email protected]> Reviewed-by: Tom Rix <[email protected]> Acked-by: Xu Yilun <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Xu Yilun <[email protected]>
Diffstat (limited to 'drivers/fpga/microchip-spi.c')
-rw-r--r--drivers/fpga/microchip-spi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/fpga/microchip-spi.c b/drivers/fpga/microchip-spi.c
index bd284c7b8dc9..7436976ea904 100644
--- a/drivers/fpga/microchip-spi.c
+++ b/drivers/fpga/microchip-spi.c
@@ -395,4 +395,5 @@ static struct spi_driver mpf_driver = {
module_spi_driver(mpf_driver);
MODULE_DESCRIPTION("Microchip Polarfire SPI FPGA Manager");
+MODULE_AUTHOR("Ivan Bornyakov <[email protected]>");
MODULE_LICENSE("GPL");