dt-bindings: remove 'interrupt-parent' from bindings'interrupt-parent' is often documented as part of define bindings, butit is really outside the scope of a device binding. It's never requiredin
dt-bindings: remove 'interrupt-parent' from bindings'interrupt-parent' is often documented as part of define bindings, butit is really outside the scope of a device binding. It's never requiredin a given node as it is often inherited from a parent node. Or it canbe implicit if a parent node is an 'interrupt-controller' node. Soremove it from all the binding files.Cc: Mark Rutland <[email protected]>Cc: [email protected]Signed-off-by: Rob Herring <[email protected]>
show more ...
MIPS: OCTEON: Add support for OCTEON III interrupt controller.Add irq_chip support for both IPI and "normal" interrupts of the CIU3controller. Document the device tree binding for the CIU3.Some
MIPS: OCTEON: Add support for OCTEON III interrupt controller.Add irq_chip support for both IPI and "normal" interrupts of the CIU3controller. Document the device tree binding for the CIU3.Some functions are non-static as they will be used by follow-onsupport for MSI-X.Signed-off-by: David Daney <[email protected]>Acked-by: Rob Herring <[email protected]>Cc: Rob Herring <[email protected]>Cc: Pawel Moll <[email protected]>Cc: Mark Rutland <[email protected]>Cc: Ian Campbell <[email protected]>Cc: Kumar Gala <[email protected]>Cc: [email protected]Cc: Thomas Gleixner <[email protected]>Cc: [email protected]Cc: [email protected]Patchwork: https://patchwork.linux-mips.org/patch/12500/Signed-off-by: Ralf Baechle <[email protected]>
libata: support AHCI on OCTEON platformThe OCTEON SATA controller is currently found on cn71XX devices.Acked-by: Arnd Bergmann <[email protected]>Acked-by: Hans de Goede <[email protected]>Acked-
libata: support AHCI on OCTEON platformThe OCTEON SATA controller is currently found on cn71XX devices.Acked-by: Arnd Bergmann <[email protected]>Acked-by: Hans de Goede <[email protected]>Acked-by: Rob Herring <[email protected]>Signed-off-by: David Daney <[email protected]>Signed-off-by: Vinita Gupta <[email protected]>Signed-off-by: Aleksey Makarov <[email protected]>Signed-off-by: Zubair Lutfullah Kakakhel <[email protected]>Signed-off-by: Tejun Heo <[email protected]>
MIPS: OCTEON: irq: add CIB and other fixes- Use of_irq_init() to initialize interrupt controllers- Get rid of some unlikely()- Add CIB to support SATA and other interrupts- Add support for CIU S
MIPS: OCTEON: irq: add CIB and other fixes- Use of_irq_init() to initialize interrupt controllers- Get rid of some unlikely()- Add CIB to support SATA and other interrupts- Add support for CIU SUM2 interrupt sourcesSigned-off-by: David Daney <[email protected]>Signed-off-by: Leonid Rosenboim <[email protected]>Signed-off-by: Aleksey Makarov <[email protected]>Signed-off-by: Peter Swain <[email protected]>Cc: [email protected]Cc: [email protected]Cc: Rob Herring <[email protected]>Cc: Pawel Moll <[email protected]>Cc: Mark Rutland <[email protected]>Cc: Ian Campbell <[email protected]>Cc: Kumar Gala <[email protected]>Cc: [email protected]Patchwork: https://patchwork.linux-mips.org/patch/8947/Signed-off-by: Ralf Baechle <[email protected]>
documentation/devicetree: Fix typosCorrect spelling typos within Documentation/devicetreeSigned-off-by: Masanari Iida <[email protected]>Signed-off-by: Grant Likely <[email protected]
documentation/devicetree: Fix typosCorrect spelling typos within Documentation/devicetreeSigned-off-by: Masanari Iida <[email protected]>Signed-off-by: Grant Likely <[email protected]>
MIPS: Octeon: Add device tree source files.The two device tree files octeon_3xxx.dts and octeon_68xx.dts aretrimmed by code in a subsequent patch to reflect the hardware actuallypresent on the bo
MIPS: Octeon: Add device tree source files.The two device tree files octeon_3xxx.dts and octeon_68xx.dts aretrimmed by code in a subsequent patch to reflect the hardware actuallypresent on the board. To this end several properties that are notpart of the declared bindings are added to aid in trimming offunwanted nodes. Since the device tree and the code that trims it arebound into the kernel binary, these 'marker' properties never escapeinto the wild, and are purely an implementation detail of the kernelearly boot process. This is done for backwards compatibility withexisting boards (identified by a board type enumeration value by theirbootloaders). New boards will always pass a device tree from thebootloader, the built-in trees are ignored in this case.Signed-off-by: David Daney <[email protected]>Cc: [email protected]Cc: [email protected]Cc: Grant Likely <[email protected]>Cc: Rob Herring <[email protected]>Cc: [email protected]Cc: David Daney <[email protected]>Patchwork: https://patchwork.linux-mips.org/patch/3937/Signed-off-by: Ralf Baechle <[email protected]>