[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAOh2x==7awAgx0idqjauYJZk9-aoBEvDWneMksbyYH38c6+OSg@mail.gmail.com>
Date: Fri, 20 Jun 2014 12:39:36 +0530
From: Viresh Kumar <viresh.kumar@...aro.org>
To: Thomas Gleixner <tglx@...utronix.de>
Cc: LKML <linux-kernel@...r.kernel.org>,
Jason Cooper <jason@...edaemon.net>,
Shiraz Hashim <shiraz.linux.kernel@...il.com>,
spear-devel <spear-devel@...t.st.com>
Subject: Re: [patch 13/13] irqchip: spear_shirq: Simplify register access code
On Fri, Jun 20, 2014 at 3:04 AM, Thomas Gleixner <tglx@...utronix.de> wrote:
> Index: linux/drivers/irqchip/spear-shirq.c
> -struct shirq_regs {
> - u32 enb_reg;
> - u32 reset_to_enb;
I don't see something similar to 'reset_to_enb' is added again.
AFAICT, this field is being used by two blocks:
spear300_shirq_ras1: writes 0 to this. i.e. we need to write 0 to
mask the interrupt
and
spear320_shirq_ras3: writes 1 to this. i.e. we need to write 1 to
mask the interrupt.
And so the new code you have added breaks it for SPEAr300 ?
> - u32 status_reg;
> -};
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists