| To: | Linux-MIPS <linux-mips@linux-mips.org> |
|---|---|
| Subject: | [PATCH RESEND 0/2] Alchemy: use new irq methods |
| From: | Manuel Lauss <manuel.lauss@googlemail.com> |
| Date: | Fri, 11 Feb 2011 09:47:42 +0100 |
| Cc: | Ralf Baechle <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=O7xd5JFOsBowJAYbKwjhGdpeYS6QHvKXh4zGoS7Y9Sw=; b=LZq9RKcgSVyJIxoNarmGt6pVe6rc+T9C+BXRxIrdhz0oEQBJVMWJIw/pHwIAWt69WE gVXuV0viz9leuPHbWCb7WjDXqolPsdMv58NJwrqUGz7CZxY5Rb1KeNE1ydrW9IyMjubn PEWG1mbP5w4DmKf5s9Hc/yDnpm+70wYLjvA3U= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=A1QUPKJAnUzfRrM0aIWQYdwWu7Yl4PQ/bTdbQ3uv2U55wrIXsCvHYN2IjhvaClYdHu YstIwYAwyILsNW2d98D21eKouC+eqXgN+VuLgE5K9k0WTbZTnzNa6puWplML0/jA4c8C CNnU1b4S2tyeqyiNHcL7YSg2E33EfFZiOWi18= |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
[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 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH RESEND 1/2] MIPS: Convert to new irq methods., Manuel Lauss |
|---|---|
| Next by Date: | [PATCH RESEND 2/2] Alchemy: Convert to new irq methods., Manuel Lauss |
| Previous by Thread: | [PATCH RESEND] MIPS: Alchemy: update inlinable GPIO API, Manuel Lauss |
| Next by Thread: | [PATCH RESEND 1/2] MIPS: Convert to new irq methods., Manuel Lauss |
| Indexes: | [Date] [Thread] [Top] [All Lists] |