> -----Original Message----- > From: Ajay Bhargav [mailto:[email protected]] > Sent: Monday, August 08, 2011 11:40 AM > To: Prafulla Wadaskar > Cc: [email protected]; 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 <[email protected]> > --- > 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 <[email protected]> Regards.. Prafulla . . _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

