xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] Enable serial output for Oxford Semiconductor PCIe cards and fixes.
@ 2014-03-07 19:01 Konrad Rzeszutek Wilk
  2014-03-07 19:01 ` [PATCH v2 1/7] serial: Skip over PCIe device which have no quirks (fix AMT regression) Konrad Rzeszutek Wilk
                   ` (7 more replies)
  0 siblings, 8 replies; 26+ messages in thread
From: Konrad Rzeszutek Wilk @ 2014-03-07 19:01 UTC (permalink / raw)
  To: jbeulich, xen-devel, andrew.cooper3, aravind.gopalakrishnan


Since v1 [http://mid.gmane.org/1394040334-16278-1-git-send-email-konrad.wilk@oracle.com]:
 - Update it per Jan and Andrew comments
 - Tackle on two bug-fixes.


Hey,

This is the second, 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.

There are also two bug-fixes that I discovered while testing my code.
One of them was found through code inspection while the other was
when I was testing my code.

Of interest is:
 [PATCH v2 3/7] serial: Support OXPCIe952 aka Oxford Semiconductor

 that enables the functionality on the PCIe card I have - while the rest
of the patches flesh out the code to support more of PCI and PCIe type cards.

 xen/arch/x86/oprofile/op_model_athlon.c |    5 +-
 xen/arch/x86/x86_64/mmconf-fam10h.c     |    1 +
 xen/arch/x86/x86_64/mmconfig-shared.c   |    1 +
 xen/arch/x86/x86_64/mmconfig.h          |    7 -
 xen/drivers/char/ns16550.c              |  254 ++++++++++++++++++++++++++++--
 xen/include/xen/pci_ids.h               |   12 ++
 6 files changed, 253 insertions(+), 27 deletions(-)

Konrad Rzeszutek Wilk (7):
      serial: Skip over PCIe device which have no quirks (fix AMT regression).
      serial: Fix COM1 assumption if pci_uart_config did not find the PCI serial card.
      serial: Support OXPCIe952 aka Oxford Semiconductor Ltd Device c138 (1415:c138)
      serial: Seperate the PCI device ids and parameters
      serial: Use #defines for PCI vendors.
      serial: Expand the PCI serial quirks for OXPCIe200 and OXPCIe952 1 Native UART
      pci: Put all PCI device vendor and models in one file.

^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2014-03-10 17:08 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-07 19:01 [PATCH v2] Enable serial output for Oxford Semiconductor PCIe cards and fixes Konrad Rzeszutek Wilk
2014-03-07 19:01 ` [PATCH v2 1/7] serial: Skip over PCIe device which have no quirks (fix AMT regression) Konrad Rzeszutek Wilk
2014-03-10  9:26   ` Jan Beulich
2014-03-07 19:01 ` [PATCH v2 2/7] serial: Fix COM1 assumption if pci_uart_config did not find the PCI serial card Konrad Rzeszutek Wilk
2014-03-10  9:35   ` Jan Beulich
2014-03-10 16:07     ` Konrad Rzeszutek Wilk
2014-03-10 16:20       ` Jan Beulich
2014-03-10 16:13     ` Konrad Rzeszutek Wilk
2014-03-10 16:23       ` Jan Beulich
2014-03-10 16:45         ` Konrad Rzeszutek Wilk
2014-03-10 17:06           ` Jan Beulich
2014-03-07 19:01 ` [PATCH v2 3/7] serial: Support OXPCIe952 aka Oxford Semiconductor Ltd Device c138 (1415:c138) Konrad Rzeszutek Wilk
2014-03-07 19:01 ` [PATCH v2 4/7] serial: Seperate the PCI device ids and parameters Konrad Rzeszutek Wilk
2014-03-10  9:41   ` Jan Beulich
2014-03-10 16:23     ` Konrad Rzeszutek Wilk
2014-03-10 16:30       ` Jan Beulich
2014-03-10 16:38         ` Konrad Rzeszutek Wilk
2014-03-10 16:51           ` Konrad Rzeszutek Wilk
2014-03-10 17:07             ` Jan Beulich
2014-03-07 19:01 ` [PATCH v2 5/7] serial: Use #defines for PCI vendors Konrad Rzeszutek Wilk
2014-03-10  9:44   ` Jan Beulich
2014-03-07 19:01 ` [PATCH v2 6/7] serial: Expand the PCI serial quirks for OXPCIe200 and OXPCIe952 1 Native UART Konrad Rzeszutek Wilk
2014-03-07 19:01 ` [PATCH v2 7/7] pci: Put all PCI device vendor and models in one file Konrad Rzeszutek Wilk
2014-03-10  9:46   ` Jan Beulich
2014-03-07 21:27 ` [PATCH v2] Enable serial output for Oxford Semiconductor PCIe cards and fixes Aravind Gopalakrishnan
2014-03-07 22:06   ` Konrad Rzeszutek Wilk

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).