Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-01 | gpio: uniphier: use devm_get_addr() to get base address | Masahiro Yamada | |
Currently, fdtdec_get_addr_size() does not support the address translation, so it cannot handle device trees with non-straight "ranges" properties. (This would be a problem with DTS for UniPhier ARMv8 SoCs.) Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> | |||
2016-02-29 | gpio: uniphier: add driver for UniPhier GPIO controller | Masahiro Yamada | |
This GPIO controller device is used on UniPhier SoCs. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Simon Glass <sjg@chromium.org> |