From mboxrd@z Thu Jan 1 00:00:00 1970 From: Masahiro Yamada Date: Sat, 5 May 2018 19:53:50 +0900 Subject: [U-Boot] [PATCH 0/7] ARM: uniphier: support drive-strength pin configuration Message-ID: <1525517637-17603-1-git-send-email-yamada.masahiro@socionext.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 instead of 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