diff for duplicates of <20190321084850.20769-6-wens@kernel.org> diff --git a/a/1.txt b/N1/1.txt index 0c2f96d..36987b7 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,10 +1,10 @@ -From: Quentin Schulz <quentin.schulz-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org> +From: Quentin Schulz <quentin.schulz@bootlin.com> To prepare for a new PMIC, factor out the code responsible of returning the maximum current to axp20x_get_current_max. -Signed-off-by: Quentin Schulz <quentin.schulz-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org> -Signed-off-by: Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org> +Signed-off-by: Quentin Schulz <quentin.schulz@bootlin.com> +Signed-off-by: Chen-Yu Tsai <wens@csie.org> --- drivers/power/supply/axp20x_usb_power.c | 52 ++++++++++++++----------- 1 file changed, 30 insertions(+), 22 deletions(-) @@ -81,3 +81,9 @@ index ac061bcdc056..90d06027bf98 100644 ret = iio_read_channel_processed(power->vbus_i, -- 2.20.1 + + +_______________________________________________ +linux-arm-kernel mailing list +linux-arm-kernel@lists.infradead.org +http://lists.infradead.org/mailman/listinfo/linux-arm-kernel diff --git a/a/content_digest b/N1/content_digest index e33555a..8a1ce93 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,28 +1,27 @@ "ref\020190321084850.20769-1-wens@kernel.org\0" - "ref\020190321084850.20769-1-wens-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org\0" - "From\0Chen-Yu Tsai <wens-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0" + "From\0Chen-Yu Tsai <wens@kernel.org>\0" "Subject\0[PATCH v3 5/9] power: supply: axp20x_usb_power: add function to get max current\0" "Date\0Thu, 21 Mar 2019 16:48:46 +0800\0" - "To\0Maxime Ripard <maxime.ripard-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org>" - Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> - " Sebastian Reichel <sre-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0" - "Cc\0Quentin Schulz <quentin.schulz-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org>" - devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org - linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org - Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> - " Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org>\0" + "To\0Maxime Ripard <maxime.ripard@bootlin.com>" + Lee Jones <lee.jones@linaro.org> + " Sebastian Reichel <sre@kernel.org>\0" + "Cc\0devicetree@vger.kernel.org" + Quentin Schulz <quentin.schulz@bootlin.com> + linux-pm@vger.kernel.org + linux-kernel@vger.kernel.org + Hans de Goede <hdegoede@redhat.com> + linux-sunxi@googlegroups.com + Chen-Yu Tsai <wens@csie.org> + " linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" - "From: Quentin Schulz <quentin.schulz-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org>\n" + "From: Quentin Schulz <quentin.schulz@bootlin.com>\n" "\n" "To prepare for a new PMIC, factor out the code responsible of returning\n" "the maximum current to axp20x_get_current_max.\n" "\n" - "Signed-off-by: Quentin Schulz <quentin.schulz-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org>\n" - "Signed-off-by: Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org>\n" + "Signed-off-by: Quentin Schulz <quentin.schulz@bootlin.com>\n" + "Signed-off-by: Chen-Yu Tsai <wens@csie.org>\n" "---\n" " drivers/power/supply/axp20x_usb_power.c | 52 ++++++++++++++-----------\n" " 1 file changed, 30 insertions(+), 22 deletions(-)\n" @@ -98,6 +97,12 @@ " \t\tif (IS_ENABLED(CONFIG_AXP20X_ADC)) {\n" " \t\t\tret = iio_read_channel_processed(power->vbus_i,\n" "-- \n" - 2.20.1 + "2.20.1\n" + "\n" + "\n" + "_______________________________________________\n" + "linux-arm-kernel mailing list\n" + "linux-arm-kernel@lists.infradead.org\n" + http://lists.infradead.org/mailman/listinfo/linux-arm-kernel -62981359041596c17abfafe3f3a3784e166eebeab580cf3a02bf515a262c4f7d +051c5965b1f17b42b5e58dd8a0ea600280ad81bd60075841afdc6946307b7c48
diff --git a/a/1.txt b/N2/1.txt index 0c2f96d..e8ae420 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,10 +1,10 @@ -From: Quentin Schulz <quentin.schulz-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org> +From: Quentin Schulz <quentin.schulz@bootlin.com> To prepare for a new PMIC, factor out the code responsible of returning the maximum current to axp20x_get_current_max. -Signed-off-by: Quentin Schulz <quentin.schulz-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org> -Signed-off-by: Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org> +Signed-off-by: Quentin Schulz <quentin.schulz@bootlin.com> +Signed-off-by: Chen-Yu Tsai <wens@csie.org> --- drivers/power/supply/axp20x_usb_power.c | 52 ++++++++++++++----------- 1 file changed, 30 insertions(+), 22 deletions(-) diff --git a/a/content_digest b/N2/content_digest index e33555a..da3cc1f 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,28 +1,27 @@ "ref\020190321084850.20769-1-wens@kernel.org\0" - "ref\020190321084850.20769-1-wens-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org\0" - "From\0Chen-Yu Tsai <wens-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0" + "From\0Chen-Yu Tsai <wens@kernel.org>\0" "Subject\0[PATCH v3 5/9] power: supply: axp20x_usb_power: add function to get max current\0" "Date\0Thu, 21 Mar 2019 16:48:46 +0800\0" - "To\0Maxime Ripard <maxime.ripard-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org>" - Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> - " Sebastian Reichel <sre-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0" - "Cc\0Quentin Schulz <quentin.schulz-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org>" - devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org - linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org - Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> - " Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org>\0" + "To\0Maxime Ripard <maxime.ripard@bootlin.com>" + Lee Jones <lee.jones@linaro.org> + " Sebastian Reichel <sre@kernel.org>\0" + "Cc\0Quentin Schulz <quentin.schulz@bootlin.com>" + devicetree@vger.kernel.org + linux-arm-kernel@lists.infradead.org + linux-pm@vger.kernel.org + linux-kernel@vger.kernel.org + linux-sunxi@googlegroups.com + Hans de Goede <hdegoede@redhat.com> + " Chen-Yu Tsai <wens@csie.org>\0" "\00:1\0" "b\0" - "From: Quentin Schulz <quentin.schulz-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org>\n" + "From: Quentin Schulz <quentin.schulz@bootlin.com>\n" "\n" "To prepare for a new PMIC, factor out the code responsible of returning\n" "the maximum current to axp20x_get_current_max.\n" "\n" - "Signed-off-by: Quentin Schulz <quentin.schulz-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org>\n" - "Signed-off-by: Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org>\n" + "Signed-off-by: Quentin Schulz <quentin.schulz@bootlin.com>\n" + "Signed-off-by: Chen-Yu Tsai <wens@csie.org>\n" "---\n" " drivers/power/supply/axp20x_usb_power.c | 52 ++++++++++++++-----------\n" " 1 file changed, 30 insertions(+), 22 deletions(-)\n" @@ -100,4 +99,4 @@ "-- \n" 2.20.1 -62981359041596c17abfafe3f3a3784e166eebeab580cf3a02bf515a262c4f7d +c98e73151522b647a59edb2e33a7a52277a10112cb1a17ee2817489a88b2b3f6
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.