Re: [PATCH 03/44] PCI: remove synclink entries from pci_ids

2021-03-12 Thread Bjorn Helgaas
On Tue, Mar 02, 2021 at 07:21:33AM +0100, Jiri Slaby wrote:
> The drivers were removed in a1f714b44e34 (tty: Remove redundant synclink
> driver) and 3d608a591b2b (tty: Remove redundant synclinkmp driver).
> 
> So remove also the PCI ID entries.
> 
> Signed-off-by: Jiri Slaby 

Applied with Krzysztof's reviewed-by to pci/misc for v5.13, thanks!

> Cc: Bjorn Helgaas 
> Cc: linux-...@vger.kernel.org
> ---
>  include/linux/pci_ids.h | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
> index a76ccb697bef..8a18517696c1 100644
> --- a/include/linux/pci_ids.h
> +++ b/include/linux/pci_ids.h
> @@ -2065,8 +2065,6 @@
>  #define PCI_DEVICE_ID_EXAR_XR17V358  0x0358
>  
>  #define PCI_VENDOR_ID_MICROGATE  0x13c0
> -#define PCI_DEVICE_ID_MICROGATE_USC  0x0010
> -#define PCI_DEVICE_ID_MICROGATE_SCA  0x0030
>  
>  #define PCI_VENDOR_ID_3WARE  0x13C1
>  #define PCI_DEVICE_ID_3WARE_1000 0x1000
> -- 
> 2.30.1
> 


Re: [PATCH 03/44] PCI: remove synclink entries from pci_ids

2021-03-06 Thread Krzysztof Wilczyński
Hi Jiri,

> The drivers were removed in a1f714b44e34 (tty: Remove redundant synclink
> driver) and 3d608a591b2b (tty: Remove redundant synclinkmp driver).
> 
> So remove also the PCI ID entries.
[...]

Thank you!

Reviewed-by: Krzysztof Wilczyński 

Krzysztof


[PATCH 03/44] PCI: remove synclink entries from pci_ids

2021-03-02 Thread Jiri Slaby
The drivers were removed in a1f714b44e34 (tty: Remove redundant synclink
driver) and 3d608a591b2b (tty: Remove redundant synclinkmp driver).

So remove also the PCI ID entries.

Signed-off-by: Jiri Slaby 
Cc: Bjorn Helgaas 
Cc: linux-...@vger.kernel.org
---
 include/linux/pci_ids.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
index a76ccb697bef..8a18517696c1 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -2065,8 +2065,6 @@
 #define PCI_DEVICE_ID_EXAR_XR17V3580x0358
 
 #define PCI_VENDOR_ID_MICROGATE0x13c0
-#define PCI_DEVICE_ID_MICROGATE_USC0x0010
-#define PCI_DEVICE_ID_MICROGATE_SCA0x0030
 
 #define PCI_VENDOR_ID_3WARE0x13C1
 #define PCI_DEVICE_ID_3WARE_1000   0x1000
-- 
2.30.1