mbox series

[0/3] Few fix for pins configuration on Armada 37xx

Message ID 20181221173259.8372-1-gregory.clement@bootlin.com
Headers show
Series Few fix for pins configuration on Armada 37xx | expand

Message

Gregory CLEMENT Dec. 21, 2018, 5:32 p.m. UTC
Hello,

this small series fixes wrong pins configuration we currently have on
Armada 37xx.

For now it is especially annoying it we want to enable suspend to
RAM for PCie.

Gregory

Gregory CLEMENT (2):
  pinctrl: armada-37xx: add missing pin: PCIe1 Wakeup
  pinctrl: dt-bindings: Fix the armada-37xx documentation

Marek Behún (1):
  pinctrl: armada-37xx: Correct mpp definitions

 .../pinctrl/marvell,armada-37xx-pinctrl.txt   | 24 ++++++++++++++-----
 drivers/pinctrl/mvebu/pinctrl-armada-37xx.c   | 11 +++++----
 2 files changed, 25 insertions(+), 10 deletions(-)

Comments

Miquel Raynal Jan. 3, 2019, 2:38 p.m. UTC | #1
Hi Gregory,

Gregory CLEMENT <gregory.clement@bootlin.com> wrote on Fri, 21 Dec 2018
18:32:56 +0100:

> Hello,
> 
> this small series fixes wrong pins configuration we currently have on
> Armada 37xx.
> 
> For now it is especially annoying it we want to enable suspend to
> RAM for PCie.

Thanks for the series, it works for me.

Tested-by: Miquel Raynal <miquel.raynal@bootlin.com>


Thanks,
Miquèl
Linus Walleij Jan. 11, 2019, 8:54 a.m. UTC | #2
On Fri, Dec 21, 2018 at 6:33 PM Gregory CLEMENT
<gregory.clement@bootlin.com> wrote:

> this small series fixes wrong pins configuration we currently have on
> Armada 37xx.
>
> For now it is especially annoying it we want to enable suspend to
> RAM for PCie.

All three patches applied for next (v5.1) with Miquel's
test tag.

Yours,
Linus Walleij