mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org, Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: Re: [PATCH 00/11] gpiolib: add support for OF GPIO configuration binding
Date: Wed, 14 Aug 2024 13:00:47 +0200	[thread overview]
Message-ID: <172363324732.1313807.3664335763403926169.b4-ty@pengutronix.de> (raw)
In-Reply-To: <20240809142405.315244-1-a.fatoum@pengutronix.de>


On Fri, 09 Aug 2024 16:23:54 +0200, Ahmad Fatoum wrote:
> So far, GPIO bias configuration was done exclusively by pinctrl drivers.
> All barebox pinctrl drivers work by consuming a device tree node with
> a binding that differs from driver to driver and then applying the
> configuration described within.
> 
> Neither GPIO or pinctrl node have any insight on what in particular is
> being configured.
> 
> [...]

Applied, thanks!

[01/11] gpio: make gpio.h header self-contained
        https://git.pengutronix.de/cgit/barebox/commit/?id=14b85136923b (link may not be stable)
[02/11] gpiolib: permit GPIO drivers to implement struct gpio_ops::set_config
        https://git.pengutronix.de/cgit/barebox/commit/?id=588ae0dda1a2 (link may not be stable)
[03/11] pinctrl: stm32: implement generic struct gpio_ops::set_config
        https://git.pengutronix.de/cgit/barebox/commit/?id=043337f00f61 (link may not be stable)
[04/11] gpiolib: turn request/active_low into bit flags
        https://git.pengutronix.de/cgit/barebox/commit/?id=3c702bf6699d (link may not be stable)
[05/11] gpiolib: don't use GPIO number API in of_hog_gpio
        https://git.pengutronix.de/cgit/barebox/commit/?id=76f484d35d47 (link may not be stable)
[06/11] gpiolib: store all OF flags into GPIO descriptor
        https://git.pengutronix.de/cgit/barebox/commit/?id=e89e662f4082 (link may not be stable)
[07/11] gpiolib: add support for OF GPIO configuration binding
        https://git.pengutronix.de/cgit/barebox/commit/?id=269dad50c259 (link may not be stable)
[08/11] gpiolib: use dev_gpiod_get_index device node argument throughout
        https://git.pengutronix.de/cgit/barebox/commit/?id=f2c8dfbabd6b (link may not be stable)
[09/11] gpiolib: export function to get struct gpio_desc from index
        https://git.pengutronix.de/cgit/barebox/commit/?id=996f924de8dd (link may not be stable)
[10/11] input: gpio_keys: switch to GPIO descriptor API
        https://git.pengutronix.de/cgit/barebox/commit/?id=2fe7e9ecc63b (link may not be stable)
[11/11] input: gpio-keys: request with label in DT if available
        https://git.pengutronix.de/cgit/barebox/commit/?id=5e94d0bc7430 (link may not be stable)

Best regards,
-- 
Sascha Hauer <s.hauer@pengutronix.de>




      parent reply	other threads:[~2024-08-14 11:01 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-09 14:23 Ahmad Fatoum
2024-08-09 14:23 ` [PATCH 01/11] gpio: make gpio.h header self-contained Ahmad Fatoum
2024-08-09 14:23 ` [PATCH 02/11] gpiolib: permit GPIO drivers to implement struct gpio_ops::set_config Ahmad Fatoum
2024-08-09 14:23 ` [PATCH 03/11] pinctrl: stm32: implement generic " Ahmad Fatoum
2024-08-09 14:23 ` [PATCH 04/11] gpiolib: turn request/active_low into bit flags Ahmad Fatoum
2024-08-09 14:23 ` [PATCH 05/11] gpiolib: don't use GPIO number API in of_hog_gpio Ahmad Fatoum
2024-08-09 14:24 ` [PATCH 06/11] gpiolib: store all OF flags into GPIO descriptor Ahmad Fatoum
2024-08-09 14:24 ` [PATCH 07/11] gpiolib: add support for OF GPIO configuration binding Ahmad Fatoum
2024-08-09 14:24 ` [PATCH 08/11] gpiolib: use dev_gpiod_get_index device node argument throughout Ahmad Fatoum
2024-08-09 14:24 ` [PATCH 09/11] gpiolib: export function to get struct gpio_desc from index Ahmad Fatoum
2024-08-09 14:24 ` [PATCH 10/11] input: gpio_keys: switch to GPIO descriptor API Ahmad Fatoum
2024-08-09 14:24 ` [PATCH 11/11] input: gpio-keys: request with label in DT if available Ahmad Fatoum
2024-08-14 11:00 ` Sascha Hauer [this message]

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=172363324732.1313807.3664335763403926169.b4-ty@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=a.fatoum@pengutronix.de \
    --cc=barebox@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox