summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/irq_fixup.c
Commit message (Collapse)AuthorAgeFilesLines
* ARM: at91: irq_fixup: Use __iomem specifier for memory pointerAlexander Shiyan2014-01-291-1/+1
| | | | | Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* at91: add irq fixupJean-Christophe PLAGNIOL-VILLARD2013-09-181-0/+22
Some of the irq can still be on after a reset or power on as the IP are powered by the backup power. This could lead to an interrupt dead lock when the kernel boot. So disable them before booting. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Cc: Nicolas Ferre <nicolas.ferre@atmel.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>