[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150817091827.70eae7eb@bbrezillon>
Date: Mon, 17 Aug 2015 09:18:27 +0200
From: Boris Brezillon <boris.brezillon@...e-electrons.com>
To: Thierry Reding <thierry.reding@...il.com>
Cc: Boris Brezillon <boris.brezillon@...e-electrons.com>,
linux-pwm@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org, Bryan Wu <cooloney@...il.com>,
Richard Purdie <rpurdie@...ys.net>,
Jacek Anaszewski <j.anaszewski@...sung.com>,
linux-leds@...r.kernel.org, Heiko Stuebner <heiko@...ech.de>,
linux-rockchip@...ts.infradead.org,
Jingoo Han <jingoohan1@...il.com>,
Lee Jones <lee.jones@...aro.org>, linux-fbdev@...r.kernel.org,
Mark Brown <broonie@...nel.org>,
Liam Girdwood <lgirdwood@...il.com>,
Jean-Christophe Plagniol-Villard <plagnioj@...osoft.com>,
Tomi Valkeinen <tomi.valkeinen@...com>,
Doug Anderson <dianders@...gle.com>,
Uwe Kleine-König
<u.kleine-koenig@...gutronix.de>,
Maxime Ripard <maxime.ripard@...e-electrons.com>
Subject: Re: [PATCH v2 00/10] pwm: add support for atomic update
On Sat, 25 Jul 2015 08:36:57 +0200
Boris Brezillon <boris.brezillon@...e-electrons.com> wrote:
> Hi Thierry,
>
> Should I resend a new version rebased on Mark's pwm topic branch or
> would you like to review this one first ?
Ping.
>
> Best Regards,
>
> Boris
>
> On Mon, 20 Jul 2015 17:31:57 +0200
> Boris Brezillon <boris.brezillon@...e-electrons.com> wrote:
>
> > Hello Thierry,
> >
> > 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.
> >
> > Best Regards,
> >
> > Boris
> >
> > Changes since v1:
> > - dropped applied patches
> > - squashed Heiko's fixes into the rockchip driver changes
> > - made a few cosmetic changes
> > - added kerneldoc comments
> > - added Heiko's patch to display more information in debugfs
> > - dropped pwm-regulator patches (should be submitted separately)
> >
> > Boris Brezillon (9):
> > pwm: introduce default period and polarity concepts
> > pwm: define a new pwm_state struct
> > pwm: move the enabled/disabled info to pwm_state struct
> > backlight: pwm_bl: remove useless call to pwm_set_period
> > pwm: declare a default PWM state
> > pwm: add the PWM initial state retrieval infra
> > pwm: add the core infrastructure to allow atomic update
> > pwm: rockchip: add initial state retrieval
> > pwm: rockchip: add support for atomic update
> >
> > Heiko Stübner (1):
> > pwm: add information about polarity, duty cycle and period to debugfs
> >
> > drivers/leds/leds-pwm.c | 2 +-
> > drivers/pwm/core.c | 169 +++++++++++++++++++++++++++++++----
> > drivers/pwm/pwm-pxa.c | 2 +-
> > drivers/pwm/pwm-rockchip.c | 119 +++++++++++++++++++-----
> > drivers/pwm/pwm-sun4i.c | 3 +-
> > drivers/regulator/pwm-regulator.c | 2 +-
> > drivers/video/backlight/lm3630a_bl.c | 4 +-
> > drivers/video/backlight/pwm_bl.c | 10 ++-
> > drivers/video/fbdev/ssd1307fb.c | 2 +-
> > include/linux/pwm.h | 86 +++++++++++++++---
> > 10 files changed, 336 insertions(+), 63 deletions(-)
> >
>
>
>
--
Boris Brezillon, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists