| To: | linux-mips@linux-mips.org, ralf@linux-mips.org |
|---|---|
| Subject: | [PATCH 0/3] MIPS: OCTEON: irq handling improvements. |
| From: | David Daney <ddaney.cavm@gmail.com> |
| Date: | Fri, 23 Mar 2012 15:51:39 -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=x3b05EfBxcu6xu/TMq6+fVlCCp09maCZ3JtkjQEdG98=; b=MQcoJrgluV87VUiRvECtqCatCdZs0pPxK/DvBinegIeu5YG4ubuWnmqODXLZnJPQBy /8NPKiEMy33I7DLOvY0ezp37/Or4dkeOYPXLGPYUGZJKje6hncc29MnjzNza/VFJOs+a iw4DL7tL6EfDDzwcCStBlv35KShwh/8od/5x0XRm6TX03LR6gp5TEsV4hoeNGw9Cuvj7 pHFyOwYsrCn7jvxG/qLRlJiT3jZfv0yPZZm1SZI8CSpMzvVyMqFpV5DZqEqMGvd8nknx vHvKfUdr3JXoP1H+1kwtlk0DLIkY2eW4DwMvihfD9dkZs6lo6Q+EIgGIMQz491HWW+e0 CB3A== |
| Sender: | linux-mips-bounce@linux-mips.org |
From: David Daney <david.daney@cavium.com> 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 | 175 ++++++++++++++---------- arch/mips/include/asm/mach-cavium-octeon/irq.h | 40 +----- 2 files changed, 105 insertions(+), 110 deletions(-) -- 1.7.2.3 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [GIT PULL] DMA-mapping framework updates for 3.4, Linus Torvalds |
|---|---|
| Next by Date: | [PATCH 1/3] MIPS: Octeon: Add irq handlers for GPIO interrupts., David Daney |
| Previous by Thread: | Re: [git pull] PCI changes (including maintainer change), Yinghai Lu |
| Next by Thread: | [PATCH 1/3] MIPS: Octeon: Add irq handlers for GPIO interrupts., David Daney |
| Indexes: | [Date] [Thread] [Top] [All Lists] |