From: Manuel Lauss <manuel.lauss@googlemail.com>
To: Linux-MIPS <linux-mips@linux-mips.org>
Cc: Ralf Baechle <ralf@linux-mips.org>,
Manuel Lauss <manuel.lauss@googlemail.com>
Subject: [PATCH RESEND 0/2] Alchemy: use new irq methods
Date: Fri, 11 Feb 2011 09:47:42 +0100 [thread overview]
Message-ID: <1297414064-3446-1-git-send-email-manuel.lauss@googlemail.com> (raw)
[Resending without the umlaut in Ralf's surname]
These 2 patches change the core MIPS and Alchmey irq code to use the
new .irq_xxx methods.
The first patch is a prerequisite to turn on GENERIC_HARDIRQS_NO_DEPRECATED.
I have tested it with the C0 timer and it seems to run well, however the MIPS-MT
bits I cannot test. Someone with capable hardware please test! Thank you!
The second patch changes the core alchemy and DB1200 board irq functions over
to the new .irq_xxx ones.
Run-tested on the DB1200.
Manuel Lauss (2):
MIPS: Convert to new irq methods.
Alchemy: Convert to new irq methods.
arch/mips/Kconfig | 1 +
arch/mips/alchemy/common/irq.c | 83 +++++++++++++++++++-----------------
arch/mips/alchemy/devboards/bcsr.c | 18 ++++----
arch/mips/kernel/irq.c | 12 ++++-
arch/mips/kernel/irq_cpu.c | 42 +++++++++---------
5 files changed, 85 insertions(+), 71 deletions(-)
--
1.7.4
next reply other threads:[~2011-02-11 8:48 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-11 8:47 Manuel Lauss [this message]
2011-02-11 8:47 ` [PATCH RESEND 1/2] MIPS: Convert to new irq methods Manuel Lauss
2011-02-11 8:47 ` [PATCH RESEND 2/2] Alchemy: " Manuel Lauss
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=1297414064-3446-1-git-send-email-manuel.lauss@googlemail.com \
--to=manuel.lauss@googlemail.com \
--cc=linux-mips@linux-mips.org \
--cc=ralf@linux-mips.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.