mbox series

[0/2] gpio: TODO: add item about GPIO drivers reading struct gpio_chip::base

Message ID 20250507-gpio-chip-base-readback-v1-0-ade56e38480b@pengutronix.de
Headers show
Series gpio: TODO: add item about GPIO drivers reading struct gpio_chip::base | expand

Message

Ahmad Fatoum May 7, 2025, 5:28 p.m. UTC
Bartosz requested that I add this to the TODO, so here goes.
While at it, I also added a FIXME into the driver.

I'll be away most of the month, so feel free to squash changes as
appropriate.

---
Ahmad Fatoum (2):
      gpio: TODO: add item about GPIO drivers reading struct gpio_chip::base
      pinctrl: at91: add FIXME about read back of struct gpio_chip::base

 drivers/gpio/TODO              | 7 +++++++
 drivers/pinctrl/pinctrl-at91.c | 5 +++++
 2 files changed, 12 insertions(+)
---
base-commit: 92a09c47464d040866cf2b4cd052bc60555185fb
change-id: 20250507-gpio-chip-base-readback-c7d8eb8b3cd9

Best regards,

Comments

Bartosz Golaszewski May 15, 2025, 3:01 p.m. UTC | #1
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>


On Wed, 07 May 2025 19:28:00 +0200, Ahmad Fatoum wrote:
> Bartosz requested that I add this to the TODO, so here goes.
> While at it, I also added a FIXME into the driver.
> 
> I'll be away most of the month, so feel free to squash changes as
> appropriate.
> 

Applied, thanks!

[1/2] gpio: TODO: add item about GPIO drivers reading struct gpio_chip::base
      https://git.kernel.org/brgl/linux/c/833c086f22ecebe576af42051733796d1690dd71

Best regards,