-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/g…
…it/soc/soc Pull ARM SoC platform updates from Olof Johansson: "SoC updates, mostly refactorings and cleanups of old legacy platforms. Major themes this release: - Conversion of ixp4xx to a modern platform (drivers, DT, bindings) - Moving some of the ep93xx headers around to get it closer to multiplatform enabled. - Cleanups of Davinci This also contains a few patches that were queued up as fixes before 5.1 but I didn't get sent in before release" * tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (123 commits) ARM: debug-ll: add default address for digicolor ARM: u300: regulator: add MODULE_LICENSE() ARM: ep93xx: move private headers out of mach/* ARM: ep93xx: move pinctrl interfaces into include/linux/soc ARM: ep93xx: keypad: stop using mach/platform.h ARM: ep93xx: move network platform data to separate header ARM: stm32: add AMBA support for stm32 family MAINTAINERS: update arch/arm/mach-davinci ARM: rockchip: add missing of_node_put in rockchip_smp_prepare_pmu ARM: dts: Add queue manager and NPE to the IXP4xx DTSI soc: ixp4xx: qmgr: Add DT probe code soc: ixp4xx: qmgr: Add DT bindings for IXP4xx qmgr soc: ixp4xx: npe: Add DT probe code soc: ixp4xx: Add DT bindings for IXP4xx NPE soc: ixp4xx: qmgr: Pass resources soc: ixp4xx: Remove unused functions soc: ixp4xx: Uninline several functions soc: ixp4xx: npe: Pass addresses as resources ARM: ixp4xx: Turn the QMGR into a platform device ARM: ixp4xx: Turn the NPE into a platform device ...
- Loading branch information
Showing
188 changed files
with
3,789 additions
and
4,242 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# SPDX-License-Identifier: GPL-2.0 | ||
%YAML 1.2 | ||
--- | ||
$id: http://devicetree.org/schemas/arm/intel-ixp4xx.yaml# | ||
$schema: http://devicetree.org/meta-schemas/core.yaml# | ||
|
||
title: Intel IXP4xx Device Tree Bindings | ||
|
||
maintainers: | ||
- Linus Walleij <linus.walleij@linaro.org> | ||
|
||
properties: | ||
compatible: | ||
oneOf: | ||
- items: | ||
- enum: | ||
- linksys,nslu2 | ||
- const: intel,ixp42x | ||
- items: | ||
- enum: | ||
- gateworks,gw2358 | ||
- const: intel,ixp43x |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
44 changes: 44 additions & 0 deletions
44
Documentation/devicetree/bindings/firmware/intel,ixp4xx-network-processing-engine.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) | ||
# Copyright 2019 Linaro Ltd. | ||
%YAML 1.2 | ||
--- | ||
$id: "http://devicetree.org/schemas/firmware/intel-ixp4xx-network-processing-engine.yaml#" | ||
$schema: "http://devicetree.org/meta-schemas/core.yaml#" | ||
|
||
title: Intel IXP4xx Network Processing Engine | ||
|
||
maintainers: | ||
- Linus Walleij <linus.walleij@linaro.org> | ||
|
||
description: | | ||
On the IXP4xx SoCs, the Network Processing Engine (NPE) is a small | ||
processor that can load a firmware to perform offloading of networking | ||
and crypto tasks. It also manages the MDIO bus to the ethernet PHYs | ||
on the IXP4xx platform. All IXP4xx platforms have three NPEs at | ||
consecutive memory locations. They are all included in the same | ||
device node since they are not independent of each other. | ||
properties: | ||
compatible: | ||
oneOf: | ||
- items: | ||
- const: intel,ixp4xx-network-processing-engine | ||
|
||
reg: | ||
minItems: 3 | ||
maxItems: 3 | ||
items: | ||
- description: NPE0 register range | ||
- description: NPE1 register range | ||
- description: NPE2 register range | ||
|
||
required: | ||
- compatible | ||
- reg | ||
|
||
examples: | ||
- | | ||
npe@c8006000 { | ||
compatible = "intel,ixp4xx-network-processing-engine"; | ||
reg = <0xc8006000 0x1000>, <0xc8007000 0x1000>, <0xc8008000 0x1000>; | ||
}; |
54 changes: 54 additions & 0 deletions
54
Documentation/devicetree/bindings/interrupt-controller/intel,ixp4xx-interrupt.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) | ||
# Copyright 2018 Linaro Ltd. | ||
%YAML 1.2 | ||
--- | ||
$id: "http://devicetree.org/schemas/interrupt/intel-ixp4xx-interrupt.yaml#" | ||
$schema: "http://devicetree.org/meta-schemas/core.yaml#" | ||
|
||
title: Intel IXP4xx XScale Networking Processors Interrupt Controller | ||
|
||
maintainers: | ||
- Linus Walleij <linus.walleij@linaro.org> | ||
|
||
description: | | ||
This interrupt controller is found in the Intel IXP4xx processors. | ||
Some processors have 32 interrupts, some have up to 64 interrupts. | ||
The exact number of interrupts is determined from the compatible | ||
string. | ||
The distinct IXP4xx families with different interrupt controller | ||
variations are IXP42x, IXP43x, IXP45x and IXP46x. Those four | ||
families were the only ones to reach the developer and consumer | ||
market. | ||
properties: | ||
compatible: | ||
items: | ||
- enum: | ||
- intel,ixp42x-interrupt | ||
- intel,ixp43x-interrupt | ||
- intel,ixp45x-interrupt | ||
- intel,ixp46x-interrupt | ||
|
||
reg: | ||
maxItems: 1 | ||
|
||
interrupt-controller: true | ||
|
||
'#interrupt-cells': | ||
const: 2 | ||
|
||
required: | ||
- compatible | ||
- reg | ||
- interrupt-controller | ||
- '#interrupt-cells' | ||
|
||
examples: | ||
- | | ||
intcon: interrupt-controller@c8003000 { | ||
compatible = "intel,ixp43x-interrupt"; | ||
reg = <0xc8003000 0x100>; | ||
interrupt-controller; | ||
#interrupt-cells = <2>; | ||
}; |
49 changes: 49 additions & 0 deletions
49
Documentation/devicetree/bindings/misc/intel,ixp4xx-queue-manager.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) | ||
# Copyright 2019 Linaro Ltd. | ||
%YAML 1.2 | ||
--- | ||
$id: "http://devicetree.org/schemas/misc/intel-ixp4xx-ahb-queue-manager.yaml#" | ||
$schema: "http://devicetree.org/meta-schemas/core.yaml#" | ||
|
||
title: Intel IXP4xx AHB Queue Manager | ||
|
||
maintainers: | ||
- Linus Walleij <linus.walleij@linaro.org> | ||
|
||
description: | | ||
The IXP4xx AHB Queue Manager maintains queues as circular buffers in | ||
an 8KB embedded SRAM along with hardware pointers. It is used by both | ||
the XScale processor and the NPEs (Network Processing Units) in the | ||
IXP4xx for accelerating queues, especially for networking. Clients pick | ||
queues from the queue manager with foo-queue = <&qmgr N> where the | ||
&qmgr is a phandle to the queue manager and N is the queue resource | ||
number. The queue resources available and their specific purpose | ||
on a certain IXP4xx system will vary. | ||
properties: | ||
compatible: | ||
items: | ||
- const: intel,ixp4xx-ahb-queue-manager | ||
|
||
reg: | ||
maxItems: 1 | ||
|
||
interrupts: | ||
items: | ||
- description: Interrupt for queues 0-31 | ||
- description: Interrupt for queues 32-63 | ||
|
||
required: | ||
- compatible | ||
- reg | ||
- interrupts | ||
|
||
examples: | ||
- | | ||
#include <dt-bindings/interrupt-controller/irq.h> | ||
qmgr: queue-manager@60000000 { | ||
compatible = "intel,ixp4xx-ahb-queue-manager"; | ||
reg = <0x60000000 0x4000>; | ||
interrupts = <3 IRQ_TYPE_LEVEL_HIGH>, <4 IRQ_TYPE_LEVEL_HIGH>; | ||
}; |
42 changes: 42 additions & 0 deletions
42
Documentation/devicetree/bindings/timer/intel,ixp4xx-timer.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) | ||
# Copyright 2018 Linaro Ltd. | ||
%YAML 1.2 | ||
--- | ||
$id: "http://devicetree.org/schemas/timer/intel-ixp4xx-timer.yaml#" | ||
$schema: "http://devicetree.org/meta-schemas/core.yaml#" | ||
|
||
title: Intel IXP4xx XScale Networking Processors Timers | ||
|
||
maintainers: | ||
- Linus Walleij <linus.walleij@linaro.org> | ||
|
||
description: This timer is found in the Intel IXP4xx processors. | ||
|
||
properties: | ||
compatible: | ||
items: | ||
- const: intel,ixp4xx-timer | ||
|
||
reg: | ||
description: Should contain registers location and length | ||
|
||
interrupts: | ||
minItems: 1 | ||
maxItems: 2 | ||
items: | ||
- description: Timer 1 interrupt | ||
- description: Timer 2 interrupt | ||
|
||
required: | ||
- compatible | ||
- reg | ||
- interrupts | ||
|
||
examples: | ||
- | | ||
#include <dt-bindings/interrupt-controller/irq.h> | ||
timer@c8005000 { | ||
compatible = "intel,ixp4xx-timer"; | ||
reg = <0xc8005000 0x100>; | ||
interrupts = <5 IRQ_TYPE_LEVEL_HIGH>; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.