[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1483611602-5560-1-git-send-email-sudipm.mukherjee@gmail.com>
Date: Thu, 5 Jan 2017 10:19:59 +0000
From: Sudip Mukherjee <sudipm.mukherjee@...il.com>
To: Linus Walleij <linus.walleij@...aro.org>,
Alexandre Courbot <gnurou@...il.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Jiri Slaby <jslaby@...e.com>,
Andy Shevchenko <andy.shevchenko@...il.com>,
gnomes@...rguk.ukuu.org.uk
Cc: linux-kernel@...r.kernel.org, linux-serial@...r.kernel.org,
linux-gpio@...r.kernel.org,
Sudip Mukherjee <sudipm.mukherjee@...il.com>
Subject: [PATCH v6 0/3] add gpio support to exar
Exar XR17V352/354/358 chips have 16 multi-purpose inputs/outputs which
can be controlled using gpio interface.
v5 was sent in January, 2016 and after reviews it was suggested to
split the exar code out of 8250_pci and make its own driver.
For reference it is at https://patchwork.kernel.org/patch/8058311/
regards
sudip
Sudip Mukherjee (3):
gpio: exar: add gpio for exar cards
serial: exar: split out the exar code from 8250_pci
serial: 8250_pci: remove exar code
drivers/gpio/Kconfig | 7 +
drivers/gpio/Makefile | 1 +
drivers/gpio/gpio-exar.c | 264 ++++++++++++++
drivers/tty/serial/8250/8250_exar.c | 706 ++++++++++++++++++++++++++++++++++++
drivers/tty/serial/8250/8250_pci.c | 309 +---------------
drivers/tty/serial/8250/Kconfig | 4 +
drivers/tty/serial/8250/Makefile | 1 +
7 files changed, 989 insertions(+), 303 deletions(-)
create mode 100644 drivers/gpio/gpio-exar.c
create mode 100644 drivers/tty/serial/8250/8250_exar.c
--
1.9.1
Powered by blists - more mailing lists