@@ -3071,6 +3071,7 @@ D: Several AX.25 hacks
N: Ricardo Ribalda Delgado
E: ricardo.ribalda@gmail.com
W: http://ribalda.com
+D: Xilinx QUAD SPI driver
D: PLX USB338x driver
D: PCA9634 driver
D: Option GTM671WFS
@@ -14786,6 +14786,12 @@ M: John Linn <John.Linn@xilinx.com>
S: Maintained
F: drivers/net/ethernet/xilinx/xilinx_axienet*
+XILINX SPI DRIVER
+M: Ricardo Ribalda <ricardo.ribalda@gmail.com>
+L: linux-spi@vger.kernel.org
+S: Supported
+F: drivers/spi/spi-xilinx.c
+
XILINX UARTLITE SERIAL DRIVER
M: Peter Korsgaard <jacmet@sunsite.dk>
L: linux-serial@vger.kernel.org
@@ -4,6 +4,7 @@
* Author: MontaVista Software, Inc.
* source@mvista.com
*
+ * Copyright (C) 2015-2017 Ricardo Ribalda, Qtechnology A/S
* Copyright (c) 2010 Secret Lab Technologies, Ltd.
* Copyright (c) 2009 Intel Corporation
* 2002-2007 (c) MontaVista Software, Inc.
Since almost half of the driver comes from changes from me, I have access to the hardware and we are using it in a current product I volunteer for maintaining this driver. Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> --- CREDITS | 1 + MAINTAINERS | 6 ++++++ drivers/spi/spi-xilinx.c | 1 + 3 files changed, 8 insertions(+)