Re: [PATCH v2 1/7] tty: 8250: Fix IS-200 PCI ID comment

From: Cameron Williams
Date: Sat Oct 14 2023 - 07:57:42 EST


On Sat, Oct 14, 2023 at 10:28:33AM +0200, Greg KH wrote:
> On Fri, Oct 13, 2023 at 11:11:09PM +0100, Cameron Williams wrote:
> > Fix the PCI comment for the IS-200 card
>
> "Fix" it how? What was wrong with it, and what is now right with it?
>
I should have specified better, my mistake. The PCI ID comment (135a.0811)
is incorrect, the card ID itself is 0x0d80 and the definition used
(PCI_DEVICE_ID_INTASHIELD_IS200) is indeed 0x0d80. It's just a cosmetic change
as the rest of the IS range of cards are also being added in this series and their
IDs are all 0x0020 offset from each other (though the IS-300, 0x0da0 is in a
parport_serial patch). Makes no functional difference.

> >
> > Signed-off-by: Cameron Williams <cang1@xxxxxxxxxx>
> > ---
> > This is a resubmission series for the patch series below. That series
> > was lots of changes sent to lots of maintainers, this series is just for
> > the tty/serial/8250 subsystem.
>
> Your patches here are not threaded at all, was that intentional? Our
> tools will not pick them up properly, and so I would have to do it by
> hand, slowing things down and making me dread handling them. Any reason
> you didn't just use 'git send-email' to send it?
>
This was not intentional, no. I had problems getting git send-email set up,
somthing to do with TLS issues and since Mutt was already set up for general
email, I chose to use that instead for convenience. I can look into getting
git send-email working and re-sending this series as v3 if you want the
series threading properly.
> thanks,
>
> greg k-h
Thanks
Cameron.