[U-Boot] [PATCH v3 1/2] gpio: Add GPIO driver framework for Marvell SoCs
Prafulla Wadaskar
prafulla at marvell.com
Wed Aug 10 09:49:26 CEST 2011
> -----Original Message-----
> From: Ajay Bhargav [mailto:ajay.bhargav at einfochips.com]
> Sent: Monday, August 08, 2011 11:40 AM
> To: Prafulla Wadaskar
> Cc: u-boot at lists.denx.de; Ajay Bhargav
> Subject: [PATCH v3 1/2] gpio: Add GPIO driver framework for Marvell SoCs
>
> This patch adds generic GPIO driver framework support for Marvell SoCs.
>
> To enable GPIO driver define CONFIG_MARVELL_GPIO and for GPIO commands
> define CONFIG_CMD_GPIO in your board configuration file.
>
> v3 - Added file mvgpio.h for common defines based on CPU core
> subversion. Arch related stuff should be added to arch/gpio.h
>
> Signed-off-by: Ajay Bhargav <ajay.bhargav at einfochips.com>
> ---
> drivers/gpio/Makefile | 1 +
> drivers/gpio/mvgpio.c | 114
> +++++++++++++++++++++++++++++++++++++++++++++++++
> include/mvgpio.h | 77 +++++++++++++++++++++++++++++++++
> 3 files changed, 192 insertions(+), 0 deletions(-)
> create mode 100644 drivers/gpio/mvgpio.c
> create mode 100644 include/mvgpio.h
>
This patch looks okay to me.
Acked-by: Prafulla Wadaskar <Prafulla at marvell.com>
Regards..
Prafulla . .
More information about the U-Boot
mailing list