Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1366778 > unrolled thread

Re: [PATCH v2 03/15] MIPS: PCI: Compatibility with ARM-like PCI host drivers

Started byFlorian Fainelli <f.fainelli@gmail.com>
First post2016-03-30 01:20 +0200
Last post2016-03-30 01:20 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH v2 03/15] MIPS: PCI: Compatibility with ARM-like PCI host  drivers Florian Fainelli <f.fainelli@gmail.com> - 2016-03-30 01:20 +0200

#1366778 — Re: [PATCH v2 03/15] MIPS: PCI: Compatibility with ARM-like PCI host drivers

FromFlorian Fainelli <f.fainelli@gmail.com>
Date2016-03-30 01:20 +0200
SubjectRe: [PATCH v2 03/15] MIPS: PCI: Compatibility with ARM-like PCI host drivers
Message-ID<rib5w-4TO-19@gated-at.bofh.it>
Le 03/02/2016 03:30, Paul Burton a écrit :
> Introduce support for struct hw_pci & the associated pci_common_init_dev
> function as used by the PCI drivers written for ARM platforms under
> drivers/pci. This is in preparation for reusing the xilinx-pcie driver
> on the MIPS Boston board.
> 
> Platforms that make use of this more generic code will need to select
> CONFIG_MIPS_GENERIC_PCI. Platforms which don't will continue to work as
> they have, with the intent that PCI drivers be migrated towards struct
> hw_pci & drivers/pci/ over time.
> 
> Signed-off-by: Paul Burton <paul.burton@imgtec.com>
> ---

[snip]

> +		if (hw->preinit)
> +			hw->preinit();
> +
> +		ret = hw->setup(i, &ctl->sysdata);
> +		if (ret < 0) {

This needs to be ret <= 0 to be compliant with what ARM PCI host
controllers do, which is return 1 in case they could get hw->setup to
finish with success, and 0 or negative if they could not, see
arch/arm/kernel/bios32.c.
-- 
Florian

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web