public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Minkyu Kang <mk7.kang@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/2] pinctrl: Add pinctrl driver support for Exynos7420 SoC
Date: Tue, 12 Apr 2016 12:56:20 +0900	[thread overview]
Message-ID: <570C71E4.10408@samsung.com> (raw)
In-Reply-To: <CAPnjgZ3RRt0cnkjXgT+pm+Q5YoD3XAFGMJp6egJmv75m6-BWOA@mail.gmail.com>

On 10/04/16 03:35, Simon Glass wrote:
> On 5 April 2016 at 19:45, Thomas Abraham <thomas.ab@samsung.com> wrote:
>> Add pinctrl driver support for Samsung's Exynos7420 SoC. The changes
>> have been split into Exynos7420 specific and common Exynos specific
>> portions so that this implementation is reusable on other Exynos
>> SoCs as well.
>>
>> The Exynos pinctrl driver supports only device tree based pin
>> configuration. The bindings used are similar to the ones used in the
>> linux kernel.
>>
>> Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
>> Cc: Simon Glass <sjg@chromium.org>
>> Cc: Minkyu Kang <mk7.kang@samsung.com>
>> Signed-off-by: Thomas Abraham <thomas.ab@samsung.com>
>> ---
>>  drivers/pinctrl/Kconfig                     |    1 +
>>  drivers/pinctrl/Makefile                    |    1 +
>>  drivers/pinctrl/exynos/Kconfig              |   10 ++
>>  drivers/pinctrl/exynos/Makefile             |    9 ++
>>  drivers/pinctrl/exynos/pinctrl-exynos.c     |  141 +++++++++++++++++++++++++++
>>  drivers/pinctrl/exynos/pinctrl-exynos.h     |   77 +++++++++++++++
>>  drivers/pinctrl/exynos/pinctrl-exynos7420.c |  121 +++++++++++++++++++++++
>>  7 files changed, 360 insertions(+), 0 deletions(-)
>>  create mode 100644 drivers/pinctrl/exynos/Kconfig
>>  create mode 100644 drivers/pinctrl/exynos/Makefile
>>  create mode 100644 drivers/pinctrl/exynos/pinctrl-exynos.c
>>  create mode 100644 drivers/pinctrl/exynos/pinctrl-exynos.h
>>  create mode 100644 drivers/pinctrl/exynos/pinctrl-exynos7420.c
> 
> Reviewed-by: Simon Glass <sjg@chromium.org>
> 
> 

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

Thanks,
Minkyu Kang.

      reply	other threads:[~2016-04-12  3:56 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-06  1:45 [U-Boot] [PATCH 0/2] pinctrl: add support for exynos7420 pinctrl driver Thomas Abraham
2016-04-06  1:45 ` [U-Boot] [PATCH 1/2] pinctrl: add the DM_UC_FLAG_SEQ_ALIAS flag for numbering the devices Thomas Abraham
2016-04-09 18:35   ` Simon Glass
2016-04-06  1:45 ` [U-Boot] [PATCH 2/2] pinctrl: Add pinctrl driver support for Exynos7420 SoC Thomas Abraham
2016-04-09 18:35   ` Simon Glass
2016-04-12  3:56     ` Minkyu Kang [this message]

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=570C71E4.10408@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox