All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Andreas Bießmann" <andreas.devel@googlemail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3] gpio: atmel: Add the PIO4 driver support
Date: Mon, 23 Nov 2015 16:50:34 +0100	[thread overview]
Message-ID: <565335CA.1070301@googlemail.com> (raw)
In-Reply-To: <1446618314-10540-1-git-send-email-wenyou.yang@atmel.com>

On 04.11.15 07:25, Wenyou Yang wrote:
> The PIO4 is introduced from SAMA5D2, as a new version
> for Atmel PIO controller.
> 
> Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>

Reviewed-by: Andreas Bie?mann <andreas.devel@googlemail.com>

> ---
> 
> Changes in v3:
>  1./ add return to atmel_pio4_set_pio_output() to avoid compilation
>      warning.
> 
> Changes in v2:
>  1./ update the macro definitions according to the latest datasheet.
>  2./ change the return value to -ENODEV.
>  3./ add check to port_base, pin and return -ENODEV.
>  4./ change the return value for set/get_pio_output/input function.
> 
>  arch/arm/mach-at91/include/mach/atmel_pio4.h |   48 +++++
>  drivers/gpio/Kconfig                         |   11 +
>  drivers/gpio/Makefile                        |    1 +
>  drivers/gpio/atmel_pio4.c                    |  296 ++++++++++++++++++++++++++
>  4 files changed, 356 insertions(+)
>  create mode 100644 arch/arm/mach-at91/include/mach/atmel_pio4.h
>  create mode 100644 drivers/gpio/atmel_pio4.c

  reply	other threads:[~2015-11-23 15:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-04  6:25 [U-Boot] [PATCH v3] gpio: atmel: Add the PIO4 driver support Wenyou Yang
2015-11-23 15:50 ` Andreas Bießmann [this message]
2015-11-30 21:28 ` [U-Boot] [U-Boot,v3] " Andreas Bießmann

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=565335CA.1070301@googlemail.com \
    --to=andreas.devel@googlemail.com \
    --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.