Re: [PATCH] PCI: Add ASPEED vendor ID

2023-04-20 Thread Thomas Zimmermann
Hi Am 21.04.23 um 00:04 schrieb Damien Le Moal: On 4/21/23 04:10, Bjorn Helgaas wrote: [+cc Damien, linux-ide] On Thu, Apr 20, 2023 at 09:08:48AM +0200, Thomas Zimmermann wrote: Am 19.04.23 um 20:37 schrieb Bjorn Helgaas: On Wed, Apr 19, 2023 at 09:00:15AM +0200, Thomas Zimmermann wrote: Am

Re: [PATCH] PCI: Add ASPEED vendor ID

2023-04-20 Thread Damien Le Moal
On 4/21/23 04:10, Bjorn Helgaas wrote: > [+cc Damien, linux-ide] > > On Thu, Apr 20, 2023 at 09:08:48AM +0200, Thomas Zimmermann wrote: >> Am 19.04.23 um 20:37 schrieb Bjorn Helgaas: >>> On Wed, Apr 19, 2023 at 09:00:15AM +0200, Thomas Zimmermann wrote: Am 19.04.23 um 00:57 schrieb Patrick Mc

Re: [PATCH] PCI: Add ASPEED vendor ID

2023-04-20 Thread Bjorn Helgaas
[+cc Damien, linux-ide] On Thu, Apr 20, 2023 at 09:08:48AM +0200, Thomas Zimmermann wrote: > Am 19.04.23 um 20:37 schrieb Bjorn Helgaas: > > On Wed, Apr 19, 2023 at 09:00:15AM +0200, Thomas Zimmermann wrote: > > > Am 19.04.23 um 00:57 schrieb Patrick McLean: > > > > Currently the ASPEED PCI vendor

[PATCH] PCI: Add ASPEED vendor ID

2023-04-20 Thread Patrick McLean
Currently the ASPEED PCI vendor ID is defined in drivers/gpu/drm/ast/ast_drv.c, move that to include/linux/pci_ids.h with all the rest of the PCI vendor ID definitions. Rename the definition to follow the format that the other definitions follow. Signed-off-by: Patrick McLean --- drivers/gpu/drm

Re: [PATCH] PCI: Add ASPEED vendor ID

2023-04-20 Thread Thomas Zimmermann
Am 19.04.23 um 00:57 schrieb Patrick McLean: Currently the ASPEED PCI vendor ID is defined in drivers/gpu/drm/ast/ast_drv.c, move that to include/linux/pci_ids.h with all the rest of the PCI vendor ID definitions. Rename the definition to follow the format that the other definitions follow. Si

Re: [PATCH] PCI: Add ASPEED vendor ID

2023-04-20 Thread Thomas Zimmermann
Hi Am 19.04.23 um 20:37 schrieb Bjorn Helgaas: On Wed, Apr 19, 2023 at 09:00:15AM +0200, Thomas Zimmermann wrote: Am 19.04.23 um 00:57 schrieb Patrick McLean: Currently the ASPEED PCI vendor ID is defined in drivers/gpu/drm/ast/ast_drv.c, move that to include/linux/pci_ids.h with all the rest

Re: [PATCH] PCI: Add ASPEED vendor ID

2023-04-19 Thread Bjorn Helgaas
On Tue, Apr 18, 2023 at 03:57:57PM -0700, Patrick McLean wrote: > Currently the ASPEED PCI vendor ID is defined in > drivers/gpu/drm/ast/ast_drv.c, move that to include/linux/pci_ids.h > with all the rest of the PCI vendor ID definitions. Rename the definition > to follow the format that the other

Re: [PATCH] PCI: Add ASPEED vendor ID

2023-04-19 Thread Bjorn Helgaas
On Wed, Apr 19, 2023 at 09:00:15AM +0200, Thomas Zimmermann wrote: > Am 19.04.23 um 00:57 schrieb Patrick McLean: > > Currently the ASPEED PCI vendor ID is defined in > > drivers/gpu/drm/ast/ast_drv.c, move that to include/linux/pci_ids.h > > with all the rest of the PCI vendor ID definitions. Rena

Re: [PATCH] PCI: Add ASPEED vendor ID

2023-04-19 Thread Thomas Zimmermann
Hi Am 19.04.23 um 00:57 schrieb Patrick McLean: Currently the ASPEED PCI vendor ID is defined in drivers/gpu/drm/ast/ast_drv.c, move that to include/linux/pci_ids.h with all the rest of the PCI vendor ID definitions. Rename the definition to follow the format that the other definitions follow.