summaryrefslogtreecommitdiff
path: root/arch/microblaze/cpu/interrupts.c
AgeCommit message (Expand)Author
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2019-12-02common: Move interrupt functions into a new headerSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2016-04-04microblaze: Remove !OF_CONTROL code for timer and interruptMichal Simek
2016-04-04microblaze: Read information about timer/interrupts from DTMichal Simek
2015-02-09microblaze: Use standard interrupt_init() functionMichal Simek
2015-02-09microblaze: Add debug message about enabling interruptsMichal Simek
2015-02-09microblaze: Fix coding styleMichal Simek
2015-02-09microblaze: Remove DEBUG_INT macro and use debug() insteadMichal Simek
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2012-09-11microblaze: intc: Coding style cleanupMichal Simek
2012-09-11microblaze: intc: Registering interrupt should return valueMichal Simek
2012-07-10microblaze: intc: Clear interrupt codeMichal Simek
2012-02-23microblaze: avoid interrupt race conditionsStephan Linz
2011-01-10microblaze: Disabling interrupt should return 1 if was enabledMichal Simek
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk
2010-04-16microblaze: Fix interrupt handler codeMichal Simek
2010-04-16microblaze: Move FSL initialization to board.cMichal Simek
2010-04-16microblaze: Move timer initialization to board.cMichal Simek
2010-04-13microblaze: Move cpu/microblaze/* to arch/microblaze/cpu/*Peter Tyser