[PATCH 0/4] MIPS: alchemy: attach software nodes to GPIO controllers and use properties

Dmitry Torokhov posted 4 patches 3 weeks, 4 days ago
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            |  36 ++--
arch/mips/alchemy/devboards/db1300.c            | 209 +++++++++++++++---------
arch/mips/include/asm/mach-au1x00/gpio-au1000.h |   4 +
arch/mips/include/asm/mach-au1x00/gpio-au1300.h |   3 +
7 files changed, 301 insertions(+), 197 deletions(-)
[PATCH 0/4] MIPS: alchemy: attach software nodes to GPIO controllers and use properties
Posted by Dmitry Torokhov 3 weeks, 4 days ago
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 2 patches convert the remaining 2 boards to use software
nodes as well.

Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
---
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            |  36 ++--
 arch/mips/alchemy/devboards/db1300.c            | 209 +++++++++++++++---------
 arch/mips/include/asm/mach-au1x00/gpio-au1000.h |   4 +
 arch/mips/include/asm/mach-au1x00/gpio-au1300.h |   3 +
 7 files changed, 301 insertions(+), 197 deletions(-)
---
base-commit: 343f51842f4ed7143872f3aa116a214a5619a4b9
change-id: 20260309-alchemy-78158ef7ee06

Thanks.

-- 
Dmitry