All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thierry Reding <thierry.reding@gmail.com>
To: Mika Westerberg <mika.westerberg@linux.intel.com>
Cc: Linus Walleij <linus.walleij@linaro.org>,
	Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
	linux-pwm@vger.kernel.org
Subject: Re: [PATCH] pwm-pca9685: Allow any of the 16 PWMs to be used as a GPIO
Date: Thu, 20 Oct 2016 12:45:41 +0200	[thread overview]
Message-ID: <20161020104541.GA25598@ulmo.ba.sec> (raw)
In-Reply-To: <20161019185638.GP1722@lahna.fi.intel.com>

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

On Wed, Oct 19, 2016 at 09:56:38PM +0300, Mika Westerberg wrote:
> On Tue, Sep 20, 2016 at 05:40:56PM +0300, Mika Westerberg wrote:
> > The PCA9685 controller has full on/off bit for each PWM channel. Setting
> > this bit bypasses the PWM control and the line works just as it would be a
> > GPIO. Furthermore in Intel Galileo it is actually used as GPIO output for
> > discreet muxes on the board.
> > 
> > This patch adds GPIO output only support for the driver so that we can
> > control the muxes on Galileo using standard GPIO interfaces available in
> > the kernel. GPIO and PWM functionality is exclusive so only one can be
> > active at a time on a single PWM channel.
> > 
> > Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
> 
> Thierry,
> 
> Any comments on this?

It seems to me like maybe pinmux would be a better framework to handle
this kind of use case. The full on/off bit sounds like it's a mux that
selects between GPIO and PWM functionality.

Have you thought about supporting pinmux for this?

Thierry

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

  parent reply	other threads:[~2016-10-20 10:45 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-20 14:40 [PATCH] pwm-pca9685: Allow any of the 16 PWMs to be used as a GPIO Mika Westerberg
2016-09-20 21:46 ` Linus Walleij
2016-10-19 18:56 ` Mika Westerberg
2016-10-19 20:05   ` Clemens Gruber
2016-10-19 20:28     ` Mika Westerberg
2016-10-19 22:59       ` Clemens Gruber
2016-10-20  8:07         ` Mika Westerberg
2016-10-20 10:45   ` Thierry Reding [this message]
2016-10-20 11:18     ` Mika Westerberg
2016-10-20 12:51       ` Thierry Reding
2016-10-20 12:56         ` Andy Shevchenko
2016-10-20 13:01         ` Mika Westerberg
2016-10-20 21:50           ` Thierry Reding
2016-10-21 12:23             ` Mika Westerberg
2016-10-31 11:42               ` Mika Westerberg
2016-12-01  7:28                 ` Mika Westerberg
2016-10-20 13:08         ` Clemens Gruber
2016-10-20 21:52           ` Thierry Reding
2016-10-23 10:23     ` Linus Walleij
2017-01-18 10:41 ` 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=20161020104541.GA25598@ulmo.ba.sec \
    --to=thierry.reding@gmail.com \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-pwm@vger.kernel.org \
    --cc=mika.westerberg@linux.intel.com \
    /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 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.