From: Matt Wilson <msw@amzn.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Jiri Slaby <jslaby@suse.com>,
linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org,
Anthony Liguori <aliguori@amazon.com>,
stable@vger.kernel.org
Subject: Re: [PATCH v2] serial: 8250_pci: Add Amazon PCI serial device ID
Date: Sat, 18 Nov 2017 20:26:07 -0800 [thread overview]
Message-ID: <20171119042607.GA26232@ued668862963453.ant.amazon.com> (raw)
In-Reply-To: <1510601491-31803-1-git-send-email-msw@linux.com>
On Mon, Nov 13, 2017 at 11:31:31AM -0800, Matt Wilson wrote:
> From: Matt Wilson <msw@amazon.com>
>
> This device will be used in future Amazon EC2 instances as the primary
> serial port (i.e., data sent to this port will be available via the
> GetConsoleOuput [1] EC2 API).
Ping?
--msw
> [1] http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetConsoleOutput.html
>
> Cc: stable@vger.kernel.org
> Signed-off-by: Matt Wilson <msw@amazon.com>
> ---
> drivers/tty/serial/8250/8250_pci.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/drivers/tty/serial/8250/8250_pci.c b/drivers/tty/serial/8250/8250_pci.c
> index 0c101a7..d4e7be8 100644
> --- a/drivers/tty/serial/8250/8250_pci.c
> +++ b/drivers/tty/serial/8250/8250_pci.c
> @@ -5137,6 +5137,9 @@ static const struct pci_device_id serial_pci_tbl[] = {
> { PCI_DEVICE(0x1601, 0x0800), .driver_data = pbn_b0_4_1250000 },
> { PCI_DEVICE(0x1601, 0xa801), .driver_data = pbn_b0_4_1250000 },
>
> + /* Amazon PCI serial device */
> + { PCI_DEVICE(0x1d0f, 0x8250), .driver_data = pbn_b0_1_115200 },
> +
> /*
> * These entries match devices with class COMMUNICATION_SERIAL,
> * COMMUNICATION_MODEM or COMMUNICATION_MULTISERIAL
next prev parent reply other threads:[~2017-11-19 4:26 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-12 22:14 [PATCH] serial: 8250_pci: Add Amazon PCI serial device ID Matt Wilson
2017-11-13 8:31 ` Greg Kroah-Hartman
2017-11-13 19:31 ` [PATCH v2] " Matt Wilson
2017-11-19 4:26 ` Matt Wilson [this message]
2017-11-19 8:41 ` Greg Kroah-Hartman
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=20171119042607.GA26232@ued668862963453.ant.amazon.com \
--to=msw@amzn.com \
--cc=aliguori@amazon.com \
--cc=gregkh@linuxfoundation.org \
--cc=jslaby@suse.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=stable@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