3 Jul 18:40
[PATCH] [V2] powerpc: Xilinx: PS2: Added new XPS PS2 driver
From: John Linn <john.linn <at> xilinx.com>
Subject: [PATCH] [V2] powerpc: Xilinx: PS2: Added new XPS PS2 driver
Newsgroups: gmane.linux.kernel.input, gmane.linux.ports.ppc64.devel
Date: 2008-07-03 16:42:31 GMT
Subject: [PATCH] [V2] powerpc: Xilinx: PS2: Added new XPS PS2 driver
Newsgroups: gmane.linux.kernel.input, gmane.linux.ports.ppc64.devel
Date: 2008-07-03 16:42:31 GMT
Added a new driver for Xilinx XPS PS2 IP. This driver is a flat driver to better match the Linux driver pattern. Signed-off-by: Sadanand <sadanan <at> xilinx.com> Signed-off-by: John Linn <john.linn <at> xilinx.com> --- V2 Updated the driver based on feedback from Dmitry, Peter, and Grant. We believe Montavista copyright is still valid. drivers/input/serio/Kconfig | 5 + drivers/input/serio/Makefile | 1 + drivers/input/serio/xilinx_ps2.c | 448 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 454 insertions(+), 0 deletions(-) create mode 100644 drivers/input/serio/xilinx_ps2.c diff --git a/drivers/input/serio/Kconfig b/drivers/input/serio/Kconfig index ec4b661..0e62b39 100644 --- a/drivers/input/serio/Kconfig +++ b/drivers/input/serio/Kconfig @@ -190,4 +190,9 @@ config SERIO_RAW To compile this driver as a module, choose M here: the module will be called serio_raw. +config SERIO_XILINX_XPS_PS2 + tristate "Xilinx XPS PS/2 Controller Support" + help + This driver supports XPS PS/2 IP from Xilinx EDK. + endif(Continue reading)
RSS Feed