Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unicore32 io: redefine __REG(x) and re-use readl/writel funcs | GuanXuetao | 2011-03-17 | 1 | -6/+6 |
| | | | | | | | -- by advice of Arnd Bergmann Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn> Reviewed-by: Arnd Bergmann <arnd@arndb.de> | ||||
* | unicore32 core architecture: interrupts ang gpio handling | GuanXuetao | 2011-03-17 | 1 | -0/+122 |
This patch implements interrupts and gpio handling. UniCore32 has 9 gpio interrupt sources. And gpio device operations are also here. Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn> |