summaryrefslogtreecommitdiffstats
path: root/arch/microblaze/include/asm/microblaze_intc.h
Commit message (Collapse)AuthorAgeFilesLines
* microblaze: intc: Registering interrupt should return valueMichal Simek2012-09-111-1/+10
| | | | | | Return value to find out if un/registration was succesful. Signed-off-by: Michal Simek <monstr@monstr.eu>
* microblaze: intc: Clear interrupt codeMichal Simek2012-07-101-0/+3
| | | | | | | | | Clear and prepare for device-tree driven configuration. Remove CONFIG_SYS_INTC_0 definition Use dynamic allocation instead of static. Signed-off-by: Michal Simek <monstr@monstr.eu> Acked-by: Simon Glass <sjg@chromium.org>
* Move architecture-specific includes to arch/$ARCH/include/asmPeter Tyser2010-04-131-0/+43
This helps to clean up the include/ directory so that it only contains non-architecture-specific headers and also matches Linux's directory layout which many U-Boot developers are already familiar with. Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
OpenPOWER on IntegriCloud