diff for duplicates of <20160615123646.GD4948@dell> diff --git a/a/1.txt b/N1/1.txt index b7cf713..3a99162 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -3,7 +3,7 @@ On Wed, 15 Jun 2016, Chen-Yu Tsai wrote: > The AC100 is a multifunction device with an audio codec subsystem and > an RTC subsystem. These two subsystems share a common register space > and host interface. -> +>=20 > Signed-off-by: Chen-Yu Tsai <wens@csie.org> > --- @@ -12,11 +12,12 @@ Change log? > drivers/mfd/Kconfig | 10 +++ > drivers/mfd/Makefile | 2 + > drivers/mfd/ac100.c | 135 +++++++++++++++++++++++++++++++++++ -> include/linux/mfd/ac100.h | 176 ++++++++++++++++++++++++++++++++++++++++++++++ +> include/linux/mfd/ac100.h | 176 ++++++++++++++++++++++++++++++++++++++++= +++++++ > 4 files changed, 323 insertions(+) > create mode 100644 drivers/mfd/ac100.c > create mode 100644 include/linux/mfd/ac100.h -> +>=20 > diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig > index 1bcf601de5bc..bd83849a0c8d 100644 > --- a/drivers/mfd/Kconfig @@ -24,7 +25,7 @@ Change log? > @@ -101,6 +101,16 @@ config MFD_BCM590XX > help > Support for the BCM590xx PMUs from Broadcom -> +> =20 > +config MFD_AC100 > + tristate "X-Powers AC100" > + select MFD_CORE @@ -42,15 +43,15 @@ Change log? > index 42a66e19e191..60f9a6b0557c 100644 > --- a/drivers/mfd/Makefile > +++ b/drivers/mfd/Makefile -> @@ -113,6 +113,8 @@ obj-$(CONFIG_PMIC_DA9052) += da9052-irq.o -> obj-$(CONFIG_PMIC_DA9052) += da9052-core.o -> obj-$(CONFIG_MFD_DA9052_SPI) += da9052-spi.o -> obj-$(CONFIG_MFD_DA9052_I2C) += da9052-i2c.o +> @@ -113,6 +113,8 @@ obj-$(CONFIG_PMIC_DA9052) +=3D da9052-irq.o +> obj-$(CONFIG_PMIC_DA9052) +=3D da9052-core.o +> obj-$(CONFIG_MFD_DA9052_SPI) +=3D da9052-spi.o +> obj-$(CONFIG_MFD_DA9052_I2C) +=3D da9052-i2c.o > + -> +obj-$(CONFIG_MFD_AC100) += ac100.o -> obj-$(CONFIG_MFD_AXP20X) += axp20x.o -> obj-$(CONFIG_MFD_AXP20X_I2C) += axp20x-i2c.o -> obj-$(CONFIG_MFD_AXP20X_RSB) += axp20x-rsb.o +> +obj-$(CONFIG_MFD_AC100) +=3D ac100.o +> obj-$(CONFIG_MFD_AXP20X) +=3D axp20x.o +> obj-$(CONFIG_MFD_AXP20X_I2C) +=3D axp20x-i2c.o +> obj-$(CONFIG_MFD_AXP20X_RSB) +=3D axp20x-rsb.o > diff --git a/drivers/mfd/ac100.c b/drivers/mfd/ac100.c > new file mode 100644 > index 000000000000..15d24fa77771 @@ -65,8 +66,20 @@ Nit: Drop the filename here. Apart from that: Acked-by: Lee Jones <lee.jones@linaro.org> --- +--=20 Lee Jones Linaro STMicroelectronics Landing Team Lead -Linaro.org │ Open source software for ARM SoCs +Linaro.org =E2=94=82 Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog + +--=20 +You received this message because you are subscribed to "rtc-linux". +Membership options at http://groups.google.com/group/rtc-linux . +Please read http://groups.google.com/group/rtc-linux/web/checklist +before submitting a driver. +---=20 +You received this message because you are subscribed to the Google Groups "= +rtc-linux" group. +To unsubscribe from this group and stop receiving emails from it, send an e= +mail to rtc-linux+unsubscribe@googlegroups.com. +For more options, visit https://groups.google.com/d/optout. diff --git a/a/content_digest b/N1/content_digest index 51b3d71..c55b0b0 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01465986467-14802-1-git-send-email-wens@csie.org\0" "ref\01465986467-14802-4-git-send-email-wens@csie.org\0" "From\0Lee Jones <lee.jones@linaro.org>\0" - "Subject\0Re: [PATCH v2 03/10] mfd: ac100: Add driver for X-Powers AC100 audio codec / RTC combo IC\0" + "Subject\0[rtc-linux] Re: [PATCH v2 03/10] mfd: ac100: Add driver for X-Powers AC100 audio codec / RTC combo IC\0" "Date\0Wed, 15 Jun 2016 13:36:46 +0100\0" "To\0Chen-Yu Tsai <wens@csie.org>\0" "Cc\0Mark Brown <broonie@kernel.org>" @@ -27,7 +27,7 @@ "> The AC100 is a multifunction device with an audio codec subsystem and\n" "> an RTC subsystem. These two subsystems share a common register space\n" "> and host interface.\n" - "> \n" + ">=20\n" "> Signed-off-by: Chen-Yu Tsai <wens@csie.org>\n" "> ---\n" "\n" @@ -36,11 +36,12 @@ "> drivers/mfd/Kconfig | 10 +++\n" "> drivers/mfd/Makefile | 2 +\n" "> drivers/mfd/ac100.c | 135 +++++++++++++++++++++++++++++++++++\n" - "> include/linux/mfd/ac100.h | 176 ++++++++++++++++++++++++++++++++++++++++++++++\n" + "> include/linux/mfd/ac100.h | 176 ++++++++++++++++++++++++++++++++++++++++=\n" + "++++++\n" "> 4 files changed, 323 insertions(+)\n" "> create mode 100644 drivers/mfd/ac100.c\n" "> create mode 100644 include/linux/mfd/ac100.h\n" - "> \n" + ">=20\n" "> diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig\n" "> index 1bcf601de5bc..bd83849a0c8d 100644\n" "> --- a/drivers/mfd/Kconfig\n" @@ -48,7 +49,7 @@ "> @@ -101,6 +101,16 @@ config MFD_BCM590XX\n" "> \thelp\n" "> \t Support for the BCM590xx PMUs from Broadcom\n" - "> \n" + "> =20\n" "> +config MFD_AC100\n" "> +\ttristate \"X-Powers AC100\"\n" "> +\tselect MFD_CORE\n" @@ -66,15 +67,15 @@ "> index 42a66e19e191..60f9a6b0557c 100644\n" "> --- a/drivers/mfd/Makefile\n" "> +++ b/drivers/mfd/Makefile\n" - "> @@ -113,6 +113,8 @@ obj-$(CONFIG_PMIC_DA9052)\t+= da9052-irq.o\n" - "> obj-$(CONFIG_PMIC_DA9052)\t+= da9052-core.o\n" - "> obj-$(CONFIG_MFD_DA9052_SPI)\t+= da9052-spi.o\n" - "> obj-$(CONFIG_MFD_DA9052_I2C)\t+= da9052-i2c.o\n" + "> @@ -113,6 +113,8 @@ obj-$(CONFIG_PMIC_DA9052)\t+=3D da9052-irq.o\n" + "> obj-$(CONFIG_PMIC_DA9052)\t+=3D da9052-core.o\n" + "> obj-$(CONFIG_MFD_DA9052_SPI)\t+=3D da9052-spi.o\n" + "> obj-$(CONFIG_MFD_DA9052_I2C)\t+=3D da9052-i2c.o\n" "> +\n" - "> +obj-$(CONFIG_MFD_AC100)\t\t+= ac100.o\n" - "> obj-$(CONFIG_MFD_AXP20X)\t+= axp20x.o\n" - "> obj-$(CONFIG_MFD_AXP20X_I2C)\t+= axp20x-i2c.o\n" - "> obj-$(CONFIG_MFD_AXP20X_RSB)\t+= axp20x-rsb.o\n" + "> +obj-$(CONFIG_MFD_AC100)\t\t+=3D ac100.o\n" + "> obj-$(CONFIG_MFD_AXP20X)\t+=3D axp20x.o\n" + "> obj-$(CONFIG_MFD_AXP20X_I2C)\t+=3D axp20x-i2c.o\n" + "> obj-$(CONFIG_MFD_AXP20X_RSB)\t+=3D axp20x-rsb.o\n" "> diff --git a/drivers/mfd/ac100.c b/drivers/mfd/ac100.c\n" "> new file mode 100644\n" "> index 000000000000..15d24fa77771\n" @@ -89,10 +90,22 @@ "Apart from that:\n" " Acked-by: Lee Jones <lee.jones@linaro.org>\n" "\n" - "-- \n" + "--=20\n" "Lee Jones\n" "Linaro STMicroelectronics Landing Team Lead\n" - "Linaro.org \342\224\202 Open source software for ARM SoCs\n" - Follow Linaro: Facebook | Twitter | Blog + "Linaro.org =E2=94=82 Open source software for ARM SoCs\n" + "Follow Linaro: Facebook | Twitter | Blog\n" + "\n" + "--=20\n" + "You received this message because you are subscribed to \"rtc-linux\".\n" + "Membership options at http://groups.google.com/group/rtc-linux .\n" + "Please read http://groups.google.com/group/rtc-linux/web/checklist\n" + "before submitting a driver.\n" + "---=20\n" + "You received this message because you are subscribed to the Google Groups \"=\n" + "rtc-linux\" group.\n" + "To unsubscribe from this group and stop receiving emails from it, send an e=\n" + "mail to rtc-linux+unsubscribe@googlegroups.com.\n" + For more options, visit https://groups.google.com/d/optout. -d8f0d251db951d2e872b384f55150ecff35eacfd5a48b9742eecc1e202bab36c +86eb27746ba6aa38fd2d12d2ea02f6a34fb410b29f340afd046a499fe9989957
diff --git a/a/1.txt b/N2/1.txt index b7cf713..bb71c44 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -68,5 +68,5 @@ Apart from that: -- 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 diff --git a/a/content_digest b/N2/content_digest index 51b3d71..dcada8c 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,25 +1,9 @@ "ref\01465986467-14802-1-git-send-email-wens@csie.org\0" "ref\01465986467-14802-4-git-send-email-wens@csie.org\0" - "From\0Lee Jones <lee.jones@linaro.org>\0" - "Subject\0Re: [PATCH v2 03/10] mfd: ac100: Add driver for X-Powers AC100 audio codec / RTC combo IC\0" + "From\0lee.jones@linaro.org (Lee Jones)\0" + "Subject\0[PATCH v2 03/10] mfd: ac100: Add driver for X-Powers AC100 audio codec / RTC combo IC\0" "Date\0Wed, 15 Jun 2016 13:36:46 +0100\0" - "To\0Chen-Yu Tsai <wens@csie.org>\0" - "Cc\0Mark Brown <broonie@kernel.org>" - Alessandro Zummo <a.zummo@towertech.it> - Alexandre Belloni <alexandre.belloni@free-electrons.com> - Rob Herring <robh+dt@kernel.org> - Pawel Moll <pawel.moll@arm.com> - Mark Rutland <mark.rutland@arm.com> - Ian Campbell <ijc+devicetree@hellion.org.uk> - Kumar Gala <galak@codeaurora.org> - Maxime Ripard <maxime.ripard@free-electrons.com> - Michael Turquette <mturquette@baylibre.com> - Stephen Boyd <sboyd@codeaurora.org> - rtc-linux@googlegroups.com - linux-kernel@vger.kernel.org - devicetree@vger.kernel.org - linux-arm-kernel@lists.infradead.org - " linux-clk@vger.kernel.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Wed, 15 Jun 2016, Chen-Yu Tsai wrote:\n" @@ -92,7 +76,7 @@ "-- \n" "Lee Jones\n" "Linaro STMicroelectronics Landing Team Lead\n" - "Linaro.org \342\224\202 Open source software for ARM SoCs\n" + "Linaro.org ? Open source software for ARM SoCs\n" Follow Linaro: Facebook | Twitter | Blog -d8f0d251db951d2e872b384f55150ecff35eacfd5a48b9742eecc1e202bab36c +b71b3e926082bc68817e315a2ea285d2550d8cbd016f2305ac1486594b95f710
diff --git a/a/1.txt b/N3/1.txt index b7cf713..357baef 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -4,7 +4,7 @@ On Wed, 15 Jun 2016, Chen-Yu Tsai wrote: > an RTC subsystem. These two subsystems share a common register space > and host interface. > -> Signed-off-by: Chen-Yu Tsai <wens@csie.org> +> Signed-off-by: Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org> > --- Change log? @@ -63,10 +63,20 @@ Change log? Nit: Drop the filename here. Apart from that: - Acked-by: Lee Jones <lee.jones@linaro.org> + Acked-by: Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog + +-- +You received this message because you are subscribed to "rtc-linux". +Membership options at http://groups.google.com/group/rtc-linux . +Please read http://groups.google.com/group/rtc-linux/web/checklist +before submitting a driver. +--- +You received this message because you are subscribed to the Google Groups "rtc-linux" group. +To unsubscribe from this group and stop receiving emails from it, send an email to rtc-linux+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org +For more options, visit https://groups.google.com/d/optout. diff --git a/a/content_digest b/N3/content_digest index 51b3d71..18b44c5 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -1,25 +1,26 @@ "ref\01465986467-14802-1-git-send-email-wens@csie.org\0" "ref\01465986467-14802-4-git-send-email-wens@csie.org\0" - "From\0Lee Jones <lee.jones@linaro.org>\0" + "ref\01465986467-14802-4-git-send-email-wens-jdAy2FN1RRM@public.gmane.org\0" + "From\0Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0" "Subject\0Re: [PATCH v2 03/10] mfd: ac100: Add driver for X-Powers AC100 audio codec / RTC combo IC\0" "Date\0Wed, 15 Jun 2016 13:36:46 +0100\0" - "To\0Chen-Yu Tsai <wens@csie.org>\0" - "Cc\0Mark Brown <broonie@kernel.org>" - Alessandro Zummo <a.zummo@towertech.it> - Alexandre Belloni <alexandre.belloni@free-electrons.com> - Rob Herring <robh+dt@kernel.org> - Pawel Moll <pawel.moll@arm.com> - Mark Rutland <mark.rutland@arm.com> - Ian Campbell <ijc+devicetree@hellion.org.uk> - Kumar Gala <galak@codeaurora.org> - Maxime Ripard <maxime.ripard@free-electrons.com> - Michael Turquette <mturquette@baylibre.com> - Stephen Boyd <sboyd@codeaurora.org> - rtc-linux@googlegroups.com - linux-kernel@vger.kernel.org - devicetree@vger.kernel.org - linux-arm-kernel@lists.infradead.org - " linux-clk@vger.kernel.org\0" + "To\0Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org>\0" + "Cc\0Mark Brown <broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>" + Alessandro Zummo <a.zummo-BfzFCNDTiLLj+vYz1yj4TQ@public.gmane.org> + Alexandre Belloni <alexandre.belloni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> + Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> + Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org> + Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org> + Ian Campbell <ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org> + Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org> + Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> + Michael Turquette <mturquette-rdvid1DuHRBWk0Htik3J/w@public.gmane.org> + Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org> + rtc-linux-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org + linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + " linux-clk-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" "\00:1\0" "b\0" "On Wed, 15 Jun 2016, Chen-Yu Tsai wrote:\n" @@ -28,7 +29,7 @@ "> an RTC subsystem. These two subsystems share a common register space\n" "> and host interface.\n" "> \n" - "> Signed-off-by: Chen-Yu Tsai <wens@csie.org>\n" + "> Signed-off-by: Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org>\n" "> ---\n" "\n" "Change log?\n" @@ -87,12 +88,22 @@ "Nit: Drop the filename here.\n" "\n" "Apart from that:\n" - " Acked-by: Lee Jones <lee.jones@linaro.org>\n" + " Acked-by: Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\n" "\n" "-- \n" "Lee Jones\n" "Linaro STMicroelectronics Landing Team Lead\n" "Linaro.org \342\224\202 Open source software for ARM SoCs\n" - Follow Linaro: Facebook | Twitter | Blog + "Follow Linaro: Facebook | Twitter | Blog\n" + "\n" + "-- \n" + "You received this message because you are subscribed to \"rtc-linux\".\n" + "Membership options at http://groups.google.com/group/rtc-linux .\n" + "Please read http://groups.google.com/group/rtc-linux/web/checklist\n" + "before submitting a driver.\n" + "--- \n" + "You received this message because you are subscribed to the Google Groups \"rtc-linux\" group.\n" + "To unsubscribe from this group and stop receiving emails from it, send an email to rtc-linux+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org\n" + For more options, visit https://groups.google.com/d/optout. -d8f0d251db951d2e872b384f55150ecff35eacfd5a48b9742eecc1e202bab36c +d03538e7ba0d9a5d68bb00f362e771b6c1ec9d3a939dc1f1e6143a79910d8685
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.