mbox series

[v2,0/4] MIPS: Cleanups to PCI related code

Message ID 20240208120959.2513-1-ilpo.jarvinen@linux.intel.com (mailing list archive)
Headers show
Series MIPS: Cleanups to PCI related code | expand

Message

Ilpo Järvinen Feb. 8, 2024, 12:09 p.m. UTC
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(-)

Comments

Sergio Paracuellos Feb. 8, 2024, 12:21 p.m. UTC | #1
On Thu, Feb 8, 2024 at 1:10 PM Ilpo Järvinen
<ilpo.jarvinen@linux.intel.com> 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(-)

For the whole series:
Reviewed-by: Sergio Paracuellos <sergio.paracuellos@gmal.com>

Thanks,
     Sergio Paracuellos
Thomas Bogendoerfer Feb. 20, 2024, 1:39 p.m. UTC | #2
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.