Home
last modified time | relevance | path

Searched hist:"5915 a2ad0da6086892c587442d4eabd681f987b5" (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/include/asm/
H A Domap_gpio.h5915a2ad0da6086892c587442d4eabd681f987b5 Thu Oct 23 03:37:09 UTC 2014 Simon Glass <sjg@chromium.org> dm: omap: gpio: Support driver model

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 <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@ti.com>
/rk3399_rockchip-uboot/drivers/gpio/
H A Domap_gpio.c5915a2ad0da6086892c587442d4eabd681f987b5 Thu Oct 23 03:37:09 UTC 2014 Simon Glass <sjg@chromium.org> dm: omap: gpio: Support driver model

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 <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@ti.com>
/rk3399_rockchip-uboot/drivers/mmc/
H A Domap_hsmmc.c5915a2ad0da6086892c587442d4eabd681f987b5 Thu Oct 23 03:37:09 UTC 2014 Simon Glass <sjg@chromium.org> dm: omap: gpio: Support driver model

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 <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@ti.com>