Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-31 | ARM: UniPhier: replace <asm/io.h> with <linux/io.h> | Masahiro Yamada | |
In the Linux coding style, it is recommended to include <linux/io.h> rather than <asm/io.h>. Follow this trend. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> | |||
2015-03-01 | ARM: UniPhier: support 1CS support card for all the UniPhier SoCs | Masahiro Yamada | |
Two support card variants are used with UniPhier reference boards: - 1 chip select support card (original CPLD) - 3 chip selects support card (ARIMA-compatible CPLD) Currently, the former is only supported on PH1-Pro4, but it can be expanded to PH1-LD4, PH1-sLD8 with a little code change. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> |