[GIT PULL] pin control fixes for v5.3
From: Linus Walleij
Date: Sat Aug 10 2019 - 05:01:18 EST
Hi Linus,
here are some pin control fixes for the v5.3 development.
I should have sent earlier, vacation interfered. Thus there
is a syntax fix I would normally not put in as fix at this point in
this set, but I think it is no big deal.
Please pull it in!
Yours,
Linus Walleij
The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:
Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
tags/pinctrl-v5.3-2
for you to fetch changes up to 8c4407de3be44c2a0ec3e316cd3e4a711bc2aaba:
pinctrl: aspeed: Make aspeed_pinmux_ips static (2019-07-29 23:35:31 +0200)
----------------------------------------------------------------
Some pin control fixes for the v5.4 series:
- Delay acquisition of regmaps in the Aspeed G5 driver.
- Make a symbol static to reduce compiler noise.
----------------------------------------------------------------
Andrew Jeffery (1):
pinctrl: aspeed-g5: Delay acquisition of regmaps
YueHaibing (1):
pinctrl: aspeed: Make aspeed_pinmux_ips static
drivers/pinctrl/aspeed/pinctrl-aspeed-g4.c | 2 +-
drivers/pinctrl/aspeed/pinctrl-aspeed-g5.c | 92 +++++++++++++++++++++---------
drivers/pinctrl/aspeed/pinctrl-aspeed.c | 12 ++--
drivers/pinctrl/aspeed/pinmux-aspeed.c | 2 +-
drivers/pinctrl/aspeed/pinmux-aspeed.h | 5 +-
5 files changed, 75 insertions(+), 38 deletions(-)