diff for duplicates of <20160509155353.GD19473@dell> diff --git a/a/1.txt b/N1/1.txt index 1161b9a..4930c96 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,35 +1,36 @@ -On Fri, 22 Apr 2016, tthayer@opensource.altera.com wrote: +On Fri, 22 Apr 2016, ttha...@opensource.altera.com wrote: -> From: Thor Thayer <tthayer@opensource.altera.com> +> From: Thor Thayer <ttha...@opensource.altera.com> > > Add support for power supply alarms to the Altera Arria10 > Development Kit System Resource chip. > -> Signed-off-by: Thor Thayer <tthayer@opensource.altera.com> +> Signed-off-by: Thor Thayer <ttha...@opensource.altera.com> > --- > drivers/mfd/altera-a10sr.c | 4 ++++ > include/linux/mfd/altera-a10sr.h | 24 ++++++++++++++++++++++++ > 2 files changed, 28 insertions(+) For my own reference: - Acked-by: Lee Jones <lee.jones@linaro.org> + Acked-by: Lee Jones <lee.jo...@linaro.org> > diff --git a/drivers/mfd/altera-a10sr.c b/drivers/mfd/altera-a10sr.c > index 2ff08e3..2b2a90c 100644 > --- a/drivers/mfd/altera-a10sr.c > +++ b/drivers/mfd/altera-a10sr.c > @@ -31,6 +31,10 @@ static const struct mfd_cell altr_a10sr_subdev_info[] = { -> .name = "altr_a10sr_gpio", -> .of_compatible = "altr,a10sr-gpio", -> }, -> + { -> + .name = "altr_a10sr_hwmon", -> + .of_compatible = "altr,a10sr-hwmon", -> + }, +> .name = "altr_a10sr_gpio", +> .of_compatible = "altr,a10sr-gpio", +> }, +> + { +> + .name = "altr_a10sr_hwmon", +> + .of_compatible = "altr,a10sr-hwmon", +> + }, > }; > > static bool altr_a10sr_reg_readable(struct device *dev, unsigned int reg) -> diff --git a/include/linux/mfd/altera-a10sr.h b/include/linux/mfd/altera-a10sr.h +> diff --git a/include/linux/mfd/altera-a10sr.h +> b/include/linux/mfd/altera-a10sr.h > index c869fe7..22aa830 100644 > --- a/include/linux/mfd/altera-a10sr.h > +++ b/include/linux/mfd/altera-a10sr.h @@ -70,9 +71,9 @@ For my own reference: -- Lee Jones Linaro STMicroelectronics Landing Team Lead -Linaro.org │ Open source software for ARM SoCs +Linaro.org â Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog -- -To unsubscribe from this list: send the line "unsubscribe linux-gpio" in -the body of a message to majordomo@vger.kernel.org +To unsubscribe from this list: send the line "unsubscribe linux-hwmon" in +the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index 7602e59..b3b2d69 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,55 +1,43 @@ "ref\01461339219-15255-1-git-send-email-tthayer@opensource.altera.com\0" - "ref\01461339219-15255-10-git-send-email-tthayer@opensource.altera.com\0" "From\0Lee Jones <lee.jones@linaro.org>\0" "Subject\0Re: [PATCH 09/11] mfd: altr_a10sr: Add Altera A10-SR power supply alarms\0" - "Date\0Mon, 9 May 2016 16:53:53 +0100\0" - "To\0tthayer@opensource.altera.com\0" - "Cc\0linus.walleij@linaro.org" - gnurou@gmail.com - jdelvare@suse.com - linux@roeck-us.net - robh+dt@kernel.org - pawel.moll@arm.com - mark.rutland@arm.com - ijc+devicetree@hellion.org.uk - dinguyen@opensource.altera.com - linux-gpio@vger.kernel.org - linux-hwmon@vger.kernel.org - " devicetree@vger.kernel.org\0" + "Date\0Mon, 09 May 2016 08:55:00 -0700\0" + "To\0linux-hwmon@vger.kernel.org\0" "\00:1\0" "b\0" - "On Fri, 22 Apr 2016, tthayer@opensource.altera.com wrote:\n" + "On Fri, 22 Apr 2016, ttha...@opensource.altera.com wrote:\n" "\n" - "> From: Thor Thayer <tthayer@opensource.altera.com>\n" + "> From: Thor Thayer <ttha...@opensource.altera.com>\n" "> \n" "> Add support for power supply alarms to the Altera Arria10\n" "> Development Kit System Resource chip.\n" "> \n" - "> Signed-off-by: Thor Thayer <tthayer@opensource.altera.com>\n" + "> Signed-off-by: Thor Thayer <ttha...@opensource.altera.com>\n" "> ---\n" "> drivers/mfd/altera-a10sr.c | 4 ++++\n" "> include/linux/mfd/altera-a10sr.h | 24 ++++++++++++++++++++++++\n" "> 2 files changed, 28 insertions(+)\n" "\n" "For my own reference:\n" - " Acked-by: Lee Jones <lee.jones@linaro.org>\n" + " Acked-by: Lee Jones <lee.jo...@linaro.org>\n" " \n" "> diff --git a/drivers/mfd/altera-a10sr.c b/drivers/mfd/altera-a10sr.c\n" "> index 2ff08e3..2b2a90c 100644\n" "> --- a/drivers/mfd/altera-a10sr.c\n" "> +++ b/drivers/mfd/altera-a10sr.c\n" "> @@ -31,6 +31,10 @@ static const struct mfd_cell altr_a10sr_subdev_info[] = {\n" - "> \t\t.name = \"altr_a10sr_gpio\",\n" - "> \t\t.of_compatible = \"altr,a10sr-gpio\",\n" - "> \t},\n" - "> +\t{\n" - "> +\t\t.name = \"altr_a10sr_hwmon\",\n" - "> +\t\t.of_compatible = \"altr,a10sr-hwmon\",\n" - "> +\t},\n" + "> .name = \"altr_a10sr_gpio\",\n" + "> .of_compatible = \"altr,a10sr-gpio\",\n" + "> },\n" + "> + {\n" + "> + .name = \"altr_a10sr_hwmon\",\n" + "> + .of_compatible = \"altr,a10sr-hwmon\",\n" + "> + },\n" "> };\n" "> \n" "> static bool altr_a10sr_reg_readable(struct device *dev, unsigned int reg)\n" - "> diff --git a/include/linux/mfd/altera-a10sr.h b/include/linux/mfd/altera-a10sr.h\n" + "> diff --git a/include/linux/mfd/altera-a10sr.h \n" + "> b/include/linux/mfd/altera-a10sr.h\n" "> index c869fe7..22aa830 100644\n" "> --- a/include/linux/mfd/altera-a10sr.h\n" "> +++ b/include/linux/mfd/altera-a10sr.h\n" @@ -90,11 +78,11 @@ "-- \n" "Lee Jones\n" "Linaro STMicroelectronics Landing Team Lead\n" - "Linaro.org \342\224\202 Open source software for ARM SoCs\n" + "Linaro.org \303\242\302\224\302\202 Open source software for ARM SoCs\n" "Follow Linaro: Facebook | Twitter | Blog\n" "--\n" - "To unsubscribe from this list: send the line \"unsubscribe linux-gpio\" in\n" - "the body of a message to majordomo@vger.kernel.org\n" + "To unsubscribe from this list: send the line \"unsubscribe linux-hwmon\" in\n" + "the body of a message to majord...@vger.kernel.org\n" More majordomo info at http://vger.kernel.org/majordomo-info.html -26b364f3ed752041a5107bf3e8b75652176c829c1c07ce8f4ff7e1b06b8d23dd +74cd5a4b2ee0eed69d382329b6df0ba5fb3d964678946e1ba8134338bd32935e
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.