On Tue, Nov 25, 2014 at 10:57 PM, Rojhalat Ibrahim <imr@xxxxxxxxxxx> wrote: > Convert mdio-mux-gpio to the GPIO descriptor interface and use the new > gpiod_set_array function to set all output signals simultaneously. > > Signed-off-by: Rojhalat Ibrahim <imr@xxxxxxxxxxx> > Acked-by: David S. Miller <davem@xxxxxxxxxxxxx> > -- > This patch depends on the gpiod_set_array function, which is available in > the linux-gpio devel tree. > > Change log: > v3: remove unnecessary braces > v2: fix gpiod_get_index usage > > drivers/net/phy/mdio-mux-gpio.c | 37 +++++++++++++------------------------ > 1 file changed, 13 insertions(+), 24 deletions(-) Looks all good to me! Nice use of this new interface, leading to simpler client code. Reviewed-by: Alexandre Courbot <acourbot@xxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html