aspeed: AST2500 Pinctrl Driver
authormaxims@google.com <maxims@google.com>
Mon, 17 Apr 2017 19:00:27 +0000 (12:00 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 8 May 2017 15:57:33 +0000 (11:57 -0400)
commit4f0e44e46615e3c827dcd1ec59677be1058d394c
tree46fbf4a04c8195bf3bf4e7feaf56a8a282b40d79
parent99f8ad7321fb9bbfbaff870a53b005d36a723b1f
aspeed: AST2500 Pinctrl Driver

This driver uses Generic Pinctrl framework and is compatible with
the Linux driver for ast2500: it uses the same device tree
configuration.

Not all pins are supported by the driver at the moment, so it actually
compatible with ast2400. In general, however, there are differences that
in the future would be easier to maintain separately.

Signed-off-by: Maxim Sloyko <maxims@google.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/include/asm/arch-aspeed/pinctrl.h [new file with mode: 0644]
arch/arm/include/asm/arch-aspeed/scu_ast2500.h
drivers/pinctrl/Kconfig
drivers/pinctrl/Makefile
drivers/pinctrl/aspeed/Makefile [new file with mode: 0644]
drivers/pinctrl/aspeed/pinctrl_ast2500.c [new file with mode: 0644]