summaryrefslogtreecommitdiffstats
path: root/arch/unicore32/kernel/gpio.c
Commit message (Collapse)AuthorAgeFilesLines
* unicore32 io: redefine __REG(x) and re-use readl/writel funcsGuanXuetao2011-03-171-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 handlingGuanXuetao2011-03-171-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>