Message ID | 1362586540-10393-6-git-send-email-mporter@ti.com (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
>>>>> "Matt" == Matt Porter <mporter@ti.com> writes:
Matt> The binding definition is based on the generic DMA controller
Matt> binding.
Matt> Signed-off-by: Matt Porter <mporter@ti.com>
Matt> ---
Matt> Documentation/devicetree/bindings/dma/ti-edma.txt | 49 +++++++++++++++++++++
Matt> 1 file changed, 49 insertions(+)
Matt> create mode 100644 Documentation/devicetree/bindings/dma/ti-edma.txt
Matt> diff --git a/Documentation/devicetree/bindings/dma/ti-edma.txt b/Documentation/devicetree/bindings/dma/ti-edma.txt
Matt> new file mode 100644
Matt> index 0000000..075a60e3
Matt> --- /dev/null
Matt> +++ b/Documentation/devicetree/bindings/dma/ti-edma.txt
Matt> @@ -0,0 +1,49 @@
Matt> +TI EDMA
Matt> +
Matt> +Required properties:
Matt> +- compatible : "ti,edma3"
Matt> +- ti,hwmods: Name of the hwmods associated to the EDMA
Matt> +- ti,edma-regions: Number of regions
Matt> +- ti,edma-slots: Number of slots
Matt> +- ti,edma-queue-tc-map: List of transfer control to queue mappings
Matt> +- ti,edma-queue-priority-map: List of queue priority mappings
Matt> +- ti,edma-default-queue: Default queue value
Matt> +
Matt> +Optional properties:
Matt> +- ti,edma-reserved-channels: List of reserved channel regions
Matt> +- ti,edma-reserved-slots: List of reserved slot regions
Matt> +- ti,edma-xbar-event-map: Crossbar event to channel map
Matt> +
Matt> +Example:
Matt> +
Matt> +edma: edma@49000000 {
Matt> + reg = <0x49000000 0x10000>;
Matt> + interrupt-parent = <&intc>;
Matt> + interrupts = <12 13 14>;
Probably interrupt-parent should be removed from the example as well to
match am33xx.dtsi
On Wed, Mar 06, 2013 at 08:24:06PM +0000, Peter Korsgaard wrote: > >>>>> "Matt" == Matt Porter <mporter@ti.com> writes: > > Matt> The binding definition is based on the generic DMA controller > Matt> binding. > > Matt> Signed-off-by: Matt Porter <mporter@ti.com> > Matt> --- > Matt> Documentation/devicetree/bindings/dma/ti-edma.txt | 49 +++++++++++++++++++++ > Matt> 1 file changed, 49 insertions(+) > Matt> create mode 100644 Documentation/devicetree/bindings/dma/ti-edma.txt > > Matt> diff --git a/Documentation/devicetree/bindings/dma/ti-edma.txt b/Documentation/devicetree/bindings/dma/ti-edma.txt > Matt> new file mode 100644 > Matt> index 0000000..075a60e3 > Matt> --- /dev/null > Matt> +++ b/Documentation/devicetree/bindings/dma/ti-edma.txt > Matt> @@ -0,0 +1,49 @@ > Matt> +TI EDMA > Matt> + > Matt> +Required properties: > Matt> +- compatible : "ti,edma3" > Matt> +- ti,hwmods: Name of the hwmods associated to the EDMA > Matt> +- ti,edma-regions: Number of regions > Matt> +- ti,edma-slots: Number of slots > Matt> +- ti,edma-queue-tc-map: List of transfer control to queue mappings > Matt> +- ti,edma-queue-priority-map: List of queue priority mappings > Matt> +- ti,edma-default-queue: Default queue value > Matt> + > Matt> +Optional properties: > Matt> +- ti,edma-reserved-channels: List of reserved channel regions > Matt> +- ti,edma-reserved-slots: List of reserved slot regions > Matt> +- ti,edma-xbar-event-map: Crossbar event to channel map > Matt> + > Matt> +Example: > Matt> + > Matt> +edma: edma@49000000 { > Matt> + reg = <0x49000000 0x10000>; > Matt> + interrupt-parent = <&intc>; > Matt> + interrupts = <12 13 14>; > > Probably interrupt-parent should be removed from the example as well to > match am33xx.dtsi I'm not sure what the DT maintainers want here. Full context within the example or the actual real usage where it's typically inherited. Grant or Rob, any thoughts? -Matt
On 3/6/2013 9:45 PM, Matt Porter wrote: > The binding definition is based on the generic DMA controller > binding. > > Signed-off-by: Matt Porter <mporter@ti.com> Okay the bindings the documented after they are used leading to some confusion. This patch should be moved up the series. As I noted in my other e-mail, some of these bindings are not really hardware description and need to be re-looked. Thanks, Sekhar > --- > Documentation/devicetree/bindings/dma/ti-edma.txt | 49 +++++++++++++++++++++ > 1 file changed, 49 insertions(+) > create mode 100644 Documentation/devicetree/bindings/dma/ti-edma.txt > > diff --git a/Documentation/devicetree/bindings/dma/ti-edma.txt b/Documentation/devicetree/bindings/dma/ti-edma.txt > new file mode 100644 > index 0000000..075a60e3 > --- /dev/null > +++ b/Documentation/devicetree/bindings/dma/ti-edma.txt > @@ -0,0 +1,49 @@ > +TI EDMA > + > +Required properties: > +- compatible : "ti,edma3" > +- ti,hwmods: Name of the hwmods associated to the EDMA > +- ti,edma-regions: Number of regions > +- ti,edma-slots: Number of slots > +- ti,edma-queue-tc-map: List of transfer control to queue mappings > +- ti,edma-queue-priority-map: List of queue priority mappings > +- ti,edma-default-queue: Default queue value > + > +Optional properties: > +- ti,edma-reserved-channels: List of reserved channel regions > +- ti,edma-reserved-slots: List of reserved slot regions > +- ti,edma-xbar-event-map: Crossbar event to channel map > + > +Example: > + > +edma: edma@49000000 { > + reg = <0x49000000 0x10000>; > + interrupt-parent = <&intc>; > + interrupts = <12 13 14>; > + compatible = "ti,edma3"; > + ti,hwmods = "tpcc", "tptc0", "tptc1", "tptc2"; > + #dma-cells = <1>; > + dma-channels = <64>; > + ti,edma-regions = <4>; > + ti,edma-slots = <256>; > + ti,edma-reserved-channels = <0 2 > + 14 2 > + 26 6 > + 48 4 > + 56 8>; > + ti,edma-reserved-slots = <0 2 > + 14 2 > + 26 6 > + 48 4 > + 56 8 > + 64 127>; > + ti,edma-queue-tc-map = <0 0 > + 1 1 > + 2 2>; > + ti,edma-queue-priority-map = <0 0 > + 1 1 > + 2 2>; > + ti,edma-default-queue = <0>; > + ti,edma-xbar-event-map = <1 12 > + 2 13>; > +}; >
On Wed, Mar 06, 2013 at 08:24:06PM +0000, Peter Korsgaard wrote: > >>>>> "Matt" == Matt Porter <mporter@ti.com> writes: > > Matt> The binding definition is based on the generic DMA controller > Matt> binding. > > Matt> Signed-off-by: Matt Porter <mporter@ti.com> > Matt> --- > Matt> Documentation/devicetree/bindings/dma/ti-edma.txt | 49 +++++++++++++++++++++ > Matt> 1 file changed, 49 insertions(+) > Matt> create mode 100644 Documentation/devicetree/bindings/dma/ti-edma.txt > > Matt> diff --git a/Documentation/devicetree/bindings/dma/ti-edma.txt b/Documentation/devicetree/bindings/dma/ti-edma.txt > Matt> new file mode 100644 > Matt> index 0000000..075a60e3 > Matt> --- /dev/null > Matt> +++ b/Documentation/devicetree/bindings/dma/ti-edma.txt > Matt> @@ -0,0 +1,49 @@ > Matt> +TI EDMA > Matt> + > Matt> +Required properties: > Matt> +- compatible : "ti,edma3" > Matt> +- ti,hwmods: Name of the hwmods associated to the EDMA > Matt> +- ti,edma-regions: Number of regions > Matt> +- ti,edma-slots: Number of slots > Matt> +- ti,edma-queue-tc-map: List of transfer control to queue mappings > Matt> +- ti,edma-queue-priority-map: List of queue priority mappings > Matt> +- ti,edma-default-queue: Default queue value > Matt> + > Matt> +Optional properties: > Matt> +- ti,edma-reserved-channels: List of reserved channel regions > Matt> +- ti,edma-reserved-slots: List of reserved slot regions > Matt> +- ti,edma-xbar-event-map: Crossbar event to channel map > Matt> + > Matt> +Example: > Matt> + > Matt> +edma: edma@49000000 { > Matt> + reg = <0x49000000 0x10000>; > Matt> + interrupt-parent = <&intc>; > Matt> + interrupts = <12 13 14>; > > Probably interrupt-parent should be removed from the example as well to > match am33xx.dtsi On second thought, I'm not sure we're going to get any direction on this one so let's just do what feels right and make it reflect common usage like you suggested. Thanks, Matt
>>>>> "Matt" == Matt Porter <mporter@ti.com> writes: Hi, Matt> +edma: edma@49000000 { Matt> + reg = <0x49000000 0x10000>; Matt> + interrupt-parent = <&intc>; Matt> + interrupts = <12 13 14>; >> >> Probably interrupt-parent should be removed from the example as well to >> match am33xx.dtsi Matt> On second thought, I'm not sure we're going to get any direction Matt> on this one so let's just do what feels right and make it reflect Matt> common usage like you suggested. Sounds good to me!
On Tue, Mar 12, 2013 at 06:53:03AM +0000, Sekhar Nori wrote: > On 3/6/2013 9:45 PM, Matt Porter wrote: > > The binding definition is based on the generic DMA controller > > binding. > > > > Signed-off-by: Matt Porter <mporter@ti.com> > > Okay the bindings the documented after they are used leading to some > confusion. This patch should be moved up the series. As I noted in my > other e-mail, some of these bindings are not really hardware description > and need to be re-looked. Sure, I'll reorder it. -Matt > > --- > > Documentation/devicetree/bindings/dma/ti-edma.txt | 49 +++++++++++++++++++++ > > 1 file changed, 49 insertions(+) > > create mode 100644 Documentation/devicetree/bindings/dma/ti-edma.txt > > > > diff --git a/Documentation/devicetree/bindings/dma/ti-edma.txt b/Documentation/devicetree/bindings/dma/ti-edma.txt > > new file mode 100644 > > index 0000000..075a60e3 > > --- /dev/null > > +++ b/Documentation/devicetree/bindings/dma/ti-edma.txt > > @@ -0,0 +1,49 @@ > > +TI EDMA > > + > > +Required properties: > > +- compatible : "ti,edma3" > > +- ti,hwmods: Name of the hwmods associated to the EDMA > > +- ti,edma-regions: Number of regions > > +- ti,edma-slots: Number of slots > > +- ti,edma-queue-tc-map: List of transfer control to queue mappings > > +- ti,edma-queue-priority-map: List of queue priority mappings > > +- ti,edma-default-queue: Default queue value > > + > > +Optional properties: > > +- ti,edma-reserved-channels: List of reserved channel regions > > +- ti,edma-reserved-slots: List of reserved slot regions > > +- ti,edma-xbar-event-map: Crossbar event to channel map > > + > > +Example: > > + > > +edma: edma@49000000 { > > + reg = <0x49000000 0x10000>; > > + interrupt-parent = <&intc>; > > + interrupts = <12 13 14>; > > + compatible = "ti,edma3"; > > + ti,hwmods = "tpcc", "tptc0", "tptc1", "tptc2"; > > + #dma-cells = <1>; > > + dma-channels = <64>; > > + ti,edma-regions = <4>; > > + ti,edma-slots = <256>; > > + ti,edma-reserved-channels = <0 2 > > + 14 2 > > + 26 6 > > + 48 4 > > + 56 8>; > > + ti,edma-reserved-slots = <0 2 > > + 14 2 > > + 26 6 > > + 48 4 > > + 56 8 > > + 64 127>; > > + ti,edma-queue-tc-map = <0 0 > > + 1 1 > > + 2 2>; > > + ti,edma-queue-priority-map = <0 0 > > + 1 1 > > + 2 2>; > > + ti,edma-default-queue = <0>; > > + ti,edma-xbar-event-map = <1 12 > > + 2 13>; > > +}; > >
diff --git a/Documentation/devicetree/bindings/dma/ti-edma.txt b/Documentation/devicetree/bindings/dma/ti-edma.txt new file mode 100644 index 0000000..075a60e3 --- /dev/null +++ b/Documentation/devicetree/bindings/dma/ti-edma.txt @@ -0,0 +1,49 @@ +TI EDMA + +Required properties: +- compatible : "ti,edma3" +- ti,hwmods: Name of the hwmods associated to the EDMA +- ti,edma-regions: Number of regions +- ti,edma-slots: Number of slots +- ti,edma-queue-tc-map: List of transfer control to queue mappings +- ti,edma-queue-priority-map: List of queue priority mappings +- ti,edma-default-queue: Default queue value + +Optional properties: +- ti,edma-reserved-channels: List of reserved channel regions +- ti,edma-reserved-slots: List of reserved slot regions +- ti,edma-xbar-event-map: Crossbar event to channel map + +Example: + +edma: edma@49000000 { + reg = <0x49000000 0x10000>; + interrupt-parent = <&intc>; + interrupts = <12 13 14>; + compatible = "ti,edma3"; + ti,hwmods = "tpcc", "tptc0", "tptc1", "tptc2"; + #dma-cells = <1>; + dma-channels = <64>; + ti,edma-regions = <4>; + ti,edma-slots = <256>; + ti,edma-reserved-channels = <0 2 + 14 2 + 26 6 + 48 4 + 56 8>; + ti,edma-reserved-slots = <0 2 + 14 2 + 26 6 + 48 4 + 56 8 + 64 127>; + ti,edma-queue-tc-map = <0 0 + 1 1 + 2 2>; + ti,edma-queue-priority-map = <0 0 + 1 1 + 2 2>; + ti,edma-default-queue = <0>; + ti,edma-xbar-event-map = <1 12 + 2 13>; +};
The binding definition is based on the generic DMA controller binding. Signed-off-by: Matt Porter <mporter@ti.com> --- Documentation/devicetree/bindings/dma/ti-edma.txt | 49 +++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 Documentation/devicetree/bindings/dma/ti-edma.txt