- 04 11月, 2011 1 次提交
-
-
由 Jason Liu 提交于
arch/arm/plat-mxc/tzic.c:105: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'tzic_handle_irq' Signed-off-by: NJason Liu <jason.hui@linaro.org>
-
- 26 9月, 2011 1 次提交
-
-
由 Sascha Hauer 提交于
Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
-
- 23 9月, 2011 1 次提交
-
-
由 Hui Wang 提交于
Convert i.MX avic irq handler to use generic irq chip. This not only provides a cleanup implementation of irq chip handler, but also implements suspend/resume interface with the help of generic irq chip interface. Change mxc_irq_chip to a new structure mxc_extra_irq to handle fiq and priority functions. Signed-off-by: NHui Wang <jason77.wang@gmail.com> Acked-by: NShawn Guo <shawn.guo@linaro.org> Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
-
- 07 7月, 2011 2 次提交
-
-
由 Shawn Guo 提交于
The patch converts mxc tzic interrupt controller to use generic irq chip. Signed-off-by: NShawn Guo <shawn.guo@linaro.org> Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
-
由 Sascha Hauer 提交于
This becomes meaningless in subsequent patches. Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
-
- 29 3月, 2011 2 次提交
-
-
由 Thomas Gleixner 提交于
Use irq_set_chip_and_handler() instead. Converted with coccinelle. Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
-
由 Thomas Gleixner 提交于
Convert to the new function names. Automated with coccinelle. Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
-
- 14 1月, 2011 1 次提交
-
-
由 Lennert Buytenhek 提交于
Signed-off-by: NLennert Buytenhek <buytenh@secretlab.ca>
-
- 14 12月, 2010 1 次提交
-
-
由 Peter Horton 提交于
Add support for FIQ on mx51 TZIC TZIC changes tested with FIQ audio on an mx51 board AVIC changes build with mx3_defconfig, not tested Signed-off-by: NPeter Horton <phorton@bitbox.co.uk> Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
-
- 21 8月, 2010 1 次提交
-
-
由 Jason Wang 提交于
When we call tzic_enable_wake function, the kernel will crash because of access to an unmapped address. This is because two register access operations forgot to add base address. Signed-off-by: NJason Wang <jason77.wang@gmail.com> Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
-
- 24 6月, 2010 1 次提交
-
-
由 Uwe Kleine-König 提交于
This function is defined once for each imx family and so is in the way when compiling a kernel for more than one SoC. Signed-off-by: NUwe Kleine-König <u.kleine-koenig@pengutronix.de>
-
- 22 4月, 2010 1 次提交
-
-
由 Dinh Nguyen 提交于
Register the gpio irqs on Freescale's MX51 Babbage HW. Signed-off-by: NDinh Nguyen <Dinh.Nguyen@freescale.com> Signed-off-by: NAmit Kucheria <amit.kucheria@canonical.com> Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
-
- 09 2月, 2010 1 次提交
-
-
由 Amit Kucheria 提交于
Freescale i.MX51 processor uses a new interrupt controller. Add driver for TrustZone Interrupt Controller Signed-off-by: NAmit Kucheria <amit.kucheria@canonical.com>
-