From: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
To: Linus Walleij <linus.walleij@linaro.org>,
Alexandre Courbot <gnurou@gmail.com>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Jiri Slaby <jslaby@suse.com>,
Andy Shevchenko <andy.shevchenko@gmail.com>,
gnomes@lxorguk.ukuu.org.uk
Cc: linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org,
linux-gpio@vger.kernel.org,
Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Subject: [PATCH v7 0/3] add gpio support to exar
Date: Sat, 7 Jan 2017 23:57:46 +0000 [thread overview]
Message-ID: <1483833469-11422-1-git-send-email-sudipm.mukherjee@gmail.com> (raw)
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/
First split attempt was patch series v6.
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 | 238 +++++++++++++++++
drivers/tty/serial/8250/8250_exar.c | 515 ++++++++++++++++++++++++++++++++++++
drivers/tty/serial/8250/8250_pci.c | 336 +----------------------
drivers/tty/serial/8250/Kconfig | 5 +
drivers/tty/serial/8250/Makefile | 1 +
7 files changed, 770 insertions(+), 333 deletions(-)
create mode 100644 drivers/gpio/gpio-exar.c
create mode 100644 drivers/tty/serial/8250/8250_exar.c
--
1.9.1
next reply other threads:[~2017-01-07 23:58 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-07 23:57 Sudip Mukherjee [this message]
2017-01-07 23:57 ` [PATCH v7 1/3] gpio: exar: add gpio for exar cards Sudip Mukherjee
2017-01-09 10:35 ` Linus Walleij
2017-01-09 21:18 ` Sudip Mukherjee
2017-01-07 23:57 ` [PATCH v7 2/3] serial: exar: split out the exar code from 8250_pci Sudip Mukherjee
2017-01-08 1:02 ` Andy Shevchenko
2017-01-08 11:11 ` Sudip Mukherjee
2017-01-07 23:57 ` [PATCH v7 3/3] serial: 8250_pci: remove exar code Sudip Mukherjee
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1483833469-11422-1-git-send-email-sudipm.mukherjee@gmail.com \
--to=sudipm.mukherjee@gmail.com \
--cc=andy.shevchenko@gmail.com \
--cc=gnomes@lxorguk.ukuu.org.uk \
--cc=gnurou@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=jslaby@suse.com \
--cc=linus.walleij@linaro.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).