2023-09-24 17:12:47

by Duje Mihanović

[permalink] [raw]
Subject: [PATCH RFC 0/6] ARM: pxa: GPIO descriptor conversions

Hello,

Small series to convert some of the board files in the mach-pxa directory
to use the new GPIO descriptor interface.

Most notably, the am200epd, am300epd and Spitz matrix keypad among
others are not converted in this series.

Signed-off-by: Duje Mihanović <[email protected]>
---
Duje Mihanović (6):
ARM: pxa: Convert Spitz OHCI to GPIO descriptors
ARM: pxa: Convert Spitz LEDs to GPIO descriptors
ARM: pxa: Convert Spitz CF power control to GPIO descriptors
ARM: pxa: Convert reset driver to GPIO descriptors
ARM: pxa: Convert Spitz hsync to GPIO descriptors
ARM: pxa: Convert gumstix Bluetooth to GPIO descriptors

arch/arm/mach-pxa/gumstix.c | 24 ++++++++-------
arch/arm/mach-pxa/reset.c | 40 +++++++++----------------
arch/arm/mach-pxa/reset.h | 3 +-
arch/arm/mach-pxa/spitz.c | 68 +++++++++++++++++++++++++++++++++---------
drivers/usb/host/ohci-pxa27x.c | 10 +++++++
5 files changed, 92 insertions(+), 53 deletions(-)
---
base-commit: ce9ecca0238b140b88f43859b211c9fdfd8e5b70
change-id: 20230807-pxa-gpio-3ce25d574814

Best regards,
--
Duje Mihanović <[email protected]>



2023-09-25 07:55:24

by Andy Shevchenko

[permalink] [raw]
Subject: Re: [PATCH RFC 0/6] ARM: pxa: GPIO descriptor conversions

On Sun, Sep 24, 2023 at 06:42:53PM +0200, Duje Mihanović wrote:
> Hello,
>
> Small series to convert some of the board files in the mach-pxa directory
> to use the new GPIO descriptor interface.
>
> Most notably, the am200epd, am300epd and Spitz matrix keypad among
> others are not converted in this series.

Log waited clean up, thank you for doing it!
My comments are placed per individual patches.

--
With Best Regards,
Andy Shevchenko