Message ID | 20230924-pxa-gpio-v1-0-2805b87d8894@skole.hr (mailing list archive) |
---|---|
Headers | show |
Series | ARM: pxa: GPIO descriptor conversions | expand |
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.
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ć <duje.mihanovic@skole.hr> --- 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,