* [Patch] Au1550 PSC SPI irq mask fix
@ 2004-12-20 11:28 Jon Anders Haugum
2004-12-21 4:31 ` Steven J. Hill
0 siblings, 1 reply; 3+ messages in thread
From: Jon Anders Haugum @ 2004-12-20 11:28 UTC (permalink / raw)
To: linux-mips
The ALLMASK define for SPI interrupts is missing two bits.
diff -u -r1.1.2.6 au1xxx_psc.h
--- linux/include/asm-mips/au1xxx_psc.h 18 Sep 2004 22:07:37 -0000
1.1.2.6
+++ linux/include/asm-mips/au1xxx_psc.h 20 Dec 2004 11:18:23 -0000
@@ -359,7 +359,8 @@
#define PSC_SPIMSK_SD (1 << 5)
#define PSC_SPIMSK_MD (1 << 4)
#define PSC_SPIMSK_ALLMASK (PSC_SPIMSK_MM | PSC_SPIMSK_RR | \
- PSC_SPIMSK_RO | PSC_SPIMSK_TO | \
+ PSC_SPIMSK_RO | PSC_SPIMSK_RU | \
+ PSC_SPIMSK_TR | PSC_SPIMSK_TO | \
PSC_SPIMSK_TU | PSC_SPIMSK_SD | \
PSC_SPIMSK_MD)
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [Patch] Au1550 PSC SPI irq mask fix 2004-12-20 11:28 [Patch] Au1550 PSC SPI irq mask fix Jon Anders Haugum @ 2004-12-21 4:31 ` Steven J. Hill 2004-12-21 7:16 ` Jon Anders Haugum 0 siblings, 1 reply; 3+ messages in thread From: Steven J. Hill @ 2004-12-21 4:31 UTC (permalink / raw) To: Jon Anders Haugum; +Cc: linux-mips Jon Anders Haugum wrote: > The ALLMASK define for SPI interrupts is missing two bits. > REFUSED. Your patch is out of date. Please update to latest CVS and try again. Next time, please also denote what kernel version you are applying against. Thanks. -Steve ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Patch] Au1550 PSC SPI irq mask fix 2004-12-21 4:31 ` Steven J. Hill @ 2004-12-21 7:16 ` Jon Anders Haugum 0 siblings, 0 replies; 3+ messages in thread From: Jon Anders Haugum @ 2004-12-21 7:16 UTC (permalink / raw) To: Steven J. Hill; +Cc: linux-mips On Mon, 20 Dec 2004, Steven J. Hill wrote: > REFUSED. Your patch is out of date. Please update to latest > CVS and try again. Next time, please also denote what kernel > version you are applying against. Thanks. Sorry, it's intended for the latest on linux_2_4 branch (2.4.29-pre1). Since 2.6/HEAD is currently outdated on this and is missing these SPI defines completely. -- Jon Anders Haugum ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-12-21 7:16 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2004-12-20 11:28 [Patch] Au1550 PSC SPI irq mask fix Jon Anders Haugum 2004-12-21 4:31 ` Steven J. Hill 2004-12-21 7:16 ` Jon Anders Haugum
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.