All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tty: serial: Fixed misspelling of 'Medfield' in Kconfig
@ 2015-03-01  7:39 Joseph Kogut
  2015-03-01  7:41 ` Joseph Kogut
  0 siblings, 1 reply; 2+ messages in thread
From: Joseph Kogut @ 2015-03-01  7:39 UTC (permalink / raw)
  To: trivial, gregkh; +Cc: jslaby, linux-kernel, linux-serial, Joseph Kogut

Change 'Medfile' to 'Medfield'

Signed-off-by: Joseph Kogut <joseph.kogut@gmail.com>
---
 drivers/tty/serial/Kconfig | 2 +-
 drivers/tty/serial/mfd.c   | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig
index d2501f0..7baf98c 100644
--- a/drivers/tty/serial/Kconfig
+++ b/drivers/tty/serial/Kconfig
@@ -489,7 +489,7 @@ config SERIAL_MFD_HSU
 	select SERIAL_CORE
 
 config SERIAL_MFD_HSU_CONSOLE
-	bool "Medfile HSU serial console support"
+	bool "Medfield HSU serial console support"
 	depends on SERIAL_MFD_HSU=y
 	select SERIAL_CORE_CONSOLE
 
diff --git a/drivers/tty/serial/mfd.c b/drivers/tty/serial/mfd.c
index 8fe4501..97b0cf5 100644
--- a/drivers/tty/serial/mfd.c
+++ b/drivers/tty/serial/mfd.c
@@ -1460,6 +1460,7 @@ static const struct pci_device_id pci_ids[] = {
 	{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x081C) },
 	{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x081D) },
 	{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x081E) },
+	{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x1191) },
 	{},
 };
 
-- 
2.3.1


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

* Re: [PATCH] tty: serial: Fixed misspelling of 'Medfield' in Kconfig
  2015-03-01  7:39 [PATCH] tty: serial: Fixed misspelling of 'Medfield' in Kconfig Joseph Kogut
@ 2015-03-01  7:41 ` Joseph Kogut
  0 siblings, 0 replies; 2+ messages in thread
From: Joseph Kogut @ 2015-03-01  7:41 UTC (permalink / raw)
  To: trivial, Greg Kroah-Hartman
  Cc: jslaby, linux-kernel, linux-serial, Joseph Kogut

My apologies, please disregard this patch. It seems my tree wasn't
clean, and another change snuck its way in.

On Sun, Mar 1, 2015 at 12:39 AM, Joseph Kogut <joseph.kogut@gmail.com> wrote:
> Change 'Medfile' to 'Medfield'
>
> Signed-off-by: Joseph Kogut <joseph.kogut@gmail.com>
> ---
>  drivers/tty/serial/Kconfig | 2 +-
>  drivers/tty/serial/mfd.c   | 1 +
>  2 files changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig
> index d2501f0..7baf98c 100644
> --- a/drivers/tty/serial/Kconfig
> +++ b/drivers/tty/serial/Kconfig
> @@ -489,7 +489,7 @@ config SERIAL_MFD_HSU
>         select SERIAL_CORE
>
>  config SERIAL_MFD_HSU_CONSOLE
> -       bool "Medfile HSU serial console support"
> +       bool "Medfield HSU serial console support"
>         depends on SERIAL_MFD_HSU=y
>         select SERIAL_CORE_CONSOLE
>
> diff --git a/drivers/tty/serial/mfd.c b/drivers/tty/serial/mfd.c
> index 8fe4501..97b0cf5 100644
> --- a/drivers/tty/serial/mfd.c
> +++ b/drivers/tty/serial/mfd.c
> @@ -1460,6 +1460,7 @@ static const struct pci_device_id pci_ids[] = {
>         { PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x081C) },
>         { PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x081D) },
>         { PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x081E) },
> +       { PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x1191) },
>         {},
>  };
>
> --
> 2.3.1
>

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

end of thread, other threads:[~2015-03-01  7:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-01  7:39 [PATCH] tty: serial: Fixed misspelling of 'Medfield' in Kconfig Joseph Kogut
2015-03-01  7:41 ` Joseph Kogut

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.