public inbox for linux-tegra@vger.kernel.org
 help / color / mirror / Atom feed
From: Guan Xuetao <gxt@mprc.pku.edu.cn>
To: Ralf Baechle <ralf@linux-mips.org>
Cc: Jesse Barnes <jbarnes@virtuousgeek.org>,
	linux-pci@vger.kernel.org,
	Anton Vorontsov <avorontsov@mvista.com>,
	Chris Metcalf <cmetcalf@tilera.com>,
	Colin Cross <ccross@android.com>,
	"David S. Miller" <davem@davemloft.net>,
	Eric Miao <eric.y.miao@gmail.com>,
	Erik Gilling <konkers@android.com>,
	"H. Peter Anvin" <hpa@zytor.com>, Imre Kaloz <kaloz@openwrt.org>,
	Ingo Molnar <mingo@redhat.com>,
	Ivan Kokshaysky <ink@jurassic.park.msu.ru>,
	Krzysztof Halasa <khc@pm.waw.pl>,
	Lennert Buytenhek <kernel@wantstofly.org>,
	Matt Turner <mattst88@gmail.com>,
	Nicolas Pitre <nico@fluxnic.net>, Olof Johansson <olof@lixom.net>,
	Paul Mundt <lethal@linux-sh.org>,
	Richard Henderson <rth@twiddle.net>,
	Russell King <linux@arm.linux.org.uk>,
	Thomas Gleixner <tglx@linutron>
Subject: Re: [PATCH] PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.
Date: Mon, 13 Jun 2011 17:00:44 +0800	[thread overview]
Message-ID: <1307955644.1878.5.camel@epip-laptop> (raw)
In-Reply-To: <20110610143021.GA26043@linux-mips.org>

On Fri, 2011-06-10 at 15:30 +0100, Ralf Baechle wrote:
> Aside of the usual motivation for constification,  this function has a
> history of being abused a hook for interrupt and other fixups so I turned
> this function const ages ago in the MIPS code but it should be done
> treewide.
> 
> Due to function pointer passing in varous places a few other functions
> had to be constified as well.
> 
> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
> To: Anton Vorontsov <avorontsov@mvista.com>
> To: Chris Metcalf <cmetcalf@tilera.com>
> To: Colin Cross <ccross@android.com>
> To: "David S. Miller" <davem@davemloft.net>
> To: Eric Miao <eric.y.miao@gmail.com>
> To: Erik Gilling <konkers@android.com>
> To: Guan Xuetao <gxt@mprc.pku.edu.cn>
> To: "H. Peter Anvin" <hpa@zytor.com>
> To: Imre Kaloz <kaloz@openwrt.org>
> To: Ingo Molnar <mingo@redhat.com>
> To: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
> To: Jesse Barnes <jbarnes@virtuousgeek.org>
> To: Krzysztof Halasa <khc@pm.waw.pl>
> To: Lennert Buytenhek <kernel@wantstofly.org>
> To: Matt Turner <mattst88@gmail.com>
> To: Nicolas Pitre <nico@fluxnic.net>
> To: Olof Johansson <olof@lixom.net>
> To: Paul Mundt <lethal@linux-sh.org>
> To: Richard Henderson <rth@twiddle.net>
> To: Russell King <linux@arm.linux.org.uk>
> To: Thomas Gleixner <tglx@linutronix.de>
> Cc: Andrew Morton <akpm@linux-foundation.org>
> Cc: linux-alpha@vger.kernel.org
> Cc: linux-arm-kernel@lists.infradead.org
> Cc: linux-kernel@vger.kernel.org
> Cc: linux-mips@linux-mips.org
> Cc: linux-pci@vger.kernel.org
> Cc: linux-sh@vger.kernel.org
> Cc: linux-tegra@vger.kernel.org
> Cc: sparclinux@vger.kernel.org
> Cc: x86@kernel.org
> ---
For UniCore32 related codes:
Acked-by: Guan Xuetao <gxt@mprc.pku.edu.cn>

      parent reply	other threads:[~2011-06-13  9:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-10 14:30 [PATCH] PCI: Make the struct pci_dev * argument of pci_fixup_irqs const Ralf Baechle
2011-06-11 23:01 ` David Miller
2011-06-13  4:24 ` Paul Mundt
2011-06-13  9:00 ` Guan Xuetao [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=1307955644.1878.5.camel@epip-laptop \
    --to=gxt@mprc.pku.edu.cn \
    --cc=avorontsov@mvista.com \
    --cc=ccross@android.com \
    --cc=cmetcalf@tilera.com \
    --cc=davem@davemloft.net \
    --cc=eric.y.miao@gmail.com \
    --cc=hpa@zytor.com \
    --cc=ink@jurassic.park.msu.ru \
    --cc=jbarnes@virtuousgeek.org \
    --cc=kaloz@openwrt.org \
    --cc=kernel@wantstofly.org \
    --cc=khc@pm.waw.pl \
    --cc=konkers@android.com \
    --cc=lethal@linux-sh.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=mattst88@gmail.com \
    --cc=mingo@redhat.com \
    --cc=nico@fluxnic.net \
    --cc=olof@lixom.net \
    --cc=ralf@linux-mips.org \
    --cc=rth@twiddle.net \
    --cc=tglx@linutron \
    /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