History log of /arch/mips/pci/ops-pmcmsp.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8b5690f8847490c1e3ea47266819833a13621253 22-Nov-2011 Yong Zhang <yong.zhang0@gmail.com> MIPS: irq: Remove IRQF_DISABLED

Since commit [e58aa3d2: genirq: Run irq handlers with interrupts disabled],
We run all interrupt handlers with interrupts disabled and we even check
and yell when an interrupt handler returns with interrupts enabled (see
commit [b738a50a: genirq: Warn when handler enables interrupts]).

So now this flag is a NOOP and can be removed.

[ralf@linux-mips.org: Fixed up conflicts in
arch/mips/alchemy/common/dbdma.c, arch/mips/cavium-octeon/smp.c and
arch/mips/kernel/perf_event.c.]

Signed-off-by: Yong Zhang <yong.zhang0@gmail.com>
To: linux-kernel@vger.kernel.org
Cc: tglx@linutronix.de
linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/2835/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
/arch/mips/pci/ops-pmcmsp.c
25985edcedea6396277003854657b5f3cb31a628 31-Mar-2011 Lucas De Marchi <lucas.demarchi@profusion.mobi> Fix common misspellings

Fixes generated by 'codespell' and manually reviewed.

Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi>
/arch/mips/pci/ops-pmcmsp.c
a18059ace1eee8c4755bcce22163d137425db607 18-Nov-2010 Anoop P A <anoop.pa@gmail.com> MIPS: MSP: Fix MSP71xx bpci interrupt handler return value

Signed-off-by: Anoop P A <anoop.pa@gmail.com>
To: Ben Hutchings <ben@decadent.org.uk>
To: linux-mips@linux-mips.org
To: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/1804/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
/arch/mips/pci/ops-pmcmsp.c
8faf2e6c201d95b780cd3b4674b7a55ede6dcbbb 13-Jun-2010 Ben Hutchings <ben@decadent.org.uk> MIPS: Set io_map_base for several PCI bridges lacking it

Several MIPS platforms don't set pci_controller::io_map_base for their
PCI bridges. This results in a panic in pci_iomap(). (The panic is
conditional on CONFIG_PCI_DOMAINS, but that is now enabled for all PCI
MIPS systems.)

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Cc: linux-mips@linux-mips.org
Cc: Martin Michlmayr <tbm@cyrius.com>
Cc: Aurelien Jarno <aurelien@aurel32.net>
Cc: 584784@bugs.debian.org
Patchwork: https://patchwork.linux-mips.org/patch/1377/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
/arch/mips/pci/ops-pmcmsp.c
4a8a738de637dc7141de5228d2d722573a329b95 27-Feb-2010 Ralf Baechle <ralf@linux-mips.org> MIPS: Make various locks static.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
/arch/mips/pci/ops-pmcmsp.c
971842677c5a6c1dd15d9a80b67bf0085686e574 18-Sep-2009 Roel Kluin <roel.kluin@gmail.com> MIPS: MSP71xx: request_irq() failure ignored in msp_pcibios_config_access()

Produce an error if request_irq() fails.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Cc: "Ithamar R. Adema" <ithamar.adema@team-embedded.nl>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
/arch/mips/pci/ops-pmcmsp.c
1553f6a2ca53b0d723f21d915fdd3d2cf7c8f852 09-Oct-2007 Ralf Baechle <ralf@linux-mips.org> Author: Ralf Baechle <ralf@linux-mips.org>

[MIPS] MSP71xx: Fix bitrot.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
/arch/mips/pci/ops-pmcmsp.c
f7a75f0a40073601a0fb509290019d5f3f32b94b 17-Oct-2007 Roel Kluin <12o3l@tiscali.nl> spin_lock_unlocked cleanups

Replace some SPIN_LOCK_UNLOCKED with DEFINE_SPINLOCK

Signed-off-by: Roel Kluin <12o3l@tiscali.nl>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
/arch/mips/pci/ops-pmcmsp.c
6f95e60acf404e39d14030572c9033ddaca6f4de 14-Jun-2007 Marc St-Jean <stjeanma@pmc-sierra.com> [MIPS] PMC MSP71xx PCI support

Patch to add PCI support for the PMC-Sierra MSP71xx devices.

Signed-off-by: Marc St-Jean <Marc_St-Jean@pmc-sierra.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
/arch/mips/pci/ops-pmcmsp.c