linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeremy McNicoll <jmcnicol@redhat.com>
To: devel@linuxdriverproject.org
Cc: gregkh@linuxfoundation.org, linux-serial@vger.kernel.org
Subject: Dual Serial PCIe WCH382 Support
Date: Tue,  2 Feb 2016 13:00:44 -0800	[thread overview]
Message-ID: <1454446845-18739-1-git-send-email-jmcnicol@redhat.com> (raw)


This change adds support for the IOCrest WCH382 dual serial PCIe card.

LSPCI:
-----

03:00.0 Serial controller: Device 1c00:3253 (rev 10) (prog-if 05 [16850])
	Subsystem: Device 1c00:3253
	Flags: fast devsel, IRQ 16
	I/O ports at 2000 [size=256]
	Memory at c0000000 (32-bit, prefetchable) [size=32K]
	I/O ports at 2100 [size=4]
	Expansion ROM at aa000000 [disabled] [size=32K]
	Capabilities: [60] Power Management version 3
	Capabilities: [68] MSI: Enable- Count=1/32 Maskable+ 64bit+
	Capabilities: [80] Express Legacy Endpoint, MSI 00
	Capabilities: [100] Advanced Error Reporting


Unfortunately I couldn't find the vendor's refrence manuals.  All
I could find where pointers to this:
   http://www.wch-ic.com/download/list.asp?id=126
but that link is dead.  If someone has a copy of the reference sheet /
programmers guide for this I would greatly appreciate it sent my way.

Testing:
  -verified minicom can communicate a various speeds using each RS-232 port
     through a NULL modem cable.
  -grub serial doesn't seem to work, but I didn't really dig into it.
  -kernel boot console works, which is the only thing I was after.
  -Link to the one I used: http://www.iocrest.com/en/product_details276.html


Jeremy McNicoll (1):
  tty: Add support for PCIe WCH382 2S multi-IO card

 drivers/tty/serial/8250/8250_pci.c | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

-- 
2.6.1

             reply	other threads:[~2016-02-02 21:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-02 21:00 Jeremy McNicoll [this message]
2016-02-02 21:00 ` [PATCH] tty: Add support for PCIe WCH382 2S multi-IO card Jeremy McNicoll

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=1454446845-18739-1-git-send-email-jmcnicol@redhat.com \
    --to=jmcnicol@redhat.com \
    --cc=devel@linuxdriverproject.org \
    --cc=gregkh@linuxfoundation.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).