All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Glass <sjg@chromium.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v1 4/8] lpc32xx: add GPIO support
Date: Fri, 16 Jan 2015 10:17:52 -0700	[thread overview]
Message-ID: <CAPnjgZ3-CMbn=vUqhScLhH0fRbqmW8Hr7pJcC0zS+R0sSmNoRA@mail.gmail.com> (raw)
In-Reply-To: <1421392760-21810-5-git-send-email-albert.aribaud@3adev.fr>

Hi Albert,

On 16 January 2015 at 00:19, Albert ARIBAUD (3ADEV)
<albert.aribaud@3adev.fr> wrote:
> Signed-off-by: Albert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>
> ---
>
>  arch/arm/include/asm/arch-lpc32xx/gpio.h |  43 ++++++
>  drivers/gpio/Makefile                    |   1 +
>  drivers/gpio/lpc32xx_gpio.c              | 223 +++++++++++++++++++++++++++++++
>  3 files changed, 267 insertions(+)
>  create mode 100644 arch/arm/include/asm/arch-lpc32xx/gpio.h
>  create mode 100644 drivers/gpio/lpc32xx_gpio.c

This should be done with driver model these days.

Regards,
Simon

  parent reply	other threads:[~2015-01-16 17:17 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-16  7:19 [U-Boot] [PATCH v1 0/8] Extend LPC32xx functionality and add LPC32xx-based work_92015 board Albert ARIBAUD
2015-01-16  7:19 ` [U-Boot] [PATCH v1 1/8] lpc32xx: add Ethernet support Albert ARIBAUD
2015-01-16  7:19   ` [U-Boot] [PATCH v1 2/8] lpc32xx: mtd: nand: add MLC NAND controller Albert ARIBAUD
2015-01-16  7:19     ` [U-Boot] [PATCH v1 3/8] lpc32xx: i2c: add LPC32xx I2C interface support Albert ARIBAUD
2015-01-16  7:19       ` [U-Boot] [PATCH v1 4/8] lpc32xx: add GPIO support Albert ARIBAUD
2015-01-16  7:19         ` [U-Boot] [PATCH v1 5/8] lpc32xx: add LPC32xx SSP support (SPI mode) Albert ARIBAUD
2015-01-16  7:19           ` [U-Boot] [PATCH v1 6/8] dtt: add ds620 support Albert ARIBAUD
2015-01-16  7:19             ` [U-Boot] [PATCH v1 7/8] lpc32xx: add lpc32xx-spl.bin boot image target Albert ARIBAUD
2015-01-16  7:19               ` [U-Boot] [PATCH v1 8/8] lpc32xx: add support for board work_92105 Albert ARIBAUD
2015-01-16 13:08               ` [U-Boot] [PATCH v1 7/8] lpc32xx: add lpc32xx-spl.bin boot image target Marek Vasut
2015-01-19  7:11                 ` Albert ARIBAUD
2015-01-16 17:17         ` Simon Glass [this message]
2015-01-19  7:12           ` [U-Boot] [PATCH v1 4/8] lpc32xx: add GPIO support Albert ARIBAUD
2015-01-16 16:46   ` [U-Boot] [PATCH v1 1/8] lpc32xx: add Ethernet support Joe Hershberger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAPnjgZ3-CMbn=vUqhScLhH0fRbqmW8Hr7pJcC0zS+R0sSmNoRA@mail.gmail.com' \
    --to=sjg@chromium.org \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.