diff for duplicates of <1452664413.2403.20.camel@kernel.crashing.org> diff --git a/a/1.txt b/N1/1.txt index fa4a8ac..8c6e8ef 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,23 +1,23 @@ On Tue, 2016-01-12 at 23:52 +0100, Arnd Bergmann wrote: -> On Tuesday 12 January 2016 15:13:35 liviu.dudau at arm.com?wrote: +> On Tuesday 12 January 2016 15:13:35 liviu.dudau-5wv7dgnIgG8@public.gmane.org wrote: > > > int of_address_to_resource(struct device_node *dev, int index, -> > >????????????????????????? struct resource *r) +> > > struct resource *r) > > > { -> > >?????? ... -> > >?????? /* flags can be get here, without ranges property reqired. -> > >??????? * if the reg = <0x0 0xe4 4>, I can get flag of +> > > ... +> > > /* flags can be get here, without ranges property reqired. +> > > * if the reg = <0x0 0xe4 4>, I can get flag of > IORESOURCE_MEM, -> > >??????? * if the reg = <0x1 0xe4 4>, I can get flag of +> > > * if the reg = <0x1 0xe4 4>, I can get flag of > IORESOURCE_IO, -> >? +> > > > That is strange, the parent node has #address-cells = <2> so the > first two numbers should be part > > of the address and not influence the flags. Can you add some > debugging in of_get_address() and -> > try to figure out what bus is used in? *flags = bus- +> > try to figure out what bus is used in *flags = bus- > >get_flags(prop) ? -> >? -> >? +> > +> > > > This is the standard ISA binding. The first cell is the address space > (IO or MEM), the second cell is the address within that space. This @@ -30,3 +30,8 @@ vacation). Cheers, Ben. + +-- +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 180520a..d472cac 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,32 +2,43 @@ "ref\05694E9FF.6030904@huawei.com\0" "ref\020160112151335.GS13633@e106497-lin.cambridge.arm.com\0" "ref\04731036.9QlepWb5cE@wuerfel\0" - "From\0benh@kernel.crashing.org (Benjamin Herrenschmidt)\0" - "Subject\0[PATCH v1 3/3] ARM64 LPC: update binding doc\0" + "From\0Benjamin Herrenschmidt <benh-XVmvHMARGAS8U2dJNN8I7kB+6BGkLq7r@public.gmane.org>\0" + "Subject\0Re: [PATCH v1 3/3] ARM64 LPC: update binding doc\0" "Date\0Wed, 13 Jan 2016 16:53:33 +1100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>" + " liviu.dudau-5wv7dgnIgG8@public.gmane.org\0" + "Cc\0Rongrong Zou <zourongrong-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>" + Rongrong Zou <zourongrong-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + Catalin Marinas <catalin.marinas-5wv7dgnIgG8@public.gmane.org> + Corey Minyard <minyard-HInyCGIudOg@public.gmane.org> + gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org + Will Deacon <will.deacon-5wv7dgnIgG8@public.gmane.org> + linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + linuxarm-hv44wF8Li93QT0dZR+AlfA@public.gmane.org + " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0" "\00:1\0" "b\0" "On Tue, 2016-01-12 at 23:52 +0100, Arnd Bergmann wrote:\n" - "> On Tuesday 12 January 2016 15:13:35 liviu.dudau at arm.com?wrote:\n" + "> On Tuesday 12 January 2016 15:13:35 liviu.dudau-5wv7dgnIgG8@public.gmane.org\302\240wrote:\n" "> > > int of_address_to_resource(struct device_node *dev, int index,\n" - "> > >????????????????????????? struct resource *r)\n" + "> > >\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240 struct resource *r)\n" "> > > {\n" - "> > >?????? ...\n" - "> > >?????? /* flags can be get here, without ranges property reqired.\n" - "> > >??????? * if the reg = <0x0 0xe4 4>, I can get flag of\n" + "> > >\302\240\302\240\302\240\302\240\302\240\302\240 ...\n" + "> > >\302\240\302\240\302\240\302\240\302\240\302\240 /* flags can be get here, without ranges property reqired.\n" + "> > >\302\240\302\240\302\240\302\240\302\240\302\240\302\240 * if the reg = <0x0 0xe4 4>, I can get flag of\n" "> IORESOURCE_MEM,\n" - "> > >??????? * if the reg = <0x1 0xe4 4>, I can get flag of\n" + "> > >\302\240\302\240\302\240\302\240\302\240\302\240\302\240 * if the reg = <0x1 0xe4 4>, I can get flag of\n" "> IORESOURCE_IO,\n" - "> >?\n" + "> >\302\240\n" "> > That is strange, the parent node has #address-cells = <2> so the\n" "> first two numbers should be part\n" "> > of the address and not influence the flags. Can you add some\n" "> debugging in of_get_address() and\n" - "> > try to figure out what bus is used in? *flags = bus-\n" + "> > try to figure out what bus is used in\302\240 *flags = bus-\n" "> >get_flags(prop) ?\n" - "> >?\n" - "> >?\n" + "> >\302\240\n" + "> >\302\240\n" "> \n" "> This is the standard ISA binding. The first cell is the address space\n" "> (IO or MEM), the second cell is the address within that space. This\n" @@ -39,6 +50,11 @@ "vacation).\n" "\n" "Cheers,\n" - Ben. + "Ben.\n" + "\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 -dc01df6941fa3467dfd7477bf7d27a68b0e7098e9cc23744ae6d47078c44ac70 +7f387624ed85b71f70706a63ce4cc70e3cbc19f94f64f3befeb0607f9406e5f1
diff --git a/a/1.txt b/N2/1.txt index fa4a8ac..112802e 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,23 +1,23 @@ On Tue, 2016-01-12 at 23:52 +0100, Arnd Bergmann wrote: -> On Tuesday 12 January 2016 15:13:35 liviu.dudau at arm.com?wrote: +> On Tuesday 12 January 2016 15:13:35 liviu.dudau@arm.com wrote: > > > int of_address_to_resource(struct device_node *dev, int index, -> > >????????????????????????? struct resource *r) +> > > struct resource *r) > > > { -> > >?????? ... -> > >?????? /* flags can be get here, without ranges property reqired. -> > >??????? * if the reg = <0x0 0xe4 4>, I can get flag of +> > > ... +> > > /* flags can be get here, without ranges property reqired. +> > > * if the reg = <0x0 0xe4 4>, I can get flag of > IORESOURCE_MEM, -> > >??????? * if the reg = <0x1 0xe4 4>, I can get flag of +> > > * if the reg = <0x1 0xe4 4>, I can get flag of > IORESOURCE_IO, -> >? +> > > > That is strange, the parent node has #address-cells = <2> so the > first two numbers should be part > > of the address and not influence the flags. Can you add some > debugging in of_get_address() and -> > try to figure out what bus is used in? *flags = bus- +> > try to figure out what bus is used in *flags = bus- > >get_flags(prop) ? -> >? -> >? +> > +> > > > This is the standard ISA binding. The first cell is the address space > (IO or MEM), the second cell is the address within that space. This diff --git a/a/content_digest b/N2/content_digest index 180520a..7e27a7e 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -2,32 +2,43 @@ "ref\05694E9FF.6030904@huawei.com\0" "ref\020160112151335.GS13633@e106497-lin.cambridge.arm.com\0" "ref\04731036.9QlepWb5cE@wuerfel\0" - "From\0benh@kernel.crashing.org (Benjamin Herrenschmidt)\0" - "Subject\0[PATCH v1 3/3] ARM64 LPC: update binding doc\0" + "From\0Benjamin Herrenschmidt <benh@kernel.crashing.org>\0" + "Subject\0Re: [PATCH v1 3/3] ARM64 LPC: update binding doc\0" "Date\0Wed, 13 Jan 2016 16:53:33 +1100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Arnd Bergmann <arnd@arndb.de>" + " liviu.dudau@arm.com\0" + "Cc\0Rongrong Zou <zourongrong@huawei.com>" + Rongrong Zou <zourongrong@gmail.com> + devicetree@vger.kernel.org + Catalin Marinas <catalin.marinas@arm.com> + Corey Minyard <minyard@acm.org> + gregkh@linuxfoundation.org + Will Deacon <will.deacon@arm.com> + linux-kernel@vger.kernel.org + linuxarm@huawei.com + " linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Tue, 2016-01-12 at 23:52 +0100, Arnd Bergmann wrote:\n" - "> On Tuesday 12 January 2016 15:13:35 liviu.dudau at arm.com?wrote:\n" + "> On Tuesday 12 January 2016 15:13:35 liviu.dudau@arm.com\302\240wrote:\n" "> > > int of_address_to_resource(struct device_node *dev, int index,\n" - "> > >????????????????????????? struct resource *r)\n" + "> > >\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240 struct resource *r)\n" "> > > {\n" - "> > >?????? ...\n" - "> > >?????? /* flags can be get here, without ranges property reqired.\n" - "> > >??????? * if the reg = <0x0 0xe4 4>, I can get flag of\n" + "> > >\302\240\302\240\302\240\302\240\302\240\302\240 ...\n" + "> > >\302\240\302\240\302\240\302\240\302\240\302\240 /* flags can be get here, without ranges property reqired.\n" + "> > >\302\240\302\240\302\240\302\240\302\240\302\240\302\240 * if the reg = <0x0 0xe4 4>, I can get flag of\n" "> IORESOURCE_MEM,\n" - "> > >??????? * if the reg = <0x1 0xe4 4>, I can get flag of\n" + "> > >\302\240\302\240\302\240\302\240\302\240\302\240\302\240 * if the reg = <0x1 0xe4 4>, I can get flag of\n" "> IORESOURCE_IO,\n" - "> >?\n" + "> >\302\240\n" "> > That is strange, the parent node has #address-cells = <2> so the\n" "> first two numbers should be part\n" "> > of the address and not influence the flags. Can you add some\n" "> debugging in of_get_address() and\n" - "> > try to figure out what bus is used in? *flags = bus-\n" + "> > try to figure out what bus is used in\302\240 *flags = bus-\n" "> >get_flags(prop) ?\n" - "> >?\n" - "> >?\n" + "> >\302\240\n" + "> >\302\240\n" "> \n" "> This is the standard ISA binding. The first cell is the address space\n" "> (IO or MEM), the second cell is the address within that space. This\n" @@ -41,4 +52,4 @@ "Cheers,\n" Ben. -dc01df6941fa3467dfd7477bf7d27a68b0e7098e9cc23744ae6d47078c44ac70 +d23f1f7cfe4819bbfa2148e3f64e90b397a2a893a50e3ebb5d3fc99088e68890
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.