diff for duplicates of <20160330221843.45f2abf7@bbrezillon> diff --git a/a/1.txt b/N1/1.txt index 2b13160..ea65424 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -4,19 +4,18 @@ On Wed, 30 Mar 2016 22:03:23 +0200 Boris Brezillon <boris.brezillon@free-electrons.com> wrote: > Hello, ->=20 +> > This series adds support for atomic PWM update, or IOW, the capability > to update all the parameters of a PWM device (enabled/disabled, period, > duty and polarity) in one go. ->=20 -> It also adds support for initial PWM state retrieval (or hardware readout= -), +> +> It also adds support for initial PWM state retrieval (or hardware readout), > which should allow smooth handover between the bootloader and Linux. For > example, critical PWM users (like critical regulators controlled by a PWM) > can query the current PWM state, and adapt the PWM config without having > to disable/enable the PWM, or abruptly change the period/dutycyle/polarity > config. ->=20 +> > Thierry, I hope this version meets your expectations, if that's not the > case, could you let me know quickly so I can adjust the implementation > accordingly (I'd really like to get most of those changes in 4.7). @@ -28,11 +27,11 @@ patches 33 to 46 are switching all PWM users to the atomic APIs to avoid compilation warnings. It's up to you to decide which you'd like to take. ->=20 +> > Best Regards, ->=20 +> > Boris ->=20 +> > Changes since v4: > - introduce pwm_args to expose per-board/platform config > - deprecate non-atomic APIs @@ -42,18 +41,18 @@ It's up to you to decide which you'd like to take. > - drop most acks > - rework PWM config in the pwm-regulator driver > - patch sun4i and sti PWM drivers to support HW readout ->=20 +> > Changes since v3: > - rebased on pwm/for-next after pulling 4.4-rc1 > - replace direct access to pwm fields by pwm_get/set_xxx() helpers, thus > fixing some build errors > - split changes to allow each maintainer to review/ack or take the > modification through its subsystem ->=20 +> > Changes since v2: > - rebased on top of 4.3-rc2 > - reintroduced pwm-regulator patches ->=20 +> > Changes since v1: > - dropped applied patches > - squashed Heiko's fixes into the rockchip driver changes @@ -61,9 +60,9 @@ It's up to you to decide which you'd like to take. > - added kerneldoc comments > - added Heiko's patch to display more information in debugfs > - dropped pwm-regulator patches (should be submitted separately) ->=20 +> > *** BLURB HERE *** ->=20 +> > Boris Brezillon (45): > pwm: rcar: make use of pwm_is_enabled() > backlight: pwm_bl: remove useless call to pwm_set_period() @@ -110,10 +109,10 @@ It's up to you to decide which you'd like to take. > video: ssd1307fb: switch to the atomic PWM API > drm: i915: switch to the atomic PWM API > ARM: s3c24xx: rx1950: switch to the atomic PWM API ->=20 -> Heiko St=C3=BCbner (1): +> +> Heiko Stübner (1): > pwm: add information about polarity, duty cycle and period to debugfs ->=20 +> > Documentation/pwm.txt | 27 +++- > arch/arm/mach-s3c24xx/mach-rx1950.c | 17 +- > drivers/clk/clk-pwm.c | 36 ++++- @@ -142,14 +141,13 @@ It's up to you to decide which you'd like to take. > drivers/video/backlight/lp8788_bl.c | 17 +- > drivers/video/backlight/pwm_bl.c | 51 +++--- > drivers/video/fbdev/ssd1307fb.c | 28 +++- -> include/linux/pwm.h | 303 ++++++++++++++++++++++++++---= ------- +> include/linux/pwm.h | 303 ++++++++++++++++++++++++++--------- > 29 files changed, 1096 insertions(+), 420 deletions(-) ->=20 +> ---=20 +-- Boris Brezillon, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com diff --git a/a/content_digest b/N1/content_digest index 0f66999..9ef943e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,56 +1,35 @@ "ref\01459368249-13241-1-git-send-email-boris.brezillon@free-electrons.com\0" + "ref\01459368249-13241-1-git-send-email-boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org\0" "From\0Boris Brezillon <boris.brezillon@free-electrons.com>\0" "Subject\0Re: [PATCH v5 00/46] pwm: add support for atomic update\0" - "Date\0Wed, 30 Mar 2016 22:18:43 +0200\0" - "To\0Thierry Reding <thierry.reding@gmail.com>" - " linux-pwm@vger.kernel.org\0" - "Cc\0Mike Turquette <mturquette@baylibre.com>" - Stephen Boyd <sboyd@codeaurora.org> - linux-clk@vger.kernel.org - Mark Brown <broonie@kernel.org> - Liam Girdwood <lgirdwood@gmail.com> - Kamil Debski <k.debski@samsung.com> - lm-sensors@lm-sensors.org - Jean Delvare <jdelvare@suse.com> - Guenter Roeck <linux@roeck-us.net> - Dmitry Torokhov <dmitry.torokhov@gmail.com> - linux-input@vger.kernel.org - Bryan Wu <cooloney@gmail.com> - Richard Purdie <rpurdie@rpsys.net> - Jacek Anaszewski <j.anaszewski@samsung.com> - linux-leds@vger.kernel.org - Maxime Ripard <maxime.ripard@free-electrons.com> - Chen-Yu Tsai <wens@csie.org> - linux-sunxi@googlegroups.com - Joachim Eastwood <manabian@gmail.com> - Thomas Petazzoni <thomas.petazzoni@free-electrons.com> - Heiko Stuebner <heiko@sntech.de> - linux-rockchip@lists.infradead.org - Jingoo Han <jingoohan1@gmail.com> - Lee Jones <lee.jones@linaro.org> - linux-fbdev@vger.kernel.org - Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com> - Tomi Valkeinen <tomi.valkeinen@ti.com> - Robert Jarzmik <robert.jarzmik@free.fr> - Alexandre Belloni <alexandre.belloni@free-electrons.com> - Kukjin Kim <kgene@kernel.org> - Krzysztof Kozlowski <k.kozlowski@samsung.com> - linux-samsung-soc@vger.kernel.org - intel-gfx@lists.freedesktop.org - Daniel Vetter <daniel.vetter@intel.com> - Jani Nikula <jani.nikula@linux.intel.com> - Jonathan Corbet <corbet@lwn.net> - linux-doc@vger.kernel.org - David Airlie <airlied@linux.ie> - Daniel Vetter <daniel@ffwll.ch> - dri-devel@lists.freedesktop.org - linux-arm-kernel@lists.infradead.org - linux-kernel@vger.kernel.org - Hartley Sweeten <hsweeten@visionengravers.com> - Ryan Mallon <rmallon@gmail.com> - Alexander Shiyan <shc_work@mail.ru> - Milo Kim <milo.kim@ti.com> - " Doug Anderson <dianders@google.com>\0" + "Date\0Wed, 30 Mar 2016 20:18:43 +0000\0" + "To\0Thierry Reding <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>" + " linux-pwm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" + "Cc\0Mike Turquette <mturquette-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>" + Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org> + linux-clk-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + Mark Brown <broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> + Liam Girdwood <lgirdwood-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> + Kamil Debski <k.debski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> + lm-sensors-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org + Jean Delvare <jdelvare-IBi9RG/b67k@public.gmane.org> + Guenter Roeck <linux-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org> + Dmitry Torokhov <dmitry.torokhov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> + linux-input-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + Bryan Wu <cooloney-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> + Richard Purdie <rpurdie-Fm38FmjxZ/leoWH0uzbU5w@public.gmane.org> + Jacek Anaszewski <j.anaszewski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> + linux-leds-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> + Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org> + linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org + Joachim Eastwood <manabian-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> + Thomas Petazzoni <thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> + Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org> + linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + Jingoo Han <jingoohan1-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> + Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> + " linux-fbdev@vge\0" "\00:1\0" "b\0" "+Doug (sorry, I forgot to add you in to the recipient list)\n" @@ -59,19 +38,18 @@ "Boris Brezillon <boris.brezillon@free-electrons.com> wrote:\n" "\n" "> Hello,\n" - ">=20\n" + "> \n" "> This series adds support for atomic PWM update, or IOW, the capability\n" "> to update all the parameters of a PWM device (enabled/disabled, period,\n" "> duty and polarity) in one go.\n" - ">=20\n" - "> It also adds support for initial PWM state retrieval (or hardware readout=\n" - "),\n" + "> \n" + "> It also adds support for initial PWM state retrieval (or hardware readout),\n" "> which should allow smooth handover between the bootloader and Linux. For\n" "> example, critical PWM users (like critical regulators controlled by a PWM)\n" "> can query the current PWM state, and adapt the PWM config without having\n" "> to disable/enable the PWM, or abruptly change the period/dutycyle/polarity\n" "> config.\n" - ">=20\n" + "> \n" "> Thierry, I hope this version meets your expectations, if that's not the\n" "> case, could you let me know quickly so I can adjust the implementation\n" "> accordingly (I'd really like to get most of those changes in 4.7).\n" @@ -83,11 +61,11 @@ "compilation warnings.\n" "It's up to you to decide which you'd like to take.\n" "\n" - ">=20\n" + "> \n" "> Best Regards,\n" - ">=20\n" + "> \n" "> Boris\n" - ">=20\n" + "> \n" "> Changes since v4:\n" "> - introduce pwm_args to expose per-board/platform config\n" "> - deprecate non-atomic APIs\n" @@ -97,18 +75,18 @@ "> - drop most acks\n" "> - rework PWM config in the pwm-regulator driver\n" "> - patch sun4i and sti PWM drivers to support HW readout\n" - ">=20\n" + "> \n" "> Changes since v3:\n" "> - rebased on pwm/for-next after pulling 4.4-rc1\n" "> - replace direct access to pwm fields by pwm_get/set_xxx() helpers, thus\n" "> fixing some build errors\n" "> - split changes to allow each maintainer to review/ack or take the\n" "> modification through its subsystem\n" - ">=20\n" + "> \n" "> Changes since v2:\n" "> - rebased on top of 4.3-rc2\n" "> - reintroduced pwm-regulator patches\n" - ">=20\n" + "> \n" "> Changes since v1:\n" "> - dropped applied patches\n" "> - squashed Heiko's fixes into the rockchip driver changes\n" @@ -116,9 +94,9 @@ "> - added kerneldoc comments\n" "> - added Heiko's patch to display more information in debugfs\n" "> - dropped pwm-regulator patches (should be submitted separately)\n" - ">=20\n" + "> \n" "> *** BLURB HERE ***\n" - ">=20\n" + "> \n" "> Boris Brezillon (45):\n" "> pwm: rcar: make use of pwm_is_enabled()\n" "> backlight: pwm_bl: remove useless call to pwm_set_period()\n" @@ -165,10 +143,10 @@ "> video: ssd1307fb: switch to the atomic PWM API\n" "> drm: i915: switch to the atomic PWM API\n" "> ARM: s3c24xx: rx1950: switch to the atomic PWM API\n" - ">=20\n" - "> Heiko St=C3=BCbner (1):\n" + "> \n" + "> Heiko St\303\203\302\274bner (1):\n" "> pwm: add information about polarity, duty cycle and period to debugfs\n" - ">=20\n" + "> \n" "> Documentation/pwm.txt | 27 +++-\n" "> arch/arm/mach-s3c24xx/mach-rx1950.c | 17 +-\n" "> drivers/clk/clk-pwm.c | 36 ++++-\n" @@ -197,16 +175,15 @@ "> drivers/video/backlight/lp8788_bl.c | 17 +-\n" "> drivers/video/backlight/pwm_bl.c | 51 +++---\n" "> drivers/video/fbdev/ssd1307fb.c | 28 +++-\n" - "> include/linux/pwm.h | 303 ++++++++++++++++++++++++++---=\n" - "------\n" + "> include/linux/pwm.h | 303 ++++++++++++++++++++++++++---------\n" "> 29 files changed, 1096 insertions(+), 420 deletions(-)\n" - ">=20\n" + "> \n" "\n" "\n" "\n" - "--=20\n" + "-- \n" "Boris Brezillon, Free Electrons\n" "Embedded Linux and Kernel engineering\n" http://free-electrons.com -fccfe72cedef26a131e0241adf2d691836389c2ae023f02231aefe267aaf9cf7 +13554c116ab5d8f2f83eae8f67d325e6b9deef49f430ae877294538ee3673a36
diff --git a/a/1.txt b/N2/1.txt index 2b13160..044a39b 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,22 +1,21 @@ +Doug (sorry, I forgot to add you in to the recipient list) On Wed, 30 Mar 2016 22:03:23 +0200 -Boris Brezillon <boris.brezillon@free-electrons.com> wrote: +Boris Brezillon <boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> wrote: > Hello, ->=20 +> > This series adds support for atomic PWM update, or IOW, the capability > to update all the parameters of a PWM device (enabled/disabled, period, > duty and polarity) in one go. ->=20 -> It also adds support for initial PWM state retrieval (or hardware readout= -), +> +> It also adds support for initial PWM state retrieval (or hardware readout), > which should allow smooth handover between the bootloader and Linux. For > example, critical PWM users (like critical regulators controlled by a PWM) > can query the current PWM state, and adapt the PWM config without having > to disable/enable the PWM, or abruptly change the period/dutycyle/polarity > config. ->=20 +> > Thierry, I hope this version meets your expectations, if that's not the > case, could you let me know quickly so I can adjust the implementation > accordingly (I'd really like to get most of those changes in 4.7). @@ -28,11 +27,11 @@ patches 33 to 46 are switching all PWM users to the atomic APIs to avoid compilation warnings. It's up to you to decide which you'd like to take. ->=20 +> > Best Regards, ->=20 +> > Boris ->=20 +> > Changes since v4: > - introduce pwm_args to expose per-board/platform config > - deprecate non-atomic APIs @@ -42,18 +41,18 @@ It's up to you to decide which you'd like to take. > - drop most acks > - rework PWM config in the pwm-regulator driver > - patch sun4i and sti PWM drivers to support HW readout ->=20 +> > Changes since v3: > - rebased on pwm/for-next after pulling 4.4-rc1 > - replace direct access to pwm fields by pwm_get/set_xxx() helpers, thus > fixing some build errors > - split changes to allow each maintainer to review/ack or take the > modification through its subsystem ->=20 +> > Changes since v2: > - rebased on top of 4.3-rc2 > - reintroduced pwm-regulator patches ->=20 +> > Changes since v1: > - dropped applied patches > - squashed Heiko's fixes into the rockchip driver changes @@ -61,9 +60,9 @@ It's up to you to decide which you'd like to take. > - added kerneldoc comments > - added Heiko's patch to display more information in debugfs > - dropped pwm-regulator patches (should be submitted separately) ->=20 +> > *** BLURB HERE *** ->=20 +> > Boris Brezillon (45): > pwm: rcar: make use of pwm_is_enabled() > backlight: pwm_bl: remove useless call to pwm_set_period() @@ -110,10 +109,10 @@ It's up to you to decide which you'd like to take. > video: ssd1307fb: switch to the atomic PWM API > drm: i915: switch to the atomic PWM API > ARM: s3c24xx: rx1950: switch to the atomic PWM API ->=20 -> Heiko St=C3=BCbner (1): +> +> Heiko Stübner (1): > pwm: add information about polarity, duty cycle and period to debugfs ->=20 +> > Documentation/pwm.txt | 27 +++- > arch/arm/mach-s3c24xx/mach-rx1950.c | 17 +- > drivers/clk/clk-pwm.c | 36 ++++- @@ -142,14 +141,18 @@ It's up to you to decide which you'd like to take. > drivers/video/backlight/lp8788_bl.c | 17 +- > drivers/video/backlight/pwm_bl.c | 51 +++--- > drivers/video/fbdev/ssd1307fb.c | 28 +++- -> include/linux/pwm.h | 303 ++++++++++++++++++++++++++---= ------- +> include/linux/pwm.h | 303 ++++++++++++++++++++++++++--------- > 29 files changed, 1096 insertions(+), 420 deletions(-) ->=20 +> ---=20 +-- Boris Brezillon, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com + +-- +You received this message because you are subscribed to the Google Groups "linux-sunxi" group. +To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org +For more options, visit https://groups.google.com/d/optout. diff --git a/a/content_digest b/N2/content_digest index 0f66999..c615272 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,77 +1,55 @@ "ref\01459368249-13241-1-git-send-email-boris.brezillon@free-electrons.com\0" - "From\0Boris Brezillon <boris.brezillon@free-electrons.com>\0" + "ref\01459368249-13241-1-git-send-email-boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org\0" + "From\0Boris Brezillon <boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\0" "Subject\0Re: [PATCH v5 00/46] pwm: add support for atomic update\0" "Date\0Wed, 30 Mar 2016 22:18:43 +0200\0" - "To\0Thierry Reding <thierry.reding@gmail.com>" - " linux-pwm@vger.kernel.org\0" - "Cc\0Mike Turquette <mturquette@baylibre.com>" - Stephen Boyd <sboyd@codeaurora.org> - linux-clk@vger.kernel.org - Mark Brown <broonie@kernel.org> - Liam Girdwood <lgirdwood@gmail.com> - Kamil Debski <k.debski@samsung.com> - lm-sensors@lm-sensors.org - Jean Delvare <jdelvare@suse.com> - Guenter Roeck <linux@roeck-us.net> - Dmitry Torokhov <dmitry.torokhov@gmail.com> - linux-input@vger.kernel.org - Bryan Wu <cooloney@gmail.com> - Richard Purdie <rpurdie@rpsys.net> - Jacek Anaszewski <j.anaszewski@samsung.com> - linux-leds@vger.kernel.org - Maxime Ripard <maxime.ripard@free-electrons.com> - Chen-Yu Tsai <wens@csie.org> - linux-sunxi@googlegroups.com - Joachim Eastwood <manabian@gmail.com> - Thomas Petazzoni <thomas.petazzoni@free-electrons.com> - Heiko Stuebner <heiko@sntech.de> - linux-rockchip@lists.infradead.org - Jingoo Han <jingoohan1@gmail.com> - Lee Jones <lee.jones@linaro.org> - linux-fbdev@vger.kernel.org - Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com> - Tomi Valkeinen <tomi.valkeinen@ti.com> - Robert Jarzmik <robert.jarzmik@free.fr> - Alexandre Belloni <alexandre.belloni@free-electrons.com> - Kukjin Kim <kgene@kernel.org> - Krzysztof Kozlowski <k.kozlowski@samsung.com> - linux-samsung-soc@vger.kernel.org - intel-gfx@lists.freedesktop.org - Daniel Vetter <daniel.vetter@intel.com> - Jani Nikula <jani.nikula@linux.intel.com> - Jonathan Corbet <corbet@lwn.net> - linux-doc@vger.kernel.org - David Airlie <airlied@linux.ie> - Daniel Vetter <daniel@ffwll.ch> - dri-devel@lists.freedesktop.org - linux-arm-kernel@lists.infradead.org - linux-kernel@vger.kernel.org - Hartley Sweeten <hsweeten@visionengravers.com> - Ryan Mallon <rmallon@gmail.com> - Alexander Shiyan <shc_work@mail.ru> - Milo Kim <milo.kim@ti.com> - " Doug Anderson <dianders@google.com>\0" + "To\0Thierry Reding <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>" + " linux-pwm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" + "Cc\0Mike Turquette <mturquette-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>" + Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org> + linux-clk-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + Mark Brown <broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> + Liam Girdwood <lgirdwood-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> + Kamil Debski <k.debski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> + lm-sensors-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org + Jean Delvare <jdelvare-IBi9RG/b67k@public.gmane.org> + Guenter Roeck <linux-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org> + Dmitry Torokhov <dmitry.torokhov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> + linux-input-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + Bryan Wu <cooloney-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> + Richard Purdie <rpurdie-Fm38FmjxZ/leoWH0uzbU5w@public.gmane.org> + Jacek Anaszewski <j.anaszewski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> + linux-leds-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> + Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org> + linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org + Joachim Eastwood <manabian-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> + Thomas Petazzoni <thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> + Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org> + linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + Jingoo Han <jingoohan1-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> + Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> + " linux-fbdev@vge\0" "\00:1\0" "b\0" "+Doug (sorry, I forgot to add you in to the recipient list)\n" "\n" "On Wed, 30 Mar 2016 22:03:23 +0200\n" - "Boris Brezillon <boris.brezillon@free-electrons.com> wrote:\n" + "Boris Brezillon <boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> wrote:\n" "\n" "> Hello,\n" - ">=20\n" + "> \n" "> This series adds support for atomic PWM update, or IOW, the capability\n" "> to update all the parameters of a PWM device (enabled/disabled, period,\n" "> duty and polarity) in one go.\n" - ">=20\n" - "> It also adds support for initial PWM state retrieval (or hardware readout=\n" - "),\n" + "> \n" + "> It also adds support for initial PWM state retrieval (or hardware readout),\n" "> which should allow smooth handover between the bootloader and Linux. For\n" "> example, critical PWM users (like critical regulators controlled by a PWM)\n" "> can query the current PWM state, and adapt the PWM config without having\n" "> to disable/enable the PWM, or abruptly change the period/dutycyle/polarity\n" "> config.\n" - ">=20\n" + "> \n" "> Thierry, I hope this version meets your expectations, if that's not the\n" "> case, could you let me know quickly so I can adjust the implementation\n" "> accordingly (I'd really like to get most of those changes in 4.7).\n" @@ -83,11 +61,11 @@ "compilation warnings.\n" "It's up to you to decide which you'd like to take.\n" "\n" - ">=20\n" + "> \n" "> Best Regards,\n" - ">=20\n" + "> \n" "> Boris\n" - ">=20\n" + "> \n" "> Changes since v4:\n" "> - introduce pwm_args to expose per-board/platform config\n" "> - deprecate non-atomic APIs\n" @@ -97,18 +75,18 @@ "> - drop most acks\n" "> - rework PWM config in the pwm-regulator driver\n" "> - patch sun4i and sti PWM drivers to support HW readout\n" - ">=20\n" + "> \n" "> Changes since v3:\n" "> - rebased on pwm/for-next after pulling 4.4-rc1\n" "> - replace direct access to pwm fields by pwm_get/set_xxx() helpers, thus\n" "> fixing some build errors\n" "> - split changes to allow each maintainer to review/ack or take the\n" "> modification through its subsystem\n" - ">=20\n" + "> \n" "> Changes since v2:\n" "> - rebased on top of 4.3-rc2\n" "> - reintroduced pwm-regulator patches\n" - ">=20\n" + "> \n" "> Changes since v1:\n" "> - dropped applied patches\n" "> - squashed Heiko's fixes into the rockchip driver changes\n" @@ -116,9 +94,9 @@ "> - added kerneldoc comments\n" "> - added Heiko's patch to display more information in debugfs\n" "> - dropped pwm-regulator patches (should be submitted separately)\n" - ">=20\n" + "> \n" "> *** BLURB HERE ***\n" - ">=20\n" + "> \n" "> Boris Brezillon (45):\n" "> pwm: rcar: make use of pwm_is_enabled()\n" "> backlight: pwm_bl: remove useless call to pwm_set_period()\n" @@ -165,10 +143,10 @@ "> video: ssd1307fb: switch to the atomic PWM API\n" "> drm: i915: switch to the atomic PWM API\n" "> ARM: s3c24xx: rx1950: switch to the atomic PWM API\n" - ">=20\n" - "> Heiko St=C3=BCbner (1):\n" + "> \n" + "> Heiko St\303\274bner (1):\n" "> pwm: add information about polarity, duty cycle and period to debugfs\n" - ">=20\n" + "> \n" "> Documentation/pwm.txt | 27 +++-\n" "> arch/arm/mach-s3c24xx/mach-rx1950.c | 17 +-\n" "> drivers/clk/clk-pwm.c | 36 ++++-\n" @@ -197,16 +175,20 @@ "> drivers/video/backlight/lp8788_bl.c | 17 +-\n" "> drivers/video/backlight/pwm_bl.c | 51 +++---\n" "> drivers/video/fbdev/ssd1307fb.c | 28 +++-\n" - "> include/linux/pwm.h | 303 ++++++++++++++++++++++++++---=\n" - "------\n" + "> include/linux/pwm.h | 303 ++++++++++++++++++++++++++---------\n" "> 29 files changed, 1096 insertions(+), 420 deletions(-)\n" - ">=20\n" + "> \n" "\n" "\n" "\n" - "--=20\n" + "-- \n" "Boris Brezillon, Free Electrons\n" "Embedded Linux and Kernel engineering\n" - http://free-electrons.com + "http://free-electrons.com\n" + "\n" + "-- \n" + "You received this message because you are subscribed to the Google Groups \"linux-sunxi\" group.\n" + "To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org\n" + For more options, visit https://groups.google.com/d/optout. -fccfe72cedef26a131e0241adf2d691836389c2ae023f02231aefe267aaf9cf7 +67c8695bffa60c4ecaa4298cd5b2b78e8dc6d9c34c1102d29181898ddd067aa5
diff --git a/a/1.txt b/N3/1.txt index 2b13160..4ba7c71 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -4,19 +4,18 @@ On Wed, 30 Mar 2016 22:03:23 +0200 Boris Brezillon <boris.brezillon@free-electrons.com> wrote: > Hello, ->=20 +> > This series adds support for atomic PWM update, or IOW, the capability > to update all the parameters of a PWM device (enabled/disabled, period, > duty and polarity) in one go. ->=20 -> It also adds support for initial PWM state retrieval (or hardware readout= -), +> +> It also adds support for initial PWM state retrieval (or hardware readout), > which should allow smooth handover between the bootloader and Linux. For > example, critical PWM users (like critical regulators controlled by a PWM) > can query the current PWM state, and adapt the PWM config without having > to disable/enable the PWM, or abruptly change the period/dutycyle/polarity > config. ->=20 +> > Thierry, I hope this version meets your expectations, if that's not the > case, could you let me know quickly so I can adjust the implementation > accordingly (I'd really like to get most of those changes in 4.7). @@ -28,11 +27,11 @@ patches 33 to 46 are switching all PWM users to the atomic APIs to avoid compilation warnings. It's up to you to decide which you'd like to take. ->=20 +> > Best Regards, ->=20 +> > Boris ->=20 +> > Changes since v4: > - introduce pwm_args to expose per-board/platform config > - deprecate non-atomic APIs @@ -42,18 +41,18 @@ It's up to you to decide which you'd like to take. > - drop most acks > - rework PWM config in the pwm-regulator driver > - patch sun4i and sti PWM drivers to support HW readout ->=20 +> > Changes since v3: > - rebased on pwm/for-next after pulling 4.4-rc1 > - replace direct access to pwm fields by pwm_get/set_xxx() helpers, thus > fixing some build errors > - split changes to allow each maintainer to review/ack or take the > modification through its subsystem ->=20 +> > Changes since v2: > - rebased on top of 4.3-rc2 > - reintroduced pwm-regulator patches ->=20 +> > Changes since v1: > - dropped applied patches > - squashed Heiko's fixes into the rockchip driver changes @@ -61,9 +60,9 @@ It's up to you to decide which you'd like to take. > - added kerneldoc comments > - added Heiko's patch to display more information in debugfs > - dropped pwm-regulator patches (should be submitted separately) ->=20 +> > *** BLURB HERE *** ->=20 +> > Boris Brezillon (45): > pwm: rcar: make use of pwm_is_enabled() > backlight: pwm_bl: remove useless call to pwm_set_period() @@ -110,10 +109,10 @@ It's up to you to decide which you'd like to take. > video: ssd1307fb: switch to the atomic PWM API > drm: i915: switch to the atomic PWM API > ARM: s3c24xx: rx1950: switch to the atomic PWM API ->=20 -> Heiko St=C3=BCbner (1): +> +> Heiko St?bner (1): > pwm: add information about polarity, duty cycle and period to debugfs ->=20 +> > Documentation/pwm.txt | 27 +++- > arch/arm/mach-s3c24xx/mach-rx1950.c | 17 +- > drivers/clk/clk-pwm.c | 36 ++++- @@ -142,14 +141,13 @@ It's up to you to decide which you'd like to take. > drivers/video/backlight/lp8788_bl.c | 17 +- > drivers/video/backlight/pwm_bl.c | 51 +++--- > drivers/video/fbdev/ssd1307fb.c | 28 +++- -> include/linux/pwm.h | 303 ++++++++++++++++++++++++++---= ------- +> include/linux/pwm.h | 303 ++++++++++++++++++++++++++--------- > 29 files changed, 1096 insertions(+), 420 deletions(-) ->=20 +> ---=20 +-- Boris Brezillon, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com diff --git a/a/content_digest b/N3/content_digest index 0f66999..03c329d 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -1,56 +1,8 @@ "ref\01459368249-13241-1-git-send-email-boris.brezillon@free-electrons.com\0" - "From\0Boris Brezillon <boris.brezillon@free-electrons.com>\0" - "Subject\0Re: [PATCH v5 00/46] pwm: add support for atomic update\0" + "From\0boris.brezillon@free-electrons.com (Boris Brezillon)\0" + "Subject\0[PATCH v5 00/46] pwm: add support for atomic update\0" "Date\0Wed, 30 Mar 2016 22:18:43 +0200\0" - "To\0Thierry Reding <thierry.reding@gmail.com>" - " linux-pwm@vger.kernel.org\0" - "Cc\0Mike Turquette <mturquette@baylibre.com>" - Stephen Boyd <sboyd@codeaurora.org> - linux-clk@vger.kernel.org - Mark Brown <broonie@kernel.org> - Liam Girdwood <lgirdwood@gmail.com> - Kamil Debski <k.debski@samsung.com> - lm-sensors@lm-sensors.org - Jean Delvare <jdelvare@suse.com> - Guenter Roeck <linux@roeck-us.net> - Dmitry Torokhov <dmitry.torokhov@gmail.com> - linux-input@vger.kernel.org - Bryan Wu <cooloney@gmail.com> - Richard Purdie <rpurdie@rpsys.net> - Jacek Anaszewski <j.anaszewski@samsung.com> - linux-leds@vger.kernel.org - Maxime Ripard <maxime.ripard@free-electrons.com> - Chen-Yu Tsai <wens@csie.org> - linux-sunxi@googlegroups.com - Joachim Eastwood <manabian@gmail.com> - Thomas Petazzoni <thomas.petazzoni@free-electrons.com> - Heiko Stuebner <heiko@sntech.de> - linux-rockchip@lists.infradead.org - Jingoo Han <jingoohan1@gmail.com> - Lee Jones <lee.jones@linaro.org> - linux-fbdev@vger.kernel.org - Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com> - Tomi Valkeinen <tomi.valkeinen@ti.com> - Robert Jarzmik <robert.jarzmik@free.fr> - Alexandre Belloni <alexandre.belloni@free-electrons.com> - Kukjin Kim <kgene@kernel.org> - Krzysztof Kozlowski <k.kozlowski@samsung.com> - linux-samsung-soc@vger.kernel.org - intel-gfx@lists.freedesktop.org - Daniel Vetter <daniel.vetter@intel.com> - Jani Nikula <jani.nikula@linux.intel.com> - Jonathan Corbet <corbet@lwn.net> - linux-doc@vger.kernel.org - David Airlie <airlied@linux.ie> - Daniel Vetter <daniel@ffwll.ch> - dri-devel@lists.freedesktop.org - linux-arm-kernel@lists.infradead.org - linux-kernel@vger.kernel.org - Hartley Sweeten <hsweeten@visionengravers.com> - Ryan Mallon <rmallon@gmail.com> - Alexander Shiyan <shc_work@mail.ru> - Milo Kim <milo.kim@ti.com> - " Doug Anderson <dianders@google.com>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "+Doug (sorry, I forgot to add you in to the recipient list)\n" @@ -59,19 +11,18 @@ "Boris Brezillon <boris.brezillon@free-electrons.com> wrote:\n" "\n" "> Hello,\n" - ">=20\n" + "> \n" "> This series adds support for atomic PWM update, or IOW, the capability\n" "> to update all the parameters of a PWM device (enabled/disabled, period,\n" "> duty and polarity) in one go.\n" - ">=20\n" - "> It also adds support for initial PWM state retrieval (or hardware readout=\n" - "),\n" + "> \n" + "> It also adds support for initial PWM state retrieval (or hardware readout),\n" "> which should allow smooth handover between the bootloader and Linux. For\n" "> example, critical PWM users (like critical regulators controlled by a PWM)\n" "> can query the current PWM state, and adapt the PWM config without having\n" "> to disable/enable the PWM, or abruptly change the period/dutycyle/polarity\n" "> config.\n" - ">=20\n" + "> \n" "> Thierry, I hope this version meets your expectations, if that's not the\n" "> case, could you let me know quickly so I can adjust the implementation\n" "> accordingly (I'd really like to get most of those changes in 4.7).\n" @@ -83,11 +34,11 @@ "compilation warnings.\n" "It's up to you to decide which you'd like to take.\n" "\n" - ">=20\n" + "> \n" "> Best Regards,\n" - ">=20\n" + "> \n" "> Boris\n" - ">=20\n" + "> \n" "> Changes since v4:\n" "> - introduce pwm_args to expose per-board/platform config\n" "> - deprecate non-atomic APIs\n" @@ -97,18 +48,18 @@ "> - drop most acks\n" "> - rework PWM config in the pwm-regulator driver\n" "> - patch sun4i and sti PWM drivers to support HW readout\n" - ">=20\n" + "> \n" "> Changes since v3:\n" "> - rebased on pwm/for-next after pulling 4.4-rc1\n" "> - replace direct access to pwm fields by pwm_get/set_xxx() helpers, thus\n" "> fixing some build errors\n" "> - split changes to allow each maintainer to review/ack or take the\n" "> modification through its subsystem\n" - ">=20\n" + "> \n" "> Changes since v2:\n" "> - rebased on top of 4.3-rc2\n" "> - reintroduced pwm-regulator patches\n" - ">=20\n" + "> \n" "> Changes since v1:\n" "> - dropped applied patches\n" "> - squashed Heiko's fixes into the rockchip driver changes\n" @@ -116,9 +67,9 @@ "> - added kerneldoc comments\n" "> - added Heiko's patch to display more information in debugfs\n" "> - dropped pwm-regulator patches (should be submitted separately)\n" - ">=20\n" + "> \n" "> *** BLURB HERE ***\n" - ">=20\n" + "> \n" "> Boris Brezillon (45):\n" "> pwm: rcar: make use of pwm_is_enabled()\n" "> backlight: pwm_bl: remove useless call to pwm_set_period()\n" @@ -165,10 +116,10 @@ "> video: ssd1307fb: switch to the atomic PWM API\n" "> drm: i915: switch to the atomic PWM API\n" "> ARM: s3c24xx: rx1950: switch to the atomic PWM API\n" - ">=20\n" - "> Heiko St=C3=BCbner (1):\n" + "> \n" + "> Heiko St?bner (1):\n" "> pwm: add information about polarity, duty cycle and period to debugfs\n" - ">=20\n" + "> \n" "> Documentation/pwm.txt | 27 +++-\n" "> arch/arm/mach-s3c24xx/mach-rx1950.c | 17 +-\n" "> drivers/clk/clk-pwm.c | 36 ++++-\n" @@ -197,16 +148,15 @@ "> drivers/video/backlight/lp8788_bl.c | 17 +-\n" "> drivers/video/backlight/pwm_bl.c | 51 +++---\n" "> drivers/video/fbdev/ssd1307fb.c | 28 +++-\n" - "> include/linux/pwm.h | 303 ++++++++++++++++++++++++++---=\n" - "------\n" + "> include/linux/pwm.h | 303 ++++++++++++++++++++++++++---------\n" "> 29 files changed, 1096 insertions(+), 420 deletions(-)\n" - ">=20\n" + "> \n" "\n" "\n" "\n" - "--=20\n" + "-- \n" "Boris Brezillon, Free Electrons\n" "Embedded Linux and Kernel engineering\n" http://free-electrons.com -fccfe72cedef26a131e0241adf2d691836389c2ae023f02231aefe267aaf9cf7 +941527cff183dbff8d036ff19e33b7a132b69652fd4414bc006065910d2f0a84
diff --git a/a/1.txt b/N4/1.txt index 2b13160..7323e25 100644 --- a/a/1.txt +++ b/N4/1.txt @@ -4,19 +4,18 @@ On Wed, 30 Mar 2016 22:03:23 +0200 Boris Brezillon <boris.brezillon@free-electrons.com> wrote: > Hello, ->=20 +> > This series adds support for atomic PWM update, or IOW, the capability > to update all the parameters of a PWM device (enabled/disabled, period, > duty and polarity) in one go. ->=20 -> It also adds support for initial PWM state retrieval (or hardware readout= -), +> +> It also adds support for initial PWM state retrieval (or hardware readout), > which should allow smooth handover between the bootloader and Linux. For > example, critical PWM users (like critical regulators controlled by a PWM) > can query the current PWM state, and adapt the PWM config without having > to disable/enable the PWM, or abruptly change the period/dutycyle/polarity > config. ->=20 +> > Thierry, I hope this version meets your expectations, if that's not the > case, could you let me know quickly so I can adjust the implementation > accordingly (I'd really like to get most of those changes in 4.7). @@ -28,11 +27,11 @@ patches 33 to 46 are switching all PWM users to the atomic APIs to avoid compilation warnings. It's up to you to decide which you'd like to take. ->=20 +> > Best Regards, ->=20 +> > Boris ->=20 +> > Changes since v4: > - introduce pwm_args to expose per-board/platform config > - deprecate non-atomic APIs @@ -42,18 +41,18 @@ It's up to you to decide which you'd like to take. > - drop most acks > - rework PWM config in the pwm-regulator driver > - patch sun4i and sti PWM drivers to support HW readout ->=20 +> > Changes since v3: > - rebased on pwm/for-next after pulling 4.4-rc1 > - replace direct access to pwm fields by pwm_get/set_xxx() helpers, thus > fixing some build errors > - split changes to allow each maintainer to review/ack or take the > modification through its subsystem ->=20 +> > Changes since v2: > - rebased on top of 4.3-rc2 > - reintroduced pwm-regulator patches ->=20 +> > Changes since v1: > - dropped applied patches > - squashed Heiko's fixes into the rockchip driver changes @@ -61,9 +60,9 @@ It's up to you to decide which you'd like to take. > - added kerneldoc comments > - added Heiko's patch to display more information in debugfs > - dropped pwm-regulator patches (should be submitted separately) ->=20 +> > *** BLURB HERE *** ->=20 +> > Boris Brezillon (45): > pwm: rcar: make use of pwm_is_enabled() > backlight: pwm_bl: remove useless call to pwm_set_period() @@ -110,10 +109,10 @@ It's up to you to decide which you'd like to take. > video: ssd1307fb: switch to the atomic PWM API > drm: i915: switch to the atomic PWM API > ARM: s3c24xx: rx1950: switch to the atomic PWM API ->=20 -> Heiko St=C3=BCbner (1): +> +> Heiko Stübner (1): > pwm: add information about polarity, duty cycle and period to debugfs ->=20 +> > Documentation/pwm.txt | 27 +++- > arch/arm/mach-s3c24xx/mach-rx1950.c | 17 +- > drivers/clk/clk-pwm.c | 36 ++++- @@ -142,14 +141,13 @@ It's up to you to decide which you'd like to take. > drivers/video/backlight/lp8788_bl.c | 17 +- > drivers/video/backlight/pwm_bl.c | 51 +++--- > drivers/video/fbdev/ssd1307fb.c | 28 +++- -> include/linux/pwm.h | 303 ++++++++++++++++++++++++++---= ------- +> include/linux/pwm.h | 303 ++++++++++++++++++++++++++--------- > 29 files changed, 1096 insertions(+), 420 deletions(-) ->=20 +> ---=20 +-- Boris Brezillon, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com diff --git a/a/content_digest b/N4/content_digest index 0f66999..066b4c8 100644 --- a/a/content_digest +++ b/N4/content_digest @@ -59,19 +59,18 @@ "Boris Brezillon <boris.brezillon@free-electrons.com> wrote:\n" "\n" "> Hello,\n" - ">=20\n" + "> \n" "> This series adds support for atomic PWM update, or IOW, the capability\n" "> to update all the parameters of a PWM device (enabled/disabled, period,\n" "> duty and polarity) in one go.\n" - ">=20\n" - "> It also adds support for initial PWM state retrieval (or hardware readout=\n" - "),\n" + "> \n" + "> It also adds support for initial PWM state retrieval (or hardware readout),\n" "> which should allow smooth handover between the bootloader and Linux. For\n" "> example, critical PWM users (like critical regulators controlled by a PWM)\n" "> can query the current PWM state, and adapt the PWM config without having\n" "> to disable/enable the PWM, or abruptly change the period/dutycyle/polarity\n" "> config.\n" - ">=20\n" + "> \n" "> Thierry, I hope this version meets your expectations, if that's not the\n" "> case, could you let me know quickly so I can adjust the implementation\n" "> accordingly (I'd really like to get most of those changes in 4.7).\n" @@ -83,11 +82,11 @@ "compilation warnings.\n" "It's up to you to decide which you'd like to take.\n" "\n" - ">=20\n" + "> \n" "> Best Regards,\n" - ">=20\n" + "> \n" "> Boris\n" - ">=20\n" + "> \n" "> Changes since v4:\n" "> - introduce pwm_args to expose per-board/platform config\n" "> - deprecate non-atomic APIs\n" @@ -97,18 +96,18 @@ "> - drop most acks\n" "> - rework PWM config in the pwm-regulator driver\n" "> - patch sun4i and sti PWM drivers to support HW readout\n" - ">=20\n" + "> \n" "> Changes since v3:\n" "> - rebased on pwm/for-next after pulling 4.4-rc1\n" "> - replace direct access to pwm fields by pwm_get/set_xxx() helpers, thus\n" "> fixing some build errors\n" "> - split changes to allow each maintainer to review/ack or take the\n" "> modification through its subsystem\n" - ">=20\n" + "> \n" "> Changes since v2:\n" "> - rebased on top of 4.3-rc2\n" "> - reintroduced pwm-regulator patches\n" - ">=20\n" + "> \n" "> Changes since v1:\n" "> - dropped applied patches\n" "> - squashed Heiko's fixes into the rockchip driver changes\n" @@ -116,9 +115,9 @@ "> - added kerneldoc comments\n" "> - added Heiko's patch to display more information in debugfs\n" "> - dropped pwm-regulator patches (should be submitted separately)\n" - ">=20\n" + "> \n" "> *** BLURB HERE ***\n" - ">=20\n" + "> \n" "> Boris Brezillon (45):\n" "> pwm: rcar: make use of pwm_is_enabled()\n" "> backlight: pwm_bl: remove useless call to pwm_set_period()\n" @@ -165,10 +164,10 @@ "> video: ssd1307fb: switch to the atomic PWM API\n" "> drm: i915: switch to the atomic PWM API\n" "> ARM: s3c24xx: rx1950: switch to the atomic PWM API\n" - ">=20\n" - "> Heiko St=C3=BCbner (1):\n" + "> \n" + "> Heiko St\303\274bner (1):\n" "> pwm: add information about polarity, duty cycle and period to debugfs\n" - ">=20\n" + "> \n" "> Documentation/pwm.txt | 27 +++-\n" "> arch/arm/mach-s3c24xx/mach-rx1950.c | 17 +-\n" "> drivers/clk/clk-pwm.c | 36 ++++-\n" @@ -197,16 +196,15 @@ "> drivers/video/backlight/lp8788_bl.c | 17 +-\n" "> drivers/video/backlight/pwm_bl.c | 51 +++---\n" "> drivers/video/fbdev/ssd1307fb.c | 28 +++-\n" - "> include/linux/pwm.h | 303 ++++++++++++++++++++++++++---=\n" - "------\n" + "> include/linux/pwm.h | 303 ++++++++++++++++++++++++++---------\n" "> 29 files changed, 1096 insertions(+), 420 deletions(-)\n" - ">=20\n" + "> \n" "\n" "\n" "\n" - "--=20\n" + "-- \n" "Boris Brezillon, Free Electrons\n" "Embedded Linux and Kernel engineering\n" http://free-electrons.com -fccfe72cedef26a131e0241adf2d691836389c2ae023f02231aefe267aaf9cf7 +9bb0e80aa03bbe95f8c8c756f395b988442a27d4849ddd62a172bbe1d4bb7af9
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.