From: Bjorn Helgaas <helgaas@kernel.org>
To: saumah <saumah@gmail.com>
Cc: linux-pci@vger.kernel.org, morris_ku@sunix.com.tw
Subject: Re: [PATCH] pci_ids.h change for fix hanging problem while suspend machine. pci_ids.h has the same vendor id and device id definition as sunix multi-I/O board driver, when the sunix multi-io board driver is installed, it will cause operation error
Date: Tue, 22 Jan 2019 09:12:02 -0600 [thread overview]
Message-ID: <20190122151202.GA14636@google.com> (raw)
In-Reply-To: <20190122022237.27871-1-saumah@gmail.com>
Thanks for your patch, but I can't figure out exactly what problem
you're solving.
There is only one definition of PCI_VENDOR_ID_SUNIX in the current
upstream tree, so I don't see what the conflict is. If there's a
conflicting definition in some out-of-tree driver, we generally
wouldn't change the upstream tree, we'd ask you to change the
out-of-tree driver. Or even better, to merge your driver into the
upstream kernel so it's no longer maintained out of the tree.
Please start with
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst
Bjorn
On Tue, Jan 22, 2019 at 10:22:37AM +0800, saumah wrote:
> Signed-off-by: saumah <saumah@gmail.com>
> ---
> ....-8250-16550-build-in-driver-conflic.patch | 28 -------------------
> 1 file changed, 28 deletions(-)
> delete mode 100644 0001-pci_ids.h-change.-8250-16550-build-in-driver-conflic.patch
>
> diff --git a/0001-pci_ids.h-change.-8250-16550-build-in-driver-conflic.patch b/0001-pci_ids.h-change.-8250-16550-build-in-driver-conflic.patch
> deleted file mode 100644
> index dd1b7bf..0000000
> --- a/0001-pci_ids.h-change.-8250-16550-build-in-driver-conflic.patch
> +++ /dev/null
> @@ -1,28 +0,0 @@
> -From 15a467e9bb45d76a9373cb21c499a0cb21df2dda Mon Sep 17 00:00:00 2001
> -From: Morris Ku <morris_ku@sunix.com>
> -Date: Tue, 8 Jan 2019 20:08:48 +0800
> -Subject: [PATCH] pci_ids.h change. 8250/16550 build-in driver conflict with SUNIX Multi-I/O Borad Driver
> -
> -Signed-off-by: Morris Ku <morris_ku@sunix.com>
> ----
> - pci_ids.h | 4 ++--
> - 1 file changed, 2 insertions(+), 2 deletions(-)
> -
> -diff --git a/pci_ids.h b/pci_ids.h
> -index 2950223..b681a66 100644
> ---- a/pci_ids.h
> -+++ b/pci_ids.h
> -@@ -2567,8 +2567,8 @@
> - #define PCI_DEVICE_ID_TEHUTI_3010 0x3010
> - #define PCI_DEVICE_ID_TEHUTI_3014 0x3014
> -
> --#define PCI_VENDOR_ID_SUNIX 0x1fd4
> --#define PCI_DEVICE_ID_SUNIX_1999 0x1999
> -+//#define PCI_VENDOR_ID_SUNIX 0x1fd4
> -+//#define PCI_DEVICE_ID_SUNIX_1999 0x1999
> -
> - #define PCI_VENDOR_ID_HINT 0x3388
> - #define PCI_DEVICE_ID_HINT_VXPROII_IDE 0x8013
> ---
> -2.17.1
> -
> --
> 2.17.1
>
prev parent reply other threads:[~2019-01-22 15:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-22 2:22 [PATCH] pci_ids.h change for fix hanging problem while suspend machine. pci_ids.h has the same vendor id and device id definition as sunix multi-I/O board driver, when the sunix multi-io board driver is installed, it will cause operation error saumah
2019-01-22 15:12 ` Bjorn Helgaas [this message]
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=20190122151202.GA14636@google.com \
--to=helgaas@kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=morris_ku@sunix.com.tw \
--cc=saumah@gmail.com \
/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 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.