Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH v2 0/6] MIPS: alchemy: attach software nodes to GPIO controllers and use properties
@ 2026-05-05  9:04 Bartosz Golaszewski
  2026-05-05  9:04 ` [PATCH v2 1/6] MIPS: alchemy: platform: add missing include Bartosz Golaszewski
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Bartosz Golaszewski @ 2026-05-05  9:04 UTC (permalink / raw)
  To: Thomas Bogendoerfer, Dmitry Torokhov
  Cc: brgl, linux-mips, linux-kernel, Bartosz Golaszewski

This series of patches updates board previously converted to use static
device properties/software nodes to attach and use nodes attached to the
respective gpiochip devices rather than simply defining unattached
software nodes with matching name. This is a requirement of newer
gpiolib code. Note that there is currently a workaround preserving the
lookup based on the software node name, but it will be removed soon.

The additional 4 patches convert the remaining 2 boards to use software
nodes as well and fix some build warnings.

Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
---
Changes in v2:
- Add two patches fixing build warnings with missing prototypes
- Use the new swnode field of struct platform_device_info
- Link to v1: https://patch.msgid.link/20260309-alchemy-v1-0-f55e9dc60ba1@gmail.com

---
Bartosz Golaszewski (2):
      MIPS: alchemy: platform: add missing include
      MIPS: alchemy: provide visible function prototypes to board files

Dmitry Torokhov (4):
      MIPS: alchemy: mtx1: attach software nodes to GPIO chips
      MIPS: alchemy: db1000: use nodes attached to GPIO chips in properties
      MIPS: alchemy: gpr: switch to static device properties
      MIPS: alchemy: db1300: switch to static device properties

 arch/mips/alchemy/board-gpr.c                   | 122 ++++++++------
 arch/mips/alchemy/board-mtx1.c                  |  79 ++++-----
 arch/mips/alchemy/common/gpiolib.c              |  45 ++++-
 arch/mips/alchemy/devboards/db1000.c            |  38 ++---
 arch/mips/alchemy/devboards/db1200.c            |   1 +
 arch/mips/alchemy/devboards/db1300.c            | 210 +++++++++++++++---------
 arch/mips/alchemy/devboards/db1550.c            |   2 +
 arch/mips/alchemy/devboards/db1xxx.c            |  11 +-
 arch/mips/alchemy/devboards/db1xxx.h            |  18 ++
 arch/mips/alchemy/devboards/platform.c          |   2 +
 arch/mips/include/asm/mach-au1x00/gpio-au1000.h |   5 +
 arch/mips/include/asm/mach-au1x00/gpio-au1300.h |   3 +
 12 files changed, 329 insertions(+), 207 deletions(-)
---
base-commit: 7fd2df204f342fc17d1a0bfcd474b24232fb0f32
change-id: 20260505-gpio-swnode-alchemy-3bff9c11e54c

Best regards,
-- 
Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2026-05-26 14:36 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-05  9:04 [PATCH v2 0/6] MIPS: alchemy: attach software nodes to GPIO controllers and use properties Bartosz Golaszewski
2026-05-05  9:04 ` [PATCH v2 1/6] MIPS: alchemy: platform: add missing include Bartosz Golaszewski
2026-05-05  9:04 ` [PATCH v2 2/6] MIPS: alchemy: provide visible function prototypes to board files Bartosz Golaszewski
2026-05-05  9:04 ` [PATCH v2 3/6] MIPS: alchemy: mtx1: attach software nodes to GPIO chips Bartosz Golaszewski
2026-05-05  9:04 ` [PATCH v2 4/6] MIPS: alchemy: db1000: use nodes attached to GPIO chips in properties Bartosz Golaszewski
2026-05-05  9:04 ` [PATCH v2 5/6] MIPS: alchemy: gpr: switch to static device properties Bartosz Golaszewski
2026-05-05  9:04 ` [PATCH v2 6/6] MIPS: alchemy: db1300: " Bartosz Golaszewski
2026-05-05 13:31 ` [PATCH v2 0/6] MIPS: alchemy: attach software nodes to GPIO controllers and use properties Manuel Lauss
2026-05-19 11:52   ` Bartosz Golaszewski
2026-05-19 20:56     ` Thomas Bogendoerfer
2026-05-20  7:07       ` Bartosz Golaszewski
2026-05-26 14:35         ` Thomas Bogendoerfer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox