From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Tue, 24 Feb 2009 14:13:25 +0100 Subject: [U-Boot] [PATCH 2/9 v4] i.MX31: add a simple gpio driver In-Reply-To: <1233965887-4317-1-git-send-email-agust@denx.de> References: 20090206212719.GE24772@game.jcrosoft.org <1233965887-4317-1-git-send-email-agust@denx.de> Message-ID: <49A3F275.1060402@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > From: Guennadi Liakhovetski > > This is a minimal driver, so far only managing output. It will > be used by the mxc_spi.c driver. > > Signed-off-by: Guennadi Liakhovetski > Signed-off-by: Anatolij Gustschin > --- > > Changes since v1: alphabetical order, typo in copyright fixed, use > ARRAY_SIZE. > Changes since v2: fixed wrong indentation in int mx31_gpio_direction() > declaration. > Changes since v3: use macros defined in > "mx31: add GPIO registers definitions" patch by Ilya Yanok. > > After an ACK from Jean-Christophe I'm going to push it > via video tree. > > Anatolij > > drivers/gpio/Makefile | 3 +- > drivers/gpio/mx31_gpio.c | 73 ++++++++++++++++++++++++++++++++++++++ > include/asm-arm/arch-mx31/mx31.h | 20 ++++++++++ > 3 files changed, 95 insertions(+), 1 deletions(-) > create mode 100644 drivers/gpio/mx31_gpio.c Applied to u-boot-video/master. Thanks, Anatolij