| To: | linux-mips@linux-mips.org, ralf@linux-mips.org |
|---|---|
| Subject: | [PATCH v2 0/3] MIPS: OCTEON: irq handling improvements. |
| From: | David Daney <ddaney.cavm@gmail.com> |
| Date: | Wed, 6 Jun 2012 15:44:12 -0700 |
| Cc: | David Daney <david.daney@cavium.com> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer; bh=NbJm++N3EOuWNKjGtDF80XLq5ym67GX8W7GS0kw8rmI=; b=u7Cs2Ip+Vwi4Il2yKkFL0MVZLl01FJVIlVjVoS9/1uD7ikv6Xpmzcd7JB1Rv/wUUSq brbtaopTafdAUJ7QOR0ZbLHd/BQMlgNSnG2+pmtULJbXPrMo6Fi5To0UxrtrqJ0pcFf1 fYU5GU7oMUBxoFtLHDEy6eh8fkoTw2NwLm9bK7QU2A69a+7yLs1aYVBbFrz4HzRHtzFE OQ/GOl6iiCRSOSikNMe0CY/KtKmbD9ta5iylHHWEAoyDQIGIyDIdKqQfdXcOa/2vzyAB a5J84G3LaPk2NyUVeD1Us4nMCPW6C2CxWyOcHqsUfZYzm5VjfXcWoZLRwhvc/M0sXhii IArA== |
| List-archive: | <http://www.linux-mips.org/archives/linux-mips/> |
| List-help: | <mailto:ecartis@linux-mips.org?Subject=help> |
| List-id: | linux-mips <linux-mips.eddie.linux-mips.org> |
| List-owner: | <mailto:ralf@linux-mips.org> |
| List-post: | <mailto:linux-mips@linux-mips.org> |
| List-software: | Ecartis version 1.0.0 |
| List-subscribe: | <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips> |
| List-unsubscribe: | <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips> |
| Sender: | linux-mips-bounce@linux-mips.org |
From: David Daney <david.daney@cavium.com> v2: Small bug fix in the GPIO interrupt handling. Rebased. v1: These three patches are prerequisites for the follow-on device tree patches, although they don't touch or use any device tree functionality. 1/3: Handle GPIO interrupts and their triggering. 2/3: Remove a bunch of unused OCTEON_IRQ_ symbols. 3/3: Remove some duplicate definitions. David Daney (3): MIPS: Octeon: Add irq handlers for GPIO interrupts. MIPS: OCTEON: Remove unneeded OCTEON_IRQ_* defines. MIPS: OCTEON: Consolidate the edge and level irq_chip structures. arch/mips/cavium-octeon/octeon-irq.c | 184 ++++++++++++++--------- arch/mips/include/asm/mach-cavium-octeon/irq.h | 40 +----- 2 files changed, 114 insertions(+), 110 deletions(-) -- 1.7.2.3 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] MIPS: Octeon: Implement Octeon specific __copy_user_inatomic, David Daney |
|---|---|
| Next by Date: | [PATCH v2 2/3] MIPS: OCTEON: Remove unneeded OCTEON_IRQ_* defines., David Daney |
| Previous by Thread: | [PATCH] MIPS: Octeon: Implement Octeon specific __copy_user_inatomic, David Daney |
| Next by Thread: | [PATCH v2 2/3] MIPS: OCTEON: Remove unneeded OCTEON_IRQ_* defines., David Daney |
| Indexes: | [Date] [Thread] [Top] [All Lists] |