2024-02-08 14:50:59

by Ilpo Järvinen

[permalink] [raw]
Subject: [PATCH v2 0/4] MIPS: Cleanups to PCI related code

Cleans up PCI related code.

v2:
- Convert also return 0 -> return PCIBIOS_SUCCESSFUL

Ilpo Järvinen (4):
MIPS: lantiq: Remove unused function pointer variables
MIPS: ath79: Don't return PCIBIOS_* code from pcibios_enable_device()
MIPS: PCI: Return PCIBIOS_* from tx4927_pci_config_read/write()
MIPS: TXx9: Use PCI_SET_ERROR_RESPONSE()

arch/mips/pci/fixup-ath79.c | 2 +-
arch/mips/pci/fixup-lantiq.c | 9 ---------
arch/mips/pci/ops-tx4927.c | 18 +++++++++++-------
3 files changed, 12 insertions(+), 17 deletions(-)

--
2.39.2



2024-02-20 13:49:07

by Thomas Bogendoerfer

[permalink] [raw]
Subject: Re: [PATCH v2 0/4] MIPS: Cleanups to PCI related code

On Thu, Feb 08, 2024 at 02:09:55PM +0200, Ilpo J?rvinen wrote:
> Cleans up PCI related code.
>
> v2:
> - Convert also return 0 -> return PCIBIOS_SUCCESSFUL
>
> Ilpo J?rvinen (4):
> MIPS: lantiq: Remove unused function pointer variables
> MIPS: ath79: Don't return PCIBIOS_* code from pcibios_enable_device()
> MIPS: PCI: Return PCIBIOS_* from tx4927_pci_config_read/write()
> MIPS: TXx9: Use PCI_SET_ERROR_RESPONSE()
>
> arch/mips/pci/fixup-ath79.c | 2 +-
> arch/mips/pci/fixup-lantiq.c | 9 ---------
> arch/mips/pci/ops-tx4927.c | 18 +++++++++++-------
> 3 files changed, 12 insertions(+), 17 deletions(-)

series applied to mips-next.

Thomas.

--
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea. [ RFC1925, 2.3 ]