On Tue, Sep 10, 2013 at 11:48 PM, Arnd Bergmann <[email protected]> wrote: > On Tuesday 10 September 2013, Linus Walleij wrote:
>> Arnd/Greg: seeking your ACK to take this through the GPIO tree >> as part of the attempt at cleaning out custom GPIO implementations. > > Acked-by: Arnd Bergmann <[email protected]> Thanks! >> + if (count) { >> + gpio_direction_output(pin, 0); >> *IXP4XX_OSRT2 = (count & ~IXP4XX_OST_RELOAD_MASK) | >> IXP4XX_OST_ENABLE; >> } else { > > Too bad we can't just clean up all the open-coded mmio accesses as well. It > shouldn't > be hard, but some platforms are full of them, and there is definitely some > regression > potential. Yeah :-/ I'm poking the IXP4 people a bit, it seems to have a large hobbyist following due to all the NSLU2 hackers out there so lets see if someone picks up the challenge to go and clean up this stuff. Yours, Linus Walleij -- 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
