[U-Boot] [PATCH v2 3/9] dm: at91: Add driver model support for atmel GPIO driver

Simon Glass sjg at chromium.org
Sun Nov 23 13:55:26 CET 2014


On 29 October 2014 at 20:08, Simon Glass <sjg at chromium.org> wrote:
> Modify this driver to support driver model, with platform data required to
> determine the GPIOs that it controls.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2:
> - Remove unnecessary port number check
> - Use GPIO_PER_BANK instead of 32 in more places
>
>  arch/arm/include/asm/arch-at91/gpio.h |   6 +
>  drivers/gpio/at91_gpio.c              | 241 ++++++++++++++++++++++++++--------
>  2 files changed, 193 insertions(+), 54 deletions(-)

Applied to u-boot-dm.


More information about the U-Boot mailing list