public inbox for linux-pwm@vger.kernel.org
 help / color / mirror / Atom feed
From: Thierry Reding <thierry.reding@gmail.com>
To: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
Cc: linux-pwm@vger.kernel.org, "Gavin Schenk" <g.schenk@eckelmann.de>,
	"Vokáč Michal" <Michal.Vokac@ysoft.com>,
	kernel@pengutronix.de
Subject: Re: [PATCH] PWM: drop legacy wrapper for changing polarity
Date: Wed, 12 Dec 2018 11:25:47 +0100	[thread overview]
Message-ID: <20181212102547.GN15092@ulmo> (raw)
In-Reply-To: <20181211212658.vxxci7npev2dnjou@pengutronix.de>

[-- Attachment #1: Type: text/plain, Size: 3289 bytes --]

On Tue, Dec 11, 2018 at 10:26:58PM +0100, Uwe Kleine-König wrote:
> On Thu, Dec 06, 2018 at 10:20:57AM +0100, Uwe Kleine-König wrote:
> > Hello Thierry,
> > 
> > On Fri, Nov 30, 2018 at 09:59:42AM +0100, Uwe Kleine-König wrote:
> > > On Tue, Nov 20, 2018 at 05:57:58PM +0100, Uwe Kleine-König wrote:
> > > > On Sun, Nov 04, 2018 at 10:19:45PM +0100, Uwe Kleine-König wrote:
> > > > > Hello Thierry,
> > > > > 
> > > > > On Mon, Oct 15, 2018 at 10:21:52AM +0200, Uwe Kleine-König wrote:
> > > > > > The API to configure a PWM using pwm_enable(), pwm_disable(),
> > > > > > pwm_config() and pwm_set_polarity() is superseeded by atomically setting
> > > > > > the parameters using pwm_apply_state(). To get forward with deprecating
> > > > > > the former set of functions use the opportunity that there is no current
> > > > > > user of pwm_set_polarity() and remove it.
> > > > > > 
> > > > > > Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> > > > > 
> > > > > I think this patch is undisputed and wonder if it fell through the
> > > > > cracks given that a patch sent later made it into your pwm/for-4.20-rc1
> > > > > pull request.
> > > > 
> > > > Now that you pushed out my lpc patch to your for-next branch (thanks!),
> > > > I wonder what you plan to do with this patch.
> > > 
> > > Ping! There are also a few other patches that didn't catch your
> > > attention yet:
> > > 
> > >  - series for pwm-imx starting with
> > >    "pwm: imx: remove if block where the condition is always wrong"
> > >  - "pwm: don't use memcmp to compare struct state variables"
> > >  - "pwm: drop per-chip dbg_show callback"
> > 
> > In a different thread it was suggested to resend the patches instead of
> > sending a ping. Should I do that? There are also
> > 
> >  - pwm: rearrange structures to group members by purpose
> >  - [RFC] Documentation: pwm: rework documentation for the framework
> > 
> > which didn't get any feedback from you yet.
> > 
> > There is a patchwork instance for the pwm list[1]. Are you using that?
> > It seems to be orphaned for some time but was already used this year.
> > Would you accept some help here? E.g. 
> > 
> >  - https://patchwork.ozlabs.org/patch/1001130/
> >    -> superseeded as there is a v3
> >  - https://patchwork.ozlabs.org/patch/993022/
> >    -> rejected is probably right
> >  - https://patchwork.ozlabs.org/patch/860540/
> >    -> applied as bb084c0f61d659f0e6d371b096e0e57998f191d6
> >  - https://patchwork.ozlabs.org/project/linux-pwm/list/?series=72798
> >    -> rejected
> 
> It's sad to not get any feedback from you, and I'm not the only one
> waiting for a reply. Linux is at -rc6 and there is only a single patch
> in your (visible) queue for the next merge window although there are
> some patches that look ready for application on the list.
> 
> I guess it's lack of time that keeps you from caring more for the pwm
> stuff. If you need help (e.g. by caring for the patchwork todo list) I'm
> willing to spend some time. If it helps you I can also collect the
> patches that I think are ok and provide a pull request to your tree.

I certainly wouldn't mind a little help. Reviewing patches will
definitely help move things along.

Thierry

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

  reply	other threads:[~2018-12-12 10:25 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-15  8:21 [PATCH] PWM: drop legacy wrapper for changing polarity Uwe Kleine-König
2018-11-04 21:19 ` Uwe Kleine-König
2018-11-20 16:57   ` Uwe Kleine-König
2018-11-30  8:59     ` Uwe Kleine-König
2018-12-06  9:20       ` Uwe Kleine-König
2018-12-11 21:26         ` Uwe Kleine-König
2018-12-12 10:25           ` Thierry Reding [this message]
2018-12-12 10:59             ` Uwe Kleine-König
2019-09-16 13:05             ` Offer to co-maintain drivers/pwm [Was: Re: [PATCH] PWM: drop legacy wrapper for changing polarity] Uwe Kleine-König
2019-09-16 13:53               ` Thierry Reding
2018-12-12 10:56 ` [PATCH] PWM: drop legacy wrapper for changing polarity Thierry Reding

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181212102547.GN15092@ulmo \
    --to=thierry.reding@gmail.com \
    --cc=Michal.Vokac@ysoft.com \
    --cc=g.schenk@eckelmann.de \
    --cc=kernel@pengutronix.de \
    --cc=linux-pwm@vger.kernel.org \
    --cc=u.kleine-koenig@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox