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 v8 1/2] gpio: at91_gpio: remove CPU_HAS_PIO3 macro
Date: Fri, 31 Mar 2017 22:21:20 -0600	[thread overview]
Message-ID: <CAPnjgZ3Z+U1oVQNFndSJUt+3XW2Rd-1cqXzg-JJQj_JJzRQnpQ@mail.gmail.com> (raw)
In-Reply-To: <20170323044437.11394-2-wenyou.yang@atmel.com>

On 22 March 2017 at 22:44, Wenyou Yang <wenyou.yang@atmel.com> wrote:
> The intention of the removal is the preparation to introduce the
> new AT91 PIO pinctrl driver.
>
> Use the union to make the PIO3 and PIO2's registers be together
> and make their offset aligned.
>
> Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
> ---
>
> Changes in v8: None
> Changes in v7:
>  - Fix the missing conversion for the at91_emac driver when building
>    the at91rm9200 devices.
>
> Changes in v6:
>  - Move PIO_SCDR_DIV define from mach/<soc.h> to mach/at91_pio.h
>    to fix the build error.
>
> Changes in v5: None
> Changes in v4:
>  - Fix the incomplete conversion of the peripheral configurations on
>    the sama5d3, sam9x5, and sam9n12.
>
> Changes in v3: None
> Changes in v2: None
>
>  arch/arm/mach-at91/arm926ejs/at91sam9n12_devices.c | 106 ++++++------
>  arch/arm/mach-at91/arm926ejs/at91sam9x5_devices.c  | 112 ++++++-------
>  arch/arm/mach-at91/armv7/sama5d3_devices.c         | 140 ++++++++--------
>  arch/arm/mach-at91/include/mach/at91_pio.h         |  63 ++++----
>  arch/arm/mach-at91/include/mach/at91sam9x5.h       |   2 -
>  arch/arm/mach-at91/include/mach/sama5d3.h          |   2 -
>  arch/arm/mach-at91/include/mach/sama5d4.h          |   2 -
>  board/atmel/at91sam9n12ek/at91sam9n12ek.c          |  10 +-
>  board/atmel/at91sam9x5ek/at91sam9x5ek.c            |  90 +++++------
>  board/atmel/sama5d3xek/sama5d3xek.c                |  64 ++++----
>  board/atmel/sama5d4_xplained/sama5d4_xplained.c    | 148 ++++++++---------
>  board/atmel/sama5d4ek/sama5d4ek.c                  | 136 ++++++++--------
>  board/denx/ma5d4evk/ma5d4evk.c                     | 178 ++++++++++-----------
>  board/l+g/vinco/vinco.c                            |  70 ++++----
>  drivers/gpio/at91_gpio.c                           | 142 ++++++++++------
>  drivers/net/at91_emac.c                            |   4 +-
>  16 files changed, 660 insertions(+), 609 deletions(-)

Reviewed-by: Simon Glass <sjg@chromium.org>

  reply	other threads:[~2017-04-01  4:21 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-23  4:44 [U-Boot] [PATCH v8 0/2] pinctrl: at91: Add pinctrl driver Wenyou Yang
2017-03-23  4:44 ` [U-Boot] [PATCH v8 1/2] gpio: at91_gpio: remove CPU_HAS_PIO3 macro Wenyou Yang
2017-04-01  4:21   ` Simon Glass [this message]
2017-04-13 21:16     ` Simon Glass
2017-03-23  4:44 ` [U-Boot] [PATCH v8 2/2] pinctrl: at91: add pinctrl driver Wenyou Yang
2017-04-13 21:16   ` Simon Glass

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=CAPnjgZ3Z+U1oVQNFndSJUt+3XW2Rd-1cqXzg-JJQj_JJzRQnpQ@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.