mbox series

[U-Boot,0/7] ARM: uniphier: support drive-strength pin configuration

Message ID 1525517637-17603-1-git-send-email-yamada.masahiro@socionext.com
Headers show
Series ARM: uniphier: support drive-strength pin configuration | expand

Message

Masahiro Yamada May 5, 2018, 10:53 a.m. UTC
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(-)

Comments

Masahiro Yamada May 8, 2018, 1:30 a.m. UTC | #1
2018-05-05 19:53 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.com>:
>
> 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
>

Series, applied to u-boot-uniphier.