Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221064
b: refs/heads/master
c: eda9c02
h: refs/heads/master
v: v3
  • Loading branch information
Kukjin Kim committed Oct 20, 2010
1 parent eb9d1a2 commit 3a56e8e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 33f469d2d9ea1e4bd29b6840ea73cf0ea2f1515c
refs/heads/master: eda9c023b1d6c986c7191de78ba3f09acf366c0f
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-s5pv210/include/mach/irqs.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@

#define IRQ_IPC S5P_IRQ_VIC3(0)
#define IRQ_HOSTIF S5P_IRQ_VIC3(1)
#define IRQ_MMC3 S5P_IRQ_VIC3(2)
#define IRQ_HSMMC3 S5P_IRQ_VIC3(2)
#define IRQ_CEC S5P_IRQ_VIC3(3)
#define IRQ_TSI S5P_IRQ_VIC3(4)
#define IRQ_MDNIE0 S5P_IRQ_VIC3(5)
Expand Down
5 changes: 5 additions & 0 deletions trunk/arch/arm/mach-s5pv310/include/mach/irqs.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@

#define IRQ_IIC COMBINER_IRQ(27, 0)

#define IRQ_HSMMC0 COMBINER_IRQ(29, 0)
#define IRQ_HSMMC1 COMBINER_IRQ(29, 1)
#define IRQ_HSMMC2 COMBINER_IRQ(29, 2)
#define IRQ_HSMMC3 COMBINER_IRQ(29, 3)

#define IRQ_ONENAND_AUDI COMBINER_IRQ(34, 0)

/* Set the default NR_IRQS */
Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/arm/plat-samsung/dev-hsmmc3.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ static struct resource s3c_hsmmc3_resource[] = {
.flags = IORESOURCE_MEM,
},
[1] = {
.start = IRQ_MMC3,
.end = IRQ_MMC3,
.start = IRQ_HSMMC3,
.end = IRQ_HSMMC3,
.flags = IORESOURCE_IRQ,
}
};
Expand Down

0 comments on commit 3a56e8e

Please sign in to comment.