diff for duplicates of <20140430070408.GR32284@intel.com> diff --git a/a/1.txt b/N1/1.txt index 02aff6c..4a599e3 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -22,7 +22,7 @@ Overall driver looks in good shape, few comments though... > +- #dma-cells : Should be 1, a single cell holding a line request number > + > +Example: -> + dma: dma-controller at 01c02000 { +> + dma: dma-controller@01c02000 { > + compatible = "allwinner,sun6i-a31-dma"; > + reg = <0x01c02000 0x1000>; > + interrupts = <0 50 4>; @@ -42,7 +42,7 @@ Overall driver looks in good shape, few comments though... > +2. The port ID as specified in the datasheet > + > +Example: -> +spi2: spi at 01c6a000 { +> +spi2: spi@01c6a000 { > + compatible = "allwinner,sun6i-a31-spi"; > + reg = <0x01c6a000 0x1000>; > + interrupts = <0 67 4>; @@ -172,3 +172,7 @@ invoked but you initialization is not complete yet. -- ~Vinod +-- +To unsubscribe from this list: send the line "unsubscribe devicetree" in +the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org +More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index 0547014..27a65fb 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,22 @@ "ref\01398349364-10726-1-git-send-email-maxime.ripard@free-electrons.com\0" "ref\01398349364-10726-2-git-send-email-maxime.ripard@free-electrons.com\0" - "From\0vinod.koul@intel.com (Vinod Koul)\0" - "Subject\0[PATCH v7] DMA: sun6i: Add driver for the Allwinner A31 DMA controller\0" + "ref\01398349364-10726-2-git-send-email-maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org\0" + "From\0Vinod Koul <vinod.koul-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\0" + "Subject\0Re: [PATCH v7] DMA: sun6i: Add driver for the Allwinner A31 DMA controller\0" "Date\0Wed, 30 Apr 2014 12:34:08 +0530\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\0" + "Cc\0Dan Williams <dan.j.williams-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>" + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + dmaengine-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org + kevin.z.m.zh-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org + sunny-0TFLnhJekD6UEPyfVivIlAC/G2K4zDHf@public.gmane.org + shuge-0TFLnhJekD6UEPyfVivIlAC/G2K4zDHf@public.gmane.org + zhuzhenhua-0TFLnhJekD6UEPyfVivIlAC/G2K4zDHf@public.gmane.org + andriy.shevchenko-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org + " Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>\0" "\00:1\0" "b\0" "On Thu, Apr 24, 2014 at 04:22:44PM +0200, Maxime Ripard wrote:\n" @@ -30,7 +43,7 @@ "> +- #dma-cells :\tShould be 1, a single cell holding a line request number\n" "> +\n" "> +Example:\n" - "> +\tdma: dma-controller at 01c02000 {\n" + "> +\tdma: dma-controller@01c02000 {\n" "> +\t\tcompatible = \"allwinner,sun6i-a31-dma\";\n" "> +\t\treg = <0x01c02000 0x1000>;\n" "> +\t\tinterrupts = <0 50 4>;\n" @@ -50,7 +63,7 @@ "> +2. The port ID as specified in the datasheet\n" "> +\n" "> +Example:\n" - "> +spi2: spi at 01c6a000 {\n" + "> +spi2: spi@01c6a000 {\n" "> +\tcompatible = \"allwinner,sun6i-a31-spi\";\n" "> +\treg = <0x01c6a000 0x1000>;\n" "> +\tinterrupts = <0 67 4>;\n" @@ -179,6 +192,10 @@ "invoked but you initialization is not complete yet.\n" "\n" "-- \n" - ~Vinod + "~Vinod\n" + "--\n" + "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n" + "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" + More majordomo info at http://vger.kernel.org/majordomo-info.html -e42e708084c39b9bf96307c5b2c69e033f717ae104e4f3f718791fd2c405a9c5 +9ed2381961984ca899c1cbf4ce672c80eaf767e652d5c607c715305e38aa4fd3
diff --git a/a/1.txt b/N2/1.txt index 02aff6c..c202142 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -22,7 +22,7 @@ Overall driver looks in good shape, few comments though... > +- #dma-cells : Should be 1, a single cell holding a line request number > + > +Example: -> + dma: dma-controller at 01c02000 { +> + dma: dma-controller@01c02000 { > + compatible = "allwinner,sun6i-a31-dma"; > + reg = <0x01c02000 0x1000>; > + interrupts = <0 50 4>; @@ -42,7 +42,7 @@ Overall driver looks in good shape, few comments though... > +2. The port ID as specified in the datasheet > + > +Example: -> +spi2: spi at 01c6a000 { +> +spi2: spi@01c6a000 { > + compatible = "allwinner,sun6i-a31-spi"; > + reg = <0x01c6a000 0x1000>; > + interrupts = <0 67 4>; diff --git a/a/content_digest b/N2/content_digest index 0547014..ba03cf6 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,9 +1,21 @@ "ref\01398349364-10726-1-git-send-email-maxime.ripard@free-electrons.com\0" "ref\01398349364-10726-2-git-send-email-maxime.ripard@free-electrons.com\0" - "From\0vinod.koul@intel.com (Vinod Koul)\0" - "Subject\0[PATCH v7] DMA: sun6i: Add driver for the Allwinner A31 DMA controller\0" + "From\0Vinod Koul <vinod.koul@intel.com>\0" + "Subject\0Re: [PATCH v7] DMA: sun6i: Add driver for the Allwinner A31 DMA controller\0" "Date\0Wed, 30 Apr 2014 12:34:08 +0530\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Maxime Ripard <maxime.ripard@free-electrons.com>\0" + "Cc\0Dan Williams <dan.j.williams@intel.com>" + linux-arm-kernel@lists.infradead.org + dmaengine@vger.kernel.org + linux-kernel@vger.kernel.org + devicetree@vger.kernel.org + linux-sunxi@googlegroups.com + kevin.z.m.zh@gmail.com + sunny@allwinnertech.com + shuge@allwinnertech.com + zhuzhenhua@allwinnertech.com + andriy.shevchenko@intel.com + " Arnd Bergmann <arnd@arndb.de>\0" "\00:1\0" "b\0" "On Thu, Apr 24, 2014 at 04:22:44PM +0200, Maxime Ripard wrote:\n" @@ -30,7 +42,7 @@ "> +- #dma-cells :\tShould be 1, a single cell holding a line request number\n" "> +\n" "> +Example:\n" - "> +\tdma: dma-controller at 01c02000 {\n" + "> +\tdma: dma-controller@01c02000 {\n" "> +\t\tcompatible = \"allwinner,sun6i-a31-dma\";\n" "> +\t\treg = <0x01c02000 0x1000>;\n" "> +\t\tinterrupts = <0 50 4>;\n" @@ -50,7 +62,7 @@ "> +2. The port ID as specified in the datasheet\n" "> +\n" "> +Example:\n" - "> +spi2: spi at 01c6a000 {\n" + "> +spi2: spi@01c6a000 {\n" "> +\tcompatible = \"allwinner,sun6i-a31-spi\";\n" "> +\treg = <0x01c6a000 0x1000>;\n" "> +\tinterrupts = <0 67 4>;\n" @@ -181,4 +193,4 @@ "-- \n" ~Vinod -e42e708084c39b9bf96307c5b2c69e033f717ae104e4f3f718791fd2c405a9c5 +f908d73e31ddef970908cb4114b16ae3b5417486b76a8beda39b6bb89678b75d
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.