From: Hanjun Guo <hanjun.guo@linaro.org>
To: Bjorn Helgaas <bhelgaas@google.com>
Cc: Arnd Bergmann <arnd@arndb.de>,
linux-arm-kernel@lists.infradead.org,
Tony Luck <tony.luck@intel.com>,
linux-ia64@vger.kernel.org, linaro-acpi@lists.linaro.org,
linux-pci@vger.kernel.org, x86@kernel.org,
Will Deacon <will.deacon@arm.com>,
Yijing Wang <wangyijing@huawei.com>,
Thomas Gleixner <tglx@linutronix.de>
Subject: Re: [PATCH] PCI: Turn pcibios_penalize_isa_irq() into __weak function
Date: Mon, 26 May 2014 09:52:32 +0000 [thread overview]
Message-ID: <53830EE0.1070700@linaro.org> (raw)
In-Reply-To: <4534160.Diq8cthzci@wuerfel>
On 2014-5-6 15:26, Arnd Bergmann wrote:
> On Tuesday 06 May 2014 11:29:52 Hanjun Guo wrote:
>> pcibios_penalize_isa_irq() is only useful for x86 now, and
>> legacy ISA is not used by some architectures, so make
>> pcibios_penalize_isa_irq() as __weak function to simplify
>> the code, this will prevent new platform from introducing
>> dummy stub function for pcibios_penalize_isa_irq() too.
>>
>> Signed-off-by: Hanjun Guo <hanjun.guo@linaro.org>
>
> Acked-by: Arnd Bergmann <arnd@arndb.de>
>
Hi Bjorn,
Any comments on this patch?
Thanks
Hanjun
WARNING: multiple messages have this Message-ID (diff)
From: Hanjun Guo <hanjun.guo@linaro.org>
To: Bjorn Helgaas <bhelgaas@google.com>
Cc: Arnd Bergmann <arnd@arndb.de>,
linux-arm-kernel@lists.infradead.org,
Tony Luck <tony.luck@intel.com>,
linux-ia64@vger.kernel.org, linaro-acpi@lists.linaro.org,
linux-pci@vger.kernel.org, x86@kernel.org,
Will Deacon <will.deacon@arm.com>,
Yijing Wang <wangyijing@huawei.com>,
Thomas Gleixner <tglx@linutronix.de>
Subject: Re: [PATCH] PCI: Turn pcibios_penalize_isa_irq() into __weak function
Date: Mon, 26 May 2014 17:52:32 +0800 [thread overview]
Message-ID: <53830EE0.1070700@linaro.org> (raw)
In-Reply-To: <4534160.Diq8cthzci@wuerfel>
On 2014-5-6 15:26, Arnd Bergmann wrote:
> On Tuesday 06 May 2014 11:29:52 Hanjun Guo wrote:
>> pcibios_penalize_isa_irq() is only useful for x86 now, and
>> legacy ISA is not used by some architectures, so make
>> pcibios_penalize_isa_irq() as __weak function to simplify
>> the code, this will prevent new platform from introducing
>> dummy stub function for pcibios_penalize_isa_irq() too.
>>
>> Signed-off-by: Hanjun Guo <hanjun.guo@linaro.org>
>
> Acked-by: Arnd Bergmann <arnd@arndb.de>
>
Hi Bjorn,
Any comments on this patch?
Thanks
Hanjun
WARNING: multiple messages have this Message-ID (diff)
From: hanjun.guo@linaro.org (Hanjun Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] PCI: Turn pcibios_penalize_isa_irq() into __weak function
Date: Mon, 26 May 2014 17:52:32 +0800 [thread overview]
Message-ID: <53830EE0.1070700@linaro.org> (raw)
In-Reply-To: <4534160.Diq8cthzci@wuerfel>
On 2014-5-6 15:26, Arnd Bergmann wrote:
> On Tuesday 06 May 2014 11:29:52 Hanjun Guo wrote:
>> pcibios_penalize_isa_irq() is only useful for x86 now, and
>> legacy ISA is not used by some architectures, so make
>> pcibios_penalize_isa_irq() as __weak function to simplify
>> the code, this will prevent new platform from introducing
>> dummy stub function for pcibios_penalize_isa_irq() too.
>>
>> Signed-off-by: Hanjun Guo <hanjun.guo@linaro.org>
>
> Acked-by: Arnd Bergmann <arnd@arndb.de>
>
Hi Bjorn,
Any comments on this patch?
Thanks
Hanjun
next prev parent reply other threads:[~2014-05-26 9:52 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-06 3:29 [PATCH] PCI: Turn pcibios_penalize_isa_irq() into __weak function Hanjun Guo
2014-05-06 3:29 ` Hanjun Guo
2014-05-06 3:29 ` Hanjun Guo
2014-05-06 7:26 ` Arnd Bergmann
2014-05-06 7:26 ` Arnd Bergmann
2014-05-06 7:26 ` Arnd Bergmann
2014-05-26 9:52 ` Hanjun Guo [this message]
2014-05-26 9:52 ` Hanjun Guo
2014-05-26 9:52 ` Hanjun Guo
2014-05-27 22:34 ` Bjorn Helgaas
2014-05-27 22:34 ` Bjorn Helgaas
2014-05-27 22:34 ` Bjorn Helgaas
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=53830EE0.1070700@linaro.org \
--to=hanjun.guo@linaro.org \
--cc=arnd@arndb.de \
--cc=bhelgaas@google.com \
--cc=linaro-acpi@lists.linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-ia64@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=tglx@linutronix.de \
--cc=tony.luck@intel.com \
--cc=wangyijing@huawei.com \
--cc=will.deacon@arm.com \
--cc=x86@kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.