aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/blackfin/mach-bf537/boards/cm_bf537e.c3
-rw-r--r--arch/blackfin/mach-bf537/boards/cm_bf537u.c3
-rw-r--r--arch/blackfin/mach-bf537/boards/stamp.c3
-rw-r--r--arch/blackfin/mach-bf537/boards/tcm_bf537.c3
-rw-r--r--arch/blackfin/mach-bf561/boards/cm_bf561.c3
5 files changed, 5 insertions, 10 deletions
diff --git a/arch/blackfin/mach-bf537/boards/cm_bf537e.c b/arch/blackfin/mach-bf537/boards/cm_bf537e.c
index 1e7290ef3525..1e1014df5e9e 100644
--- a/arch/blackfin/mach-bf537/boards/cm_bf537e.c
+++ b/arch/blackfin/mach-bf537/boards/cm_bf537e.c
@@ -733,7 +733,6 @@ static struct platform_device bfin_mac_device = {
733 733
734static struct pata_platform_info bfin_pata_platform_data = { 734static struct pata_platform_info bfin_pata_platform_data = {
735 .ioport_shift = 2, 735 .ioport_shift = 2,
736 .irq_type = IRQF_TRIGGER_HIGH,
737}; 736};
738 737
739static struct resource bfin_pata_resources[] = { 738static struct resource bfin_pata_resources[] = {
@@ -750,7 +749,7 @@ static struct resource bfin_pata_resources[] = {
750 { 749 {
751 .start = PATA_INT, 750 .start = PATA_INT,
752 .end = PATA_INT, 751 .end = PATA_INT,
753 .flags = IORESOURCE_IRQ, 752 .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_HIGHLEVEL,
754 }, 753 },
755}; 754};
756 755
diff --git a/arch/blackfin/mach-bf537/boards/cm_bf537u.c b/arch/blackfin/mach-bf537/boards/cm_bf537u.c
index c7495dc74690..d056db9e5592 100644
--- a/arch/blackfin/mach-bf537/boards/cm_bf537u.c
+++ b/arch/blackfin/mach-bf537/boards/cm_bf537u.c
@@ -587,7 +587,6 @@ static struct platform_device bfin_mac_device = {
587 587
588static struct pata_platform_info bfin_pata_platform_data = { 588static struct pata_platform_info bfin_pata_platform_data = {
589 .ioport_shift = 2, 589 .ioport_shift = 2,
590 .irq_type = IRQF_TRIGGER_HIGH,
591}; 590};
592 591
593static struct resource bfin_pata_resources[] = { 592static struct resource bfin_pata_resources[] = {
@@ -604,7 +603,7 @@ static struct resource bfin_pata_resources[] = {
604 { 603 {
605 .start = PATA_INT, 604 .start = PATA_INT,
606 .end = PATA_INT, 605 .end = PATA_INT,
607 .flags = IORESOURCE_IRQ, 606 .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_HIGHLEVEL,
608 }, 607 },
609}; 608};
610 609
diff --git a/arch/blackfin/mach-bf537/boards/stamp.c b/arch/blackfin/mach-bf537/boards/stamp.c
index de19b8a56007..88a19fc9844d 100644
--- a/arch/blackfin/mach-bf537/boards/stamp.c
+++ b/arch/blackfin/mach-bf537/boards/stamp.c
@@ -2462,7 +2462,6 @@ static struct platform_device bfin_sport0_device = {
2462#define PATA_INT IRQ_PF5 2462#define PATA_INT IRQ_PF5
2463static struct pata_platform_info bfin_pata_platform_data = { 2463static struct pata_platform_info bfin_pata_platform_data = {
2464 .ioport_shift = 1, 2464 .ioport_shift = 1,
2465 .irq_flags = IRQF_TRIGGER_HIGH,
2466}; 2465};
2467 2466
2468static struct resource bfin_pata_resources[] = { 2467static struct resource bfin_pata_resources[] = {
@@ -2479,7 +2478,7 @@ static struct resource bfin_pata_resources[] = {
2479 { 2478 {
2480 .start = PATA_INT, 2479 .start = PATA_INT,
2481 .end = PATA_INT, 2480 .end = PATA_INT,
2482 .flags = IORESOURCE_IRQ, 2481 .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_HIGHLEVEL,
2483 }, 2482 },
2484}; 2483};
2485#elif defined(CF_IDE_NAND_CARD_USE_CF_IN_COMMON_MEMORY_MODE) 2484#elif defined(CF_IDE_NAND_CARD_USE_CF_IN_COMMON_MEMORY_MODE)
diff --git a/arch/blackfin/mach-bf537/boards/tcm_bf537.c b/arch/blackfin/mach-bf537/boards/tcm_bf537.c
index 6b988ad653d8..ed309c9a62b6 100644
--- a/arch/blackfin/mach-bf537/boards/tcm_bf537.c
+++ b/arch/blackfin/mach-bf537/boards/tcm_bf537.c
@@ -589,7 +589,6 @@ static struct platform_device bfin_mac_device = {
589 589
590static struct pata_platform_info bfin_pata_platform_data = { 590static struct pata_platform_info bfin_pata_platform_data = {
591 .ioport_shift = 2, 591 .ioport_shift = 2,
592 .irq_type = IRQF_TRIGGER_HIGH,
593}; 592};
594 593
595static struct resource bfin_pata_resources[] = { 594static struct resource bfin_pata_resources[] = {
@@ -606,7 +605,7 @@ static struct resource bfin_pata_resources[] = {
606 { 605 {
607 .start = PATA_INT, 606 .start = PATA_INT,
608 .end = PATA_INT, 607 .end = PATA_INT,
609 .flags = IORESOURCE_IRQ, 608 .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_HIGHLEVEL,
610 }, 609 },
611}; 610};
612 611
diff --git a/arch/blackfin/mach-bf561/boards/cm_bf561.c b/arch/blackfin/mach-bf561/boards/cm_bf561.c
index e862f7823e68..c6db52ba3a06 100644
--- a/arch/blackfin/mach-bf561/boards/cm_bf561.c
+++ b/arch/blackfin/mach-bf561/boards/cm_bf561.c
@@ -354,7 +354,6 @@ static struct platform_device bfin_sir0_device = {
354 354
355static struct pata_platform_info bfin_pata_platform_data = { 355static struct pata_platform_info bfin_pata_platform_data = {
356 .ioport_shift = 2, 356 .ioport_shift = 2,
357 .irq_type = IRQF_TRIGGER_HIGH,
358}; 357};
359 358
360static struct resource bfin_pata_resources[] = { 359static struct resource bfin_pata_resources[] = {
@@ -371,7 +370,7 @@ static struct resource bfin_pata_resources[] = {
371 { 370 {
372 .start = PATA_INT, 371 .start = PATA_INT,
373 .end = PATA_INT, 372 .end = PATA_INT,
374 .flags = IORESOURCE_IRQ, 373 .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_HIGHLEVEL,
375 }, 374 },
376}; 375};
377 376