Re: [PATCH net-next 2/7] PCI: Remove PCI IDs used by the Sun Cassini driver

2023-01-10 Thread Anirudh Venkataramanan
On 1/10/2023 7:26 AM, Bjorn Helgaas wrote: On Fri, Jan 06, 2023 at 02:00:15PM -0800, Anirudh Venkataramanan wrote: The previous patch removed the Cassini driver (drivers/net/ethernet/sun). With this, PCI_DEVICE_ID_NS_SATURN and PCI_DEVICE_ID_SUN_CASSINI are unused. Remove them. Cc: Leon

Re: [PATCH net-next 1/7] ethernet: Remove the Sun Cassini driver

2023-01-07 Thread Anirudh Venkataramanan
On 1/7/2023 4:25 AM, Anatoly Pugachev wrote: On Sat, Jan 7, 2023 at 1:00 AM Anirudh Venkataramanan wrote: In a recent patch series that touched this driver [1], it was suggested that this driver should be removed completely. git logs suggest that there hasn't been any significant fe

Re: [PATCH net-next 0/7] Remove three Sun net drivers

2023-01-06 Thread Anirudh Venkataramanan
On 1/6/2023 5:36 PM, John Paul Adrian Glaubitz wrote: Hello! On 1/6/23 23:00, Anirudh Venkataramanan wrote: This series removes the Sun Cassini, LDOM vswitch and sunvnet drivers. This would affect a large number of Linux on SPARC users. Please don't! Thanks for chiming in. Does

Re: [PATCH net-next 0/7] Remove three Sun net drivers

2023-01-06 Thread Anirudh Venkataramanan
On 1/6/2023 2:44 PM, Karl Volz wrote: On 1/6/23 15:00, Anirudh Venkataramanan wrote: This series removes the Sun Cassini, LDOM vswitch and sunvnet drivers. In a recent patch series that touched these drivers [1], it was suggested that these drivers should be removed completely. git logs

[PATCH net-next 6/7] sunvnet: Remove event tracing file

2023-01-06 Thread Anirudh Venkataramanan
wn entry in the MAINTAINERS file, so there's nothing to remove. Cc: Leon Romanovsky Signed-off-by: Anirudh Venkataramanan --- include/trace/events/sunvnet.h | 140 - 1 file changed, 140 deletions(-) delete mode 100644 include/trace/events/sunvnet.h diff --git a/

[PATCH net-next 7/7] sparc: configs: Remove references to CONFIG_SUNVNET and CONFIG_LDMVSW

2023-01-06 Thread Anirudh Venkataramanan
An earlier patch removed the Sun LDOM vswitch and sunvnet drivers. Remove references to CONFIG_SUNVNET and CONFIG_LDMVSW from the sparc64 defconfig. Cc: Leon Romanovsky Signed-off-by: Anirudh Venkataramanan --- arch/sparc/configs/sparc64_defconfig | 2 -- 1 file changed, 2 deletions(-) diff

[PATCH net-next 5/7] ethernet: Remove the Sun LDOM vswitch and sunvnet drivers

2023-01-06 Thread Anirudh Venkataramanan
the MAINTAINERS file, so there's nothing to remove. checkpatch also complains about the long lore link below. [1] https://lore.kernel.org/netdev/99629223-ac1b-0f82-50b8-ea307b3b0...@intel.com/T/#t Suggested-by: Leon Romanovsky Signed-off-by: Anirudh Venkataramanan --- drivers/net/ethern

[PATCH net-next 4/7] mips: configs: Remove reference to CONFIG_CASSINI

2023-01-06 Thread Anirudh Venkataramanan
An earlier patch removed the Sun Cassnini driver. Remove references to CONFIG_CASSINI from the mtx1 defconfig Cc: Leon Romanovsky Signed-off-by: Anirudh Venkataramanan --- arch/mips/configs/mtx1_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/mips/configs/mtx1_defconfig b

[PATCH net-next 3/7] powerpc: configs: Remove reference to CONFIG_CASSINI

2023-01-06 Thread Anirudh Venkataramanan
An earlier patch removed the Sun Cassnini driver. Remove references to CONFIG_CASSINI from the ppc6xx defconfig. Cc: Leon Romanovsky Signed-off-by: Anirudh Venkataramanan --- arch/powerpc/configs/ppc6xx_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/powerpc/configs

[PATCH net-next 2/7] PCI: Remove PCI IDs used by the Sun Cassini driver

2023-01-06 Thread Anirudh Venkataramanan
The previous patch removed the Cassini driver (drivers/net/ethernet/sun). With this, PCI_DEVICE_ID_NS_SATURN and PCI_DEVICE_ID_SUN_CASSINI are unused. Remove them. Cc: Leon Romanovsky Signed-off-by: Anirudh Venkataramanan --- include/linux/pci_ids.h | 2 -- 1 file changed, 2 deletions(-) diff

[PATCH net-next 0/7] Remove three Sun net drivers

2023-01-06 Thread Anirudh Venkataramanan
CROSS_COMPILE=ppc64-linux-gnu- all [1] https://lore.kernel.org/netdev/99629223-ac1b-0f82-50b8-ea307b3b0...@intel.com/T/#t Suggested-by: Leon Romanovsky Signed-off-by: Anirudh Venkataramanan Anirudh Venkataramanan (7): ethernet: Remove the Sun Cassini driver PCI: Remove PCI IDs used by th