All of lore.kernel.org
 help / color / mirror / Atom feed
From: Minkyu Kang <mk7.kang@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 20/21] dm: exynos: dts: Use GPIO bank phandles for GPIOs
Date: Wed, 07 Jan 2015 11:44:11 +0900	[thread overview]
Message-ID: <54AC9D7B.6030006@samsung.com> (raw)
In-Reply-To: <1420513543-4453-21-git-send-email-sjg@chromium.org>

On 06/01/15 12:05, Simon Glass wrote:
> U-Boot now supports using GPIOs using bank phandles instead of global
> numbers. Update the exynos device tree files to use this.
> 
> Signed-off-by: Simon Glass <sjg@chromium.org>
> ---
> 
>  arch/arm/dts/exynos4.dtsi                  |  7 -------
>  arch/arm/dts/exynos4210-origen.dts         |  2 +-
>  arch/arm/dts/exynos4210-trats.dts          |  4 ++--
>  arch/arm/dts/exynos4210-universal_c210.dts | 12 ++++++------
>  arch/arm/dts/exynos4412-odroid.dts         |  2 +-
>  arch/arm/dts/exynos4412-trats2.dts         |  6 +++---
>  arch/arm/dts/exynos5.dtsi                  |  4 +---
>  arch/arm/dts/exynos5250-smdk5250.dts       |  2 +-
>  arch/arm/dts/exynos5250-snow.dts           | 10 +++++-----
>  arch/arm/dts/exynos5420-peach-pit.dts      |  8 ++++----
>  arch/arm/dts/exynos5422-odroidxu3.dts      |  2 +-
>  arch/arm/dts/exynos5800-peach-pi.dts       | 10 +++++-----
>  12 files changed, 30 insertions(+), 39 deletions(-)
> 

Acked-by: Minkyu Kang <mk7.kang@samsung.com>

Thanks,
Minkyu Kang.

  reply	other threads:[~2015-01-07  2:44 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-06  3:05 [U-Boot] [PATCH 0/21] dm: Support GPIO device tree bindings in the uclass Simon Glass
2015-01-06  3:05 ` [U-Boot] [PATCH 01/21] dm: gpio: Bring in GPIO device tree binding Simon Glass
2015-01-15  4:38   ` Simon Glass
2015-01-06  3:05 ` [U-Boot] [PATCH 02/21] dm: exynos: " Simon Glass
2015-01-15  4:38   ` Simon Glass
2015-01-06  3:05 ` [U-Boot] [PATCH 03/21] dm: tegra: " Simon Glass
2015-01-15  4:39   ` Simon Glass
2015-01-06  3:05 ` [U-Boot] [PATCH 04/21] dm: fdt: Add a function to decode phandles with arguments Simon Glass
2015-01-15  4:39   ` Simon Glass
2015-01-15  7:29   ` Masahiro Yamada
2015-01-15 14:55     ` Simon Glass
2015-01-06  3:05 ` [U-Boot] [PATCH 05/21] dm: gpio: Add a native driver model API Simon Glass
2015-01-15  4:39   ` Simon Glass
2015-01-06  3:05 ` [U-Boot] [PATCH 06/21] dm: gpio: Add a driver GPIO translation method Simon Glass
2015-01-15  4:39   ` Simon Glass
2015-01-06  3:05 ` [U-Boot] [PATCH 07/21] dm: gpio: Add better functions to request GPIOs Simon Glass
2015-01-15  4:39   ` Simon Glass
2015-01-06  3:05 ` [U-Boot] [PATCH 08/21] dm: gpio: Mark the old GPIO API deprecated Simon Glass
2015-01-15  4:39   ` Simon Glass
2015-01-06  3:05 ` [U-Boot] [PATCH 09/21] dm: demo: Add a simple GPIO demonstration Simon Glass
2015-01-15  4:40   ` Simon Glass
2015-01-06  3:05 ` [U-Boot] [PATCH 10/21] dm: cros_ec: Remove use of fdtdec GPIO support Simon Glass
2015-01-15  4:40   ` Simon Glass
2015-01-06  3:05 ` [U-Boot] [PATCH 11/21] dm: tegra: Add a GPIO translation function Simon Glass
2015-01-15  4:40   ` Simon Glass
2015-01-06  3:05 ` [U-Boot] [PATCH 12/21] dm: exynos: " Simon Glass
2015-01-15  4:40   ` Simon Glass
2015-01-06  3:05 ` [U-Boot] [PATCH 13/21] dm: tegra: video: Remove use of fdtdec GPIO support Simon Glass
2015-01-15  4:40   ` Simon Glass
2015-01-06  3:05 ` [U-Boot] [PATCH 14/21] dm: tegra: nand: " Simon Glass
2015-01-15  4:40   ` Simon Glass
2015-01-06  3:05 ` [U-Boot] [PATCH 15/21] dm: zynq: Remove inline gpio functions Simon Glass
2015-01-15  4:40   ` Simon Glass
2015-01-06  3:05 ` [U-Boot] [PATCH 16/21] dm: mmc: Remove use of fdtdec GPIO support Simon Glass
2015-01-15  4:40   ` Simon Glass
2015-01-06  3:05 ` [U-Boot] [PATCH 17/21] dm: usb: " Simon Glass
2015-01-15  4:40   ` Simon Glass
2015-01-06  3:05 ` [U-Boot] [PATCH 18/21] dm: spi: " Simon Glass
2015-01-15  4:40   ` Simon Glass
2015-01-06  3:05 ` [U-Boot] [PATCH 19/21] dm: tegra: dts: Use TEGRA_GPIO() macro for all GPIOs Simon Glass
2015-01-15  4:40   ` Simon Glass
2015-01-06  3:05 ` [U-Boot] [PATCH 20/21] dm: exynos: dts: Use GPIO bank phandles for GPIOs Simon Glass
2015-01-07  2:44   ` Minkyu Kang [this message]
2015-01-15  4:40     ` Simon Glass
2015-01-06  3:05 ` [U-Boot] [PATCH 21/21] dm: fdt: Remove the old GPIO functions Simon Glass
2015-01-15  4:40   ` Simon Glass
2015-01-15  7:28   ` Masahiro Yamada
2015-01-15 14:56     ` Simon Glass
2015-01-13  4:19 ` [U-Boot] [PATCH 0/21] dm: Support GPIO device tree bindings in the uclass 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=54AC9D7B.6030006@samsung.com \
    --to=mk7.kang@samsung.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.