summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/interrupt-controller/allwinner,sun4i-ic.txt
Commit message (Collapse)AuthorAgeFilesLines
* irqchip: sunxi: Change compatiblesMaxime Ripard2014-03-141-2/+2
| | | | | | | | | | The Allwinner A10 compatibles were following a slightly different compatible patterns than the rest of the SoCs for historical reasons. Change the compatibles to match the other pattern in the irq controller driver for consistency. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Cc: linux-arm-kernel@lists.infradead.org Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
* dt-bindings: fix example of allwinner interrupt controllerBaruch Siach2013-12-121-1/+1
| | | | | | | The documented value of #interrupt-cells is 1. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
* Documentation: dt: Remove interrupt sources list for Allwinner SoCsMaxime Ripard2013-10-111-3/+0
| | | | | | | | | That documentation was mostly useful when we didn't have any documentation for those SoCs, which is not the case anymore. Remove this, since it should live in the DT anyway. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Cc: Mark Rutland <mark.rutland@arm.com>
* ARM: sunxi: irqchip: Update the documentationMaxime Ripard2013-05-291-85/+2
| | | | | | | A10 and A13 have a different set of available interrupt sources, reflect this in the documentation. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
* irqchip: sunxi: Rename sunxi to sun4iMaxime Ripard2013-04-081-0/+104
During the introduction of the Allwinner SoC platforms, sunxi was initially meant as a generic name for all the variants of the Allwinner SoC. It was ok at the time of the support of only the A10 and A13 that looks pretty much the same, but it's beginning to be troublesome with the future addition of the Allwinner A31 (sun6i) that is quite different, and would introduce some weird logic, where sunxi would actually mean in some case sun4i and sun5i but without sun6i... Moreover, it makes the compatible strings naming scheme not consistent with other architectures, where usually for this kind of compability, we just use the oldest SoC name that has this IP, so let's do just this. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>