| To: | linux-mips@linux-mips.org, ralf@linux-mips.org |
|---|---|
| Subject: | [PATCH 0/8] MIPS: OCTEON: Interrupt controller enhancements. |
| From: | David Daney <ddaney.cavm@gmail.com> |
| Date: | Fri, 27 Apr 2012 11:32:32 -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=DPq54vx61zP4C/q7m7BkJadHMrnHiAr0ftRMaJCHpIg=; b=Kqlot51m2Ypzqe8XXaCbukQjtmUvwLBndyAM9Us+AwoYFLmhaUsnzpbXnjdfmriZeI dOEMSIABC/p69bfs7qSdCTbNa2ear4CYtvcra0hkNYK/JwFOOVolSUjGJokXE3uRmC7t qT/ncJzsjk22SUjBGy55qAeqTuwWly8yOU+xGYbVK78+vTU/SqjmODVP5sE4FggVGxkF x7QoipuREruyMTvpCiRRqAK4MIgizcOqrpXq857SNWzlcq5p51SkLPRNd7tT94XfUTjc TuxDphSuwJZOCIjxfbvBSPEFdwskIV8bjPQaaKNKt90OzW1jr/WbjiGCXSnoOHrcfB1y 0Ctg== |
| Sender: | linux-mips-bounce@linux-mips.org |
From: David Daney <david.daney@cavium.com> These patches are meant to be applied on top of: http://www.linux-mips.org/archives/linux-mips/2012-03/msg00159.html http://www.linux-mips.org/archives/linux-mips/2012-04/msg00169.html http://www.linux-mips.org/archives/linux-mips/2012-04/msg00173.html The interrupt controller on cn68XX is fundamentally different then on previous members of the OCTEON family. To support it requires importing new register layout definitions for all OCTEONs. The reason for the patches are roughly as follows: 1) Recognize cnf71xx parts, as they are referred to in ... 2) Updated register definitions for all OCTEON parts. 3) Fix snafu in previous patch set. 4) Rid ourselves of unused OCTEON_IRQ_* definitions. We use the device tree infrastructure to find most irqs now. 5) The OCTEON_IRQ_* definitions we still use need to be augmented for the added number of CPUs and increase in size of other SOC resources. 6) Add cn68XX CIU2 support. 7) Quit using sly tricks to avoid taking locks. These tricks fail with threaded interrupt handlers. 8) Fix !CONFIG_SMP build failure. David Daney (8): MIPS: OCTEON: Add detection of cnf71xx parts. MIPS: OCTEON: Update register definitions. MIPS: OCTEON: Fix GPIO interrupt configuration. MIPS: OCTEON: Get rid of unused OCTEON_IRQ_* definitions. MIPS: OCTEON: Add OCTEON_IRQ_* definitions for cn68XX chips. MIPS: OCTEON: Add support for cn68XX interrupt controller. MIPS: Octeon: Make interrupt controller work with threaded handlers. MIPS: OCTEON: Don't refer to octeon_irq_cpu_offline_ciu() when !CONFIG_SMP |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 3/3] MIPS: ath79: register USB host controller on the DB120 board, Gabor Juhos |
|---|---|
| Next by Date: | [PATCH 1/8] MIPS: OCTEON: Add detection of cnf71xx parts., David Daney |
| Previous by Thread: | [PATCH 0/3] MIPS: ath79: allow to use USB on AR934x, Gabor Juhos |
| Next by Thread: | [PATCH 1/8] MIPS: OCTEON: Add detection of cnf71xx parts., David Daney |
| Indexes: | [Date] [Thread] [Top] [All Lists] |