linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/4] pinctrl: aspeed: Implement remaining pins
@ 2016-12-06  3:11 Andrew Jeffery
  2016-12-06  3:11 ` [PATCH v3 1/4] pinctrl: aspeed: Read and write bits in LPC and GFX controllers Andrew Jeffery
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Andrew Jeffery @ 2016-12-06  3:11 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Andrew Jeffery, Rob Herring, Mark Rutland, Lee Jones,
	Joel Stanley, linux-gpio, devicetree, linux-kernel

Hi all,

This is v3 of the series implementing the remainder of the pinmux tables for
the AST2400 and AST2500 SoCs. v2 of the series can be found here:

    https://lkml.org/lkml/2016/11/2/263

Cheers,

Andrew

Significant changes since v2:

* The fix for touching bit SCU90[6] has been applied, so the patch has been
  dropped.
* The MFD devicetree bindings patches have been split out into their own
  series: https://lkml.org/lkml/2016/12/5/835
* Rework the "Read and write bits in LPC and GFX controllers" patch so that the
  changes are backwards compatible with existing devicetrees. This will lead to
  limited functionality, but no more limited than what systems with those
  devicetrees already experience.
* A fix for the kerneldoc return value descriptions

Significant changes since v1:

* Fixes from v1 have been applied, so have been dropped for v2
* A new fix has appeared, "pinctrl-aspeed-g5: Never set SCU90[6]", as noted
  above
* New bindings documents for the SoC Display and LPC Host Controllers, driven
  by the patch "pinctrl: aspeed: Read and write bits in LPCHC and GFX
  controllers"
* The v1 patch "pinctrl: aspeed: Enable capture of off-SCU pinmux state" has
  been significantly reworked and is now titled "pinctrl: aspeed: Read and
  write bits in LPCHC and GFX controllers"

Andrew Jeffery (4):
  pinctrl: aspeed: Read and write bits in LPC and GFX controllers
  pinctrl: aspeed-g4: Add mux configuration for all pins
  pinctrl: aspeed-g5: Add mux configuration for all pins
  pinctrl: aspeed: Fix kerneldoc return descriptions

 .../devicetree/bindings/pinctrl/pinctrl-aspeed.txt |   86 +-
 drivers/pinctrl/aspeed/pinctrl-aspeed-g4.c         | 1115 +++++++++++++-
 drivers/pinctrl/aspeed/pinctrl-aspeed-g5.c         | 1524 +++++++++++++++++++-
 drivers/pinctrl/aspeed/pinctrl-aspeed.c            |  165 ++-
 drivers/pinctrl/aspeed/pinctrl-aspeed.h            |   33 +-
 5 files changed, 2799 insertions(+), 124 deletions(-)

-- 
2.9.3

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2016-12-15  0:00 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-06  3:11 [PATCH v3 0/4] pinctrl: aspeed: Implement remaining pins Andrew Jeffery
2016-12-06  3:11 ` [PATCH v3 1/4] pinctrl: aspeed: Read and write bits in LPC and GFX controllers Andrew Jeffery
2016-12-08  2:19   ` Joel Stanley
2016-12-12 16:27   ` Rob Herring
2016-12-13  6:12     ` Andrew Jeffery
2016-12-14 16:46       ` Rob Herring
2016-12-15  0:00         ` Andrew Jeffery
2016-12-06  3:11 ` [PATCH v3 2/4] pinctrl: aspeed-g4: Add mux configuration for all pins Andrew Jeffery
2016-12-06  3:11 ` [PATCH v3 3/4] pinctrl: aspeed-g5: " Andrew Jeffery
2016-12-06  3:11 ` [PATCH v3 4/4] pinctrl: aspeed: Fix kerneldoc return descriptions Andrew Jeffery
2016-12-08  2:20   ` Joel Stanley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).