On Tue, Mar 12, 2013 at 08:53:49AM -0700, gregkh@xxxxxxxxxxxxxxxxxxx wrote: > > This is a note to let you know that I've just added the patch titled > > serial: 8250_pci: add support for another kind of NetMos Technology > > to my tty git tree which can be found at > git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git > in the tty-linus branch. > > The patch will show up in the next release of the linux-next tree > (usually sometime within the next 24 hours during the week.) > > The patch will hopefully also be merged in Linus's tree for the > next -rc kernel release. > > If you have any questions about this process, please let me know. > > > >From 8d2f8cd424ca0b99001f3ff4f5db87c4e525f366 Mon Sep 17 00:00:00 2001 > From: Wang YanQing <udknight@xxxxxxxxx> > Date: Fri, 1 Mar 2013 11:47:20 +0800 > Subject: serial: 8250_pci: add support for another kind of NetMos Technology > PCI 9835 Multi-I/O Controller > > 01:08.0 Communication controller: NetMos Technology PCI 9835 Multi-I/O Controller (rev 01) > Subsystem: Device [1000:0012] > Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- > Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- > Interrupt: pin A routed to IRQ 20 > Region 0: I/O ports at e050 [size=8] > Region 1: I/O ports at e040 [size=8] > Region 2: I/O ports at e030 [size=8] > Region 3: I/O ports at e020 [size=8] > Region 4: I/O ports at e010 [size=8] > Region 5: I/O ports at e000 [size=16] > > Signed-off-by: Wang YanQing <udknight@xxxxxxxxx> > Cc: stable <stable@xxxxxxxxxxxxxxx> > Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> > --- > drivers/tty/serial/8250/8250_pci.c | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/drivers/tty/serial/8250/8250_pci.c b/drivers/tty/serial/8250/8250_pci.c > index 85c6bf9..aa76825 100644 > --- a/drivers/tty/serial/8250/8250_pci.c > +++ b/drivers/tty/serial/8250/8250_pci.c > @@ -4788,6 +4788,10 @@ static struct pci_device_id serial_pci_tbl[] = { > PCI_VENDOR_ID_IBM, 0x0299, > 0, 0, pbn_b0_bt_2_115200 }, > > + { PCI_VENDOR_ID_NETMOS, PCI_DEVICE_ID_NETMOS_9835, > + 0x1000, 0x0012, > + 0, 0, pbn_b0_bt_2_115200 }, > + > { PCI_VENDOR_ID_NETMOS, PCI_DEVICE_ID_NETMOS_9901, > 0xA000, 0x1000, > 0, 0, pbn_b0_1_115200 }, > -- > 1.8.1.2.434.g9a6c84e.dirty > Hi Greg Korah-Hartman and all, another patch in lkml I sended more than one week ago, it is fit for stable tree too. "[PATCH v2]8250_pci: Add WCH CH352 quirk to avoid Xscale detection" It is in lkml for more than ten days, maybe you lost it. Thanks. -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html