This is an attempt to remove the custom GPIO API with gpio_line* signatures from the IXP4 platform. I'm looking for testing and ACKs to take this through the GPIO tree eventually as part of the major clean-up attempt.
Please do not report checkpatch errors on patch 7/7 as it is just moving already existing code, not introducing new code. Linus Walleij (7): ARM: ixp4xx: convert remaining users to use gpiolib misc: ixp4-beeper: switch to use gpiolib misc: ixp4-beeper: use gpiolib strictly ptp: switch to use gpiolib staging: media/lirc: switch to use gpiolib ARM: ixp4: delete irq_to_gpio ARM: ixp4xx: stop broadcasting the custom GPIO API arch/arm/mach-ixp4xx/common.c | 49 +++++++++++++++++++++------- arch/arm/mach-ixp4xx/dsmg600-setup.c | 16 +++++---- arch/arm/mach-ixp4xx/include/mach/platform.h | 39 ---------------------- arch/arm/mach-ixp4xx/ixdp425-setup.c | 8 +++-- arch/arm/mach-ixp4xx/nas100d-setup.c | 15 +++++---- arch/arm/mach-ixp4xx/nslu2-setup.c | 10 +++--- drivers/input/misc/ixp4xx-beeper.c | 25 +++++++++----- drivers/ptp/ptp_ixp46x.c | 9 ++++- drivers/staging/media/lirc/lirc_serial.c | 16 +++++++-- 9 files changed, 102 insertions(+), 85 deletions(-) -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
