diff for duplicates of <20171129205629.GO21126@piout.net> diff --git a/a/1.txt b/N1/1.txt index 1ddb4cb..78e6e17 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -26,13 +26,13 @@ Yes, I'm applying it right now. > > --- a/arch/arm/boot/dts/at91-tse850-3.dts > > +++ b/arch/arm/boot/dts/at91-tse850-3.dts > > @@ -221,6 +221,7 @@ -> > jc42@18 { +> > jc42 at 18 { > > compatible = "nxp,se97b", "jedec,jc-42.4-temp"; > > reg = <0x18>; > > + smbus-timeout-disable; > > }; > > -> > dpot: mcp4651-104@28 { +> > dpot: mcp4651-104 at 28 { > > -- > > 2.11.0 > > diff --git a/a/content_digest b/N1/content_digest index 5253ba0..4f8a51a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,21 +1,10 @@ "ref\020171127163101.27859-1-peda@axentia.se\0" "ref\020171127163101.27859-3-peda@axentia.se\0" "ref\020171129205311.GA20551@roeck-us.net\0" - "From\0Alexandre Belloni <alexandre.belloni@free-electrons.com>\0" - "Subject\0Re: [PATCH v2 2/2] ARM: dts: at91: disable the nxp,se97b SMBUS timeout on the TSE-850\0" + "From\0alexandre.belloni@free-electrons.com (Alexandre Belloni)\0" + "Subject\0[PATCH v2 2/2] ARM: dts: at91: disable the nxp,se97b SMBUS timeout on the TSE-850\0" "Date\0Wed, 29 Nov 2017 21:56:29 +0100\0" - "To\0Guenter Roeck <linux@roeck-us.net>\0" - "Cc\0Peter Rosin <peda@axentia.se>" - linux-kernel@vger.kernel.org - Rob Herring <robh+dt@kernel.org> - Mark Rutland <mark.rutland@arm.com> - Nicolas Ferre <nicolas.ferre@microchip.com> - Russell King <linux@armlinux.org.uk> - Jean Delvare <jdelvare@suse.com> - Ludovic Desroches <ludovic.desroches@microchip.com> - devicetree@vger.kernel.org - linux-arm-kernel@lists.infradead.org - " linux-hwmon@vger.kernel.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On 29/11/2017 at 12:53:11 -0800, Guenter Roeck wrote:\n" @@ -46,13 +35,13 @@ "> > --- a/arch/arm/boot/dts/at91-tse850-3.dts\n" "> > +++ b/arch/arm/boot/dts/at91-tse850-3.dts\n" "> > @@ -221,6 +221,7 @@\n" - "> > \tjc42@18 {\n" + "> > \tjc42 at 18 {\n" "> > \t\tcompatible = \"nxp,se97b\", \"jedec,jc-42.4-temp\";\n" "> > \t\treg = <0x18>;\n" "> > +\t\tsmbus-timeout-disable;\n" "> > \t};\n" "> > \n" - "> > \tdpot: mcp4651-104@28 {\n" + "> > \tdpot: mcp4651-104 at 28 {\n" "> > -- \n" "> > 2.11.0\n" "> > \n" @@ -62,4 +51,4 @@ "Embedded Linux and Kernel engineering\n" http://free-electrons.com -06761a3c6d3bb2bba5c34e9146cd8ac685ac81a88f535d0f13d11a76dd79a4d4 +e26c1014d158a3ea50f1084ca05646f71ed99fd7fa556d2083389763219f88d1
diff --git a/a/1.txt b/N2/1.txt index 1ddb4cb..73f72a0 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -5,9 +5,9 @@ On 29/11/2017 at 12:53:11 -0800, Guenter Roeck wrote: > > This causes the client device to give up which in turn causes silent > > corruption of data. So, disable the SMBUS timeout in the client device. > > -> > Signed-off-by: Peter Rosin <peda@axentia.se> +> > Signed-off-by: Peter Rosin <peda-koto5C5qi+TLoDKTGw+V6w@public.gmane.org> > -> Acked-by: Guenter Roeck <linux@roeck-us.net> +> Acked-by: Guenter Roeck <linux-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org> > > I assume this will be sent upstream through an arm tree. > @@ -41,3 +41,7 @@ Yes, I'm applying it right now. Alexandre Belloni, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com +-- +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/N2/content_digest index 5253ba0..aadd813 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,21 +1,22 @@ "ref\020171127163101.27859-1-peda@axentia.se\0" "ref\020171127163101.27859-3-peda@axentia.se\0" "ref\020171129205311.GA20551@roeck-us.net\0" - "From\0Alexandre Belloni <alexandre.belloni@free-electrons.com>\0" + "ref\020171129205311.GA20551-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org\0" + "From\0Alexandre Belloni <alexandre.belloni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\0" "Subject\0Re: [PATCH v2 2/2] ARM: dts: at91: disable the nxp,se97b SMBUS timeout on the TSE-850\0" "Date\0Wed, 29 Nov 2017 21:56:29 +0100\0" - "To\0Guenter Roeck <linux@roeck-us.net>\0" - "Cc\0Peter Rosin <peda@axentia.se>" - linux-kernel@vger.kernel.org - Rob Herring <robh+dt@kernel.org> - Mark Rutland <mark.rutland@arm.com> - Nicolas Ferre <nicolas.ferre@microchip.com> - Russell King <linux@armlinux.org.uk> - Jean Delvare <jdelvare@suse.com> - Ludovic Desroches <ludovic.desroches@microchip.com> - devicetree@vger.kernel.org - linux-arm-kernel@lists.infradead.org - " linux-hwmon@vger.kernel.org\0" + "To\0Guenter Roeck <linux-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org>\0" + "Cc\0Peter Rosin <peda-koto5C5qi+TLoDKTGw+V6w@public.gmane.org>" + linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> + Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org> + Nicolas Ferre <nicolas.ferre-UWL1GkI3JZL3oGB3hsPCZA@public.gmane.org> + Russell King <linux-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org> + Jean Delvare <jdelvare-IBi9RG/b67k@public.gmane.org> + Ludovic Desroches <ludovic.desroches-UWL1GkI3JZL3oGB3hsPCZA@public.gmane.org> + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + " linux-hwmon-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" "\00:1\0" "b\0" "On 29/11/2017 at 12:53:11 -0800, Guenter Roeck wrote:\n" @@ -25,9 +26,9 @@ "> > This causes the client device to give up which in turn causes silent\n" "> > corruption of data. So, disable the SMBUS timeout in the client device.\n" "> > \n" - "> > Signed-off-by: Peter Rosin <peda@axentia.se>\n" + "> > Signed-off-by: Peter Rosin <peda-koto5C5qi+TLoDKTGw+V6w@public.gmane.org>\n" "> \n" - "> Acked-by: Guenter Roeck <linux@roeck-us.net>\n" + "> Acked-by: Guenter Roeck <linux-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org>\n" "> \n" "> I assume this will be sent upstream through an arm tree.\n" "> \n" @@ -60,6 +61,10 @@ "-- \n" "Alexandre Belloni, Free Electrons\n" "Embedded Linux and Kernel engineering\n" - http://free-electrons.com + "http://free-electrons.com\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 -06761a3c6d3bb2bba5c34e9146cd8ac685ac81a88f535d0f13d11a76dd79a4d4 +d8d715095e9dc933c83d7519c2c43d5919fbffb63304d1871b22f2d93fc12a9e
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.