[Armadeus-commitlog] armadeus branch, master, updated. release-3.4-257-gb76a0b1
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2011-06-28 15:15:12
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via b76a0b17039754fcb3f7cf6dd8300158f786dc71 (commit)
from ebfd36cd64bd1737680c0667b8c795ec948ea040 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b76a0b17039754fcb3f7cf6dd8300158f786dc71
Author: Julien Boibessot <jul...@ar...>
Date: Tue Jun 28 17:14:32 2011 +0200
[LINUX] Removes warning et debug stuff in wb_irq_mngr driver
-----------------------------------------------------------------------
Summary of changes:
.../wishbone_example/wb_irq_mngr/board_irq_mng.c | 2 +-
.../fpga/wishbone_example/wb_irq_mngr/main.c | 1 -
2 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/target/linux/modules/fpga/wishbone_example/wb_irq_mngr/board_irq_mng.c b/target/linux/modules/fpga/wishbone_example/wb_irq_mngr/board_irq_mng.c
index 9a679ba..039f190 100644
--- a/target/linux/modules/fpga/wishbone_example/wb_irq_mngr/board_irq_mng.c
+++ b/target/linux/modules/fpga/wishbone_example/wb_irq_mngr/board_irq_mng.c
@@ -79,9 +79,9 @@ static int fpga_pins[] = {
static int __init board_irq_mng_init(void)
{
+#ifdef CONFIG_MACH_APF27
int ret;
-#ifdef CONFIG_MACH_APF27
ret = mxc_gpio_setup_multiple_pins(fpga_pins, ARRAY_SIZE(fpga_pins), "FPGA");
if (ret)
return -EINVAL;
diff --git a/target/linux/modules/fpga/wishbone_example/wb_irq_mngr/main.c b/target/linux/modules/fpga/wishbone_example/wb_irq_mngr/main.c
index 13cf633..6ea5244 100644
--- a/target/linux/modules/fpga/wishbone_example/wb_irq_mngr/main.c
+++ b/target/linux/modules/fpga/wishbone_example/wb_irq_mngr/main.c
@@ -252,7 +252,6 @@ static int __devinit ocore_irq_mng_probe(struct platform_device *pdev)
writew(0, mng->membase + FPGA_IMR);
for (irq = IRQ_FPGA(0); irq < IRQ_FPGA(NB_IT); irq++) {
- printk("IRQ %d\n", irq);
set_irq_chip_data(irq, mng);
set_irq_chip_and_handler(irq, &imx_fpga_chip, handle_edge_irq);
set_irq_flags(irq, IRQF_VALID);
hooks/post-receive
--
armadeus
|