From: Jacek Anaszewski <jacek.anaszewski@gmail.com>
To: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>,
pavel@ucw.cz, dmurphy@ti.com, linux-leds@vger.kernel.org
Subject: Re: Query on using leds-gpio driver on a. GPIO with ACTIVE_HIGH
Date: Thu, 9 Jul 2020 23:59:13 +0200 [thread overview]
Message-ID: <7a6f99d7-efaf-8771-9272-5fb5a555823f@gmail.com> (raw)
In-Reply-To: <30E1B20C-676E-45E2-9394-643262B5D04A@linux.vnet.ibm.com>
Hi Vishwanatha,
On 7/6/20 9:19 AM, Vishwanatha Subbanna wrote:
> Hello,
>
> I have been a user of “leds-gpio” driver to manage the LEDs on IBM servers. So far, all these LEDs that were controlled by GPIO were ACTIVE_LOW.
>
> Example from DTS.
>
> fan3 {
> retain-state-shutdown;
> default-state = "keep";
> gpios = <&pca0 3 GPIO_ACTIVE_LOW>;
> };
>
> I wanted to know if it makes any difference to the user if the GPIO is ACTIVE_HIGH. I read through https://www.kernel.org/doc/Documentation/gpio/board.txt and it seemed we should be able to use it.
>
> However, going through https://github.com/torvalds/linux/blob/master/drivers/leds/leds-pca955x.c, I am not quite sure if the ACTIVE_HIGH can be used same as ACTIVE_LOW since I saw these :
>
>
> #define PCA955X_LS_LED_ON 0x0 /* Output LOW */
> #define PCA955X_LS_LED_OFF 0x1 /* Output HI-Z */
>
> #define PCA955X_GPO_HIGH LED_OFF
> #define PCA955X_GPIO_LOW LED_FULL
>
>
> This will be my DT entry :
>
> fan3 {
> retain-state-shutdown;
> default-state = "keep";
> gpios = <&pca0 3 GPIO_ACTIVE_HIGH>;
> };
>
> Will I be able to use the same “leds-gpio” interfaces irrespective of GPIO_LOW / GPIO_HIGH ?
>
> I use these interfaces today:
>
> echo 255 > brightness —> Turn Solid_ON
> echo 0 > brightness —> Turn OFF
> echo “timer” > trigger —> Initiate Blink
> echo “none” > trigger —> Terminate Blink
From what I can see in gpiolib sources GPIO_ACTIVE_LOW results
in reversing the logic, i.e. pca955x_gpio_set_value() will
be passed 0 when setting gpio to 1.
Experience doesn't corroborate that?
--
Best regards,
Jacek Anaszewski
next prev parent reply other threads:[~2020-07-09 21:59 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-06 7:19 Query on using leds-gpio driver on a. GPIO with ACTIVE_HIGH Vishwanatha Subbanna
2020-07-09 21:59 ` Jacek Anaszewski [this message]
[not found] ` <C025D36C-5408-494F-BAB6-B3BAD89FBB63@linux.vnet.ibm.com>
2020-07-14 17:05 ` Pavel Machek
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=7a6f99d7-efaf-8771-9272-5fb5a555823f@gmail.com \
--to=jacek.anaszewski@gmail.com \
--cc=dmurphy@ti.com \
--cc=linux-leds@vger.kernel.org \
--cc=pavel@ucw.cz \
--cc=vishwa@linux.vnet.ibm.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox