diff for duplicates of <201301291455.49347.arnd@arndb.de> diff --git a/a/1.txt b/N1/1.txt index 114a4b0..59a0906 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -18,7 +18,7 @@ much, so for me it's the first time /I/ see this being explained. you would model the MUX as a trivial dma engine device that forwards to another one, just like we do for nested interrupt controllers: - pl080: dma-engine at 10000000 { + pl080: dma-engine@10000000 { compatible ="arm,pl080", "arm,primecell"; reg = <0x10000000 0x1000>; dma-requests = <8>; @@ -27,7 +27,7 @@ another one, just like we do for nested interrupt controllers: }; fpga { - mux: dma-mux at f0008000 { + mux: dma-mux@f0008000 { reg = <0xf0008000 100>; compatible = "arm,versatile-fpga-dmamux"; dma-requests = <7>; @@ -38,7 +38,7 @@ another one, just like we do for nested interrupt controllers: }; ... - some-device at f000a000 { + some-device@f000a000 { compatible = "foo,using-muxed-dma"; dmas = <&mux 3>, <&mux 4>; dma-names = "rx", "tx"; diff --git a/a/content_digest b/N1/content_digest index 2d96745..7d5fada 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,10 +1,17 @@ "ref\01359395857-1235-1-git-send-email-arnd@arndb.de\0" "ref\0201301291344.11066.arnd@arndb.de\0" "ref\020130129142434.GW23505@n2100.arm.linux.org.uk\0" - "From\0arnd@arndb.de (Arnd Bergmann)\0" - "Subject\0[PATCH 1/5] dmaengine: dw_dmac: move to generic DMA binding\0" + "ref\020130129142434.GW23505-l+eeeJia6m9vn6HldHNs0ANdhmdF6hFW@public.gmane.org\0" + "From\0Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>\0" + "Subject\0Re: [PATCH 1/5] dmaengine: dw_dmac: move to generic DMA binding\0" "Date\0Tue, 29 Jan 2013 14:55:49 +0000\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Russell King - ARM Linux <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>\0" + "Cc\0Vinod Koul <vinod.koul-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>" + Viresh Kumar <viresh.kumar-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> + devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org + spear-devel <spear-devel-nkJGhpqTU55BDgjK7y7TUQ@public.gmane.org> + Andy Shevchenko <andriy.shevchenko-VuQAYsv1563Yd54FQh9/CA@public.gmane.org> + " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0" "\00:1\0" "b\0" "On Tuesday 29 January 2013, Russell King - ARM Linux wrote:\n" @@ -27,7 +34,7 @@ "you would model the MUX as a trivial dma engine device that forwards to\n" "another one, just like we do for nested interrupt controllers:\n" "\n" - "\tpl080: dma-engine at 10000000 {\n" + "\tpl080: dma-engine@10000000 {\n" "\t\tcompatible =\"arm,pl080\", \"arm,primecell\";\n" "\t\treg = <0x10000000 0x1000>;\n" "\t\tdma-requests = <8>;\n" @@ -36,7 +43,7 @@ "\t};\n" "\n" "\tfpga {\n" - "\t\tmux: dma-mux at f0008000 {\n" + "\t\tmux: dma-mux@f0008000 {\n" "\t\t\treg = <0xf0008000 100>;\n" "\t\t\tcompatible = \"arm,versatile-fpga-dmamux\";\n" "\t\t\tdma-requests = <7>;\n" @@ -47,7 +54,7 @@ "\t\t};\n" "\t\t...\n" "\n" - "\t\tsome-device at f000a000 {\n" + "\t\tsome-device@f000a000 {\n" "\t\t\tcompatible = \"foo,using-muxed-dma\";\n" "\t\t\tdmas = <&mux 3>, <&mux 4>;\n" "\t\t\tdma-names = \"rx\", \"tx\";\n" @@ -63,4 +70,4 @@ "\n" "\tArnd" -081836886316a315183ec62b49b4f0313ddc36cc042a927bfbed2cddaae3e1b1 +0c27fc7320cf0f9252879116879b84d13e9ff87d309e12720cd5709babf9d481
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.