All of lore.kernel.org
 help / color / mirror / Atom feed
From: Masahiro Yamada <yamada.masahiro@socionext.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/7] ARM: uniphier: support drive-strength pin configuration
Date: Sat,  5 May 2018 19:53:50 +0900	[thread overview]
Message-ID: <1525517637-17603-1-git-send-email-yamada.masahiro@socionext.com> (raw)


I will merge this series after the release.



Masahiro Yamada (7):
  pinctrl: uniphier: remove unneeded pin data of LD6b
  pinctrl: uniphier: replace printf() with dev_err()
  pinctrl: uniphier: include <linux/build_bug.h> instead of
    <linux/bug.h>
  pinctrl: uniphier: support per-pin configuration via DT
  pinctrl: uniphier: support drive-strength configuration
  pinctrl: uniphier: add ethernet TX pin data for LD20
  ARM: uniphier: enable CONFIG_PINCONF

 configs/uniphier_v8_defconfig                    |   1 +
 drivers/pinctrl/uniphier/pinctrl-uniphier-core.c | 140 ++++++++++++++++++++++-
 drivers/pinctrl/uniphier/pinctrl-uniphier-ld20.c |  11 ++
 drivers/pinctrl/uniphier/pinctrl-uniphier-ld6b.c |  13 ---
 drivers/pinctrl/uniphier/pinctrl-uniphier.h      |  49 ++++++--
 5 files changed, 190 insertions(+), 24 deletions(-)

-- 
2.7.4

             reply	other threads:[~2018-05-05 10:53 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-05 10:53 Masahiro Yamada [this message]
2018-05-05 10:53 ` [U-Boot] [PATCH 1/7] pinctrl: uniphier: remove unneeded pin data of LD6b Masahiro Yamada
2018-05-05 10:53 ` [U-Boot] [PATCH 2/7] pinctrl: uniphier: replace printf() with dev_err() Masahiro Yamada
2018-05-05 10:53 ` [U-Boot] [PATCH 3/7] pinctrl: uniphier: include <linux/build_bug.h> instead of <linux/bug.h> Masahiro Yamada
2018-05-05 10:53 ` [U-Boot] [PATCH 4/7] pinctrl: uniphier: support per-pin configuration via DT Masahiro Yamada
2018-05-05 10:53 ` [U-Boot] [PATCH 5/7] pinctrl: uniphier: support drive-strength configuration Masahiro Yamada
2018-05-05 10:53 ` [U-Boot] [PATCH 6/7] pinctrl: uniphier: add ethernet TX pin data for LD20 Masahiro Yamada
2018-05-05 10:53 ` [U-Boot] [PATCH 7/7] ARM: uniphier: enable CONFIG_PINCONF Masahiro Yamada
2018-05-08  1:30 ` [U-Boot] [PATCH 0/7] ARM: uniphier: support drive-strength pin configuration Masahiro Yamada

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=1525517637-17603-1-git-send-email-yamada.masahiro@socionext.com \
    --to=yamada.masahiro@socionext.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.