All of lore.kernel.org
 help / color / mirror / Atom feed
From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: device-tree vs gpio-leds gpio_blink_set
Date: Mon, 23 Apr 2012 11:22:43 +0000	[thread overview]
Message-ID: <201204231122.43481.arnd@arndb.de> (raw)
In-Reply-To: <20120423072745.678323582@rtp-net.org>

On Monday 23 April 2012, Arnaud Patard wrote:
> The kirkwood/orion gpio have a bit that allows "gpio blinking" (I think
> it a square signal but the manual doesn't say it clearly) and it's used
> on dns323 and iconnect. When trying to use DT to declare the leds-gpio
> stuff, I've noticed that there's no way clearly documented to set the
> gpio_blink_set() hook. In fact, it even looks like it's not supported at
> all, which seems to be a regression compared to non-DT support.

Yes, that seems to be correct. You are only the third person using
gpio-led with blinking, aside from two uses in s3c24xx, and they
don't support DT either yet.

> Does anyone know how to solve that ?

One way to solve it would be to add a blink function to gpiolib so
that the gpio-led driver can access it through a common wrapper
and we can make the orion_gpio_set_blink() function a pointer in
the gpio_chip structure rather than an export from
arch/arm/plat-orion/gpio.c. I've put a few people on Cc that might
have an opion on this.

	Arnd

  parent reply	other threads:[~2012-04-23 11:22 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-23  7:27 device-tree vs gpio-leds gpio_blink_set Arnaud Patard (Rtp)
2012-04-23  7:27 ` [patch 1/1] orion/kirkwood/mv78xx0: add DT support to GPIO Arnaud Patard (Rtp)
2012-04-23 11:22 ` Arnd Bergmann [this message]
2012-04-23 17:49   ` device-tree vs gpio-leds gpio_blink_set Mark Brown
2012-04-24 12:24     ` Linus Walleij
2012-04-24 12:36       ` Mark Brown
2012-04-24 13:04         ` Thierry Reding
2012-04-24 12:39       ` jonsmirl at gmail.com
2012-04-24 12:41         ` jonsmirl at gmail.com
     [not found] <20120423115140.GA15792@lunn.ch>
2012-04-23 12:01 ` Arnaud Patard (Rtp)

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=201204231122.43481.arnd@arndb.de \
    --to=arnd@arndb.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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.