xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Konrad Rzeszutek Wilk <konrad@kernel.org>
To: xen-devel@lists.xenproject.org, jbeulich@suse.com
Subject: [PATCH v1] Enable serial output for Oxford Semiconductor PCIe cards.
Date: Wed,  5 Mar 2014 12:25:30 -0500	[thread overview]
Message-ID: <1394040334-16278-1-git-send-email-konrad.wilk@oracle.com> (raw)

Hey,

This is the first, non-RFC posting of the changes to the ns16550 driver
to also support other chipsets - like the Oxford 16C950 one - popular on
the inexpensive Rosewill RC-300E

The first patch is the one that enables the functionality on the
one I have - while the rest of the patches flesh out the code to support
more of PCI and PCIe type cards. The last patches adds in support for all
of the Oxford PCIe200 and PCIe952 chipsets that should work now with Xen.
Jan, if you prefer to skip those patches - that is fine with me.

 xen/drivers/char/ns16550.c |  258 ++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 240 insertions(+), 18 deletions(-)

Konrad Rzeszutek Wilk (4):
      serial: Support OXPCIe952 aka Oxford Semiconductor Ltd Device c138 (1415:c138)
      serial: Seperate the PCI device ids and quirks.
      serial: Use #defines for PCI vendor and models
      serial: Expand the PCI serial quirks for OXPCIe200 and OXPCIe952 1 Native UART

             reply	other threads:[~2014-03-05 17:25 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-05 17:25 Konrad Rzeszutek Wilk [this message]
2014-03-05 17:25 ` [PATCH v1 1/4] serial: Support OXPCIe952 aka Oxford Semiconductor Ltd Device c138 (1415:c138) Konrad Rzeszutek Wilk
2014-03-06 10:15   ` Jan Beulich
2014-03-06 18:47     ` Konrad Rzeszutek Wilk
2014-03-05 17:25 ` [PATCH v1 2/4] serial: Seperate the PCI device ids and quirks Konrad Rzeszutek Wilk
2014-03-06 10:17   ` Jan Beulich
2014-03-06 18:48     ` Konrad Rzeszutek Wilk
2014-03-05 17:25 ` [PATCH v1 3/4] serial: Use #defines for PCI vendor and models Konrad Rzeszutek Wilk
2014-03-05 17:34   ` Andrew Cooper
2014-03-06 10:18   ` Jan Beulich
2014-03-05 17:25 ` [PATCH v1 4/4] serial: Expand the PCI serial quirks for OXPCIe200 and OXPCIe952 1 Native UART Konrad Rzeszutek Wilk
2014-03-06 10:20   ` Jan Beulich
2014-03-07 15:55     ` Konrad Rzeszutek Wilk
2014-03-07 16:30       ` Jan Beulich

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=1394040334-16278-1-git-send-email-konrad.wilk@oracle.com \
    --to=konrad@kernel.org \
    --cc=jbeulich@suse.com \
    --cc=xen-devel@lists.xenproject.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).