On 22 October 2014 21:37, Simon Glass <s...@chromium.org> wrote: > Add driver model support to this driver, while retaining support for the > legacy system. Driver model GPIO support is enabled with CONFIG_DM_GPIO > as usual. > > Since gpio_is_valid() no longer exists, we can use the -EINVAL error > returned from gpio_request(). > > Signed-off-by: Simon Glass <s...@chromium.org> > Reviewed-by: Tom Rini <tr...@ti.com> > --- > > Changes in v2: None > > arch/arm/include/asm/omap_gpio.h | 19 +++- > drivers/gpio/omap_gpio.c | 221 > +++++++++++++++++++++++++++++++++++++++ > drivers/mmc/omap_hsmmc.c | 15 ++- > 3 files changed, 248 insertions(+), 7 deletions(-)
Applied to u-boot-dm/master _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot