Re: [PATCH v2 7/8] pinctrl: Add pinctrl-aspeed-g5 driver
From: Joel Stanley <joel@jms.id.au>
Date: 2016-08-30 06:04:49
Also in:
linux-devicetree, lkml
From: Joel Stanley <joel@jms.id.au>
Date: 2016-08-30 06:04:49
Also in:
linux-devicetree, lkml
2016-08-19 22:14 GMT+09:30 Andrew Jeffery [off-list ref]:
A small subset of pins and functions are exposed. The selection of pins and functions is driven by the development of OpenBMC[1] on the AST2500 SoC, particularly around booting the IBM Witherspoon platform. [1] https://github.com/openbmc/docs Signed-off-by: Andrew Jeffery <redacted>
As with the g4 driver, this looks good and works fine on the ast2500evb and witherspoon boards. Reviewed-by: Joel Stanley <joel@jms.id.au>
--- Since v1: * Fix the RMII1 signal descriptor bit * Add a number of new mux function and pin definitions * Sort the pin, group and function arrays for sanity * Add SoC-specific compatible string drivers/pinctrl/aspeed/Kconfig | 8 + drivers/pinctrl/aspeed/Makefile | 1 + drivers/pinctrl/aspeed/pinctrl-aspeed-g5.c | 808 +++++++++++++++++++++++++++++ 3 files changed, 817 insertions(+) create mode 100644 drivers/pinctrl/aspeed/pinctrl-aspeed-g5.c