| To: | Linux-MIPS <linux-mips@linux-mips.org> |
|---|---|
| Subject: | [PATCH 0/2] Alchemy: use new irq methods |
| From: | Manuel Lauss <manuel.lauss@googlemail.com> |
| Date: | Thu, 10 Feb 2011 10:07:00 +0100 |
| Cc: | Ralf B�le <ralf@linux-mips.org>, Manuel Lauss <manuel.lauss@googlemail.com> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:from:to:cc:subject:date:message-id:x-mailer; bh=1DTO9EvcojE48iUKGD2x1kGcjLFKY9PXypjQei2Ij3s=; b=O90ZM5y3vZMTwoSOimOBMhSA/66olPzPbGmquUCh8PhFZ41RH7h4eIrRfRSBtFPG7H Or2PEmbr59o6dz8bmrANJa8tB8efwt/0/9ZXghVZfXFs6RVly50tVwy1slCR4rsxwQNb fORUHf1+kuH853dADcTFinbzls2UMmIvEcauk= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=DkAm6dMJBFjn4qj8tRQcHMUZJaNAt3/2D+UYCD04jsb4HZJZx/0W6xiSZ5JGAflUJY Cwm8llTzasH+WuKxnicBgC9sZsGfyFwuXMNklCQxR44wrPVFW4Bp2+ot/0v6lJjd38Wa A2pNpTxMppFyNENZFNigPixbfr8Pa5BJ3gBi0= |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
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 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH v4 5/5] MIPS/Perf-events: Use unsigned delta for right shift in event update, Ralf Baechle |
|---|---|
| Next by Date: | [PATCH 1/2] MIPS: Convert to new irq methods., Manuel Lauss |
| Previous by Thread: | Re: [PATCH v4 5/5] MIPS/Perf-events: Use unsigned delta for right shift in event update, Ralf Baechle |
| Next by Thread: | [PATCH 1/2] MIPS: Convert to new irq methods., Manuel Lauss |
| Indexes: | [Date] [Thread] [Top] [All Lists] |