Linux MIPS Architecture development
 help / color / mirror / Atom feed
From: Jon Anders Haugum <jonah@omegav.ntnu.no>
To: linux-mips@linux-mips.org
Subject: [Patch] Au1550 PSC SPI irq mask fix
Date: Mon, 20 Dec 2004 12:28:51 +0100 (CET)	[thread overview]
Message-ID: <20041220122328.M3626@invalid.ed.ntnu.no> (raw)

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)

             reply	other threads:[~2004-12-20 11:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-20 11:28 Jon Anders Haugum [this message]
2004-12-21  4:31 ` [Patch] Au1550 PSC SPI irq mask fix Steven J. Hill
2004-12-21  7:16   ` Jon Anders Haugum

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20041220122328.M3626@invalid.ed.ntnu.no \
    --to=jonah@omegav.ntnu.no \
    --cc=linux-mips@linux-mips.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox