Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1618758

[PATCH v2 0/4] pinctrl: aspeed: Add initial pinconf support

From Andrew Jeffery <andrew@aj.id.au>
Newsgroups linux.kernel
Subject [PATCH v2 0/4] pinctrl: aspeed: Add initial pinconf support
Date 2017-04-07 15:00 +0200
Message-ID <ttBEC-7cJ-11@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi Linus,

v2 breaks the pinconf patch for the Aspeed pin controller out into a series,
adding explicit documentation to the devicetree bindings and breaking out
changes to the core from those to the SoC drivers.

The changes also address review comments from Joel.

Cheers,

Andrew

Andrew Jeffery (4):
  pinctrl: aspeed: Document pinconf in devicetree bindings
  pinctrl: aspeed: Add core pinconf support
  pinctrl: aspeed: g4: Add pinconf support
  pinctrl: aspeed: g5: Add pinconf support

 .../devicetree/bindings/pinctrl/pinctrl-aspeed.txt |  40 +++-
 drivers/pinctrl/aspeed/pinctrl-aspeed-g4.c         | 117 +++++++++++-
 drivers/pinctrl/aspeed/pinctrl-aspeed-g5.c         | 153 ++++++++++++++-
 drivers/pinctrl/aspeed/pinctrl-aspeed.c            | 211 +++++++++++++++++++++
 drivers/pinctrl/aspeed/pinctrl-aspeed.h            |  28 +++
 5 files changed, 538 insertions(+), 11 deletions(-)

-- 
2.9.3

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/4] pinctrl: aspeed: Add initial pinconf support Andrew Jeffery <andrew@aj.id.au> - 2017-04-07 15:00 +0200
  [PATCH v2 2/4] pinctrl: aspeed: Add core pinconf support Andrew Jeffery <andrew@aj.id.au> - 2017-04-07 15:00 +0200
  [PATCH v2 4/4] pinctrl: aspeed: g5: Add pinconf support Andrew Jeffery <andrew@aj.id.au> - 2017-04-07 15:00 +0200
  [PATCH v2 3/4] pinctrl: aspeed: g4: Add pinconf support Andrew Jeffery <andrew@aj.id.au> - 2017-04-07 15:00 +0200

csiph-web