
23 Nov
2014
23 Nov
'14
1:55 p.m.
On 29 October 2014 at 20:08, Simon Glass sjg@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@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.