From: Gabor Juhos <juhosg@openwrt.org>
To: Gabor Juhos <juhosg@openwrt.org>
Cc: Ralf Baechle <ralf@linux-mips.org>,
Rene Bolldorf <xsecute@googlemail.com>,
linux-mips@linux-mips.org
Subject: Re: [PATCH 7/7] MIPS: ath79: use io-accessor macros in pci-ar724x.c
Date: Fri, 18 Nov 2011 18:26:42 +0100 [thread overview]
Message-ID: <4EC69552.4000902@openwrt.org> (raw)
In-Reply-To: <1321629720-29035-7-git-send-email-juhosg@openwrt.org>
2011.11.18. 16:22 keltezéssel, Gabor Juhos írta:
> Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
> ---
> arch/mips/pci/pci-ar724x.c | 43 +++++++++++++++++++++++++++++--------------
> 1 files changed, 29 insertions(+), 14 deletions(-)
>
<...>
>
> int __init ar724x_pcibios_init(void)
> {
> + int ret;
> +
> + ar724x_pci_devcfg_base = ioremap(AR724X_PCI_CFG_BASE,
> + AR724X_PCI_CFG_SIZE);
> + if (ar724x_pci_devcfg_base == NULL)
> + goto err;
> +
> register_pci_controller(&ar724x_pci_controller);
>
> return PCIBIOS_SUCCESSFUL;
> +
> +err:
> + return ret;
> }
I have messed up this part, will send a replacement patch.
Gabor
prev parent reply other threads:[~2011-11-18 17:26 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-18 15:21 [PATCH 1/7] MIPS: ath79: separate common PCI code Gabor Juhos
2011-11-18 15:21 ` [PATCH 2/7] MIPS: ath79: rename pci-ath724x.h Gabor Juhos
2011-11-18 15:21 ` [PATCH 3/7] MIPS: ath79: make ath724x_pcibios_init visible for external code Gabor Juhos
2011-11-18 15:21 ` [PATCH 4/7] MIPS: ath79: add a common PCI registration function Gabor Juhos
2011-11-18 18:32 ` René Bolldorf
2011-11-18 18:41 ` Gabor Juhos
[not found] ` <CAEWqx5_kuqeoHz=iNq5vDUX92zboBVksZ4JsyyEwk4tTaND77A@mail.gmail.com>
[not found] ` <4EC6AA03.2010805@openwrt.org>
2011-11-18 18:58 ` René Bolldorf
2011-11-18 15:21 ` [PATCH 5/7] MIPS: ath79: rename pci-ath724x.c to make it reflect the real SoC name Gabor Juhos
2011-11-18 15:21 ` [PATCH 6/7] MIPS: ath79: replace ath724x to ar724x Gabor Juhos
2011-11-18 15:22 ` [PATCH 7/7] MIPS: ath79: use io-accessor macros in pci-ar724x.c Gabor Juhos
2011-11-18 17:26 ` Gabor Juhos [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4EC69552.4000902@openwrt.org \
--to=juhosg@openwrt.org \
--cc=linux-mips@linux-mips.org \
--cc=ralf@linux-mips.org \
--cc=xsecute@googlemail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox