From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v6 05/17] memory: omap-gpmc: Implement IRQ domain for NAND IRQs Date: Mon, 11 Apr 2016 09:52:23 -0500 Message-ID: <20160411145223.GA29936@rob-hp-laptop> References: <1460023715-19332-1-git-send-email-rogerq@ti.com> <1460023715-19332-6-git-send-email-rogerq@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1460023715-19332-6-git-send-email-rogerq-l0cyMroinI0@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Roger Quadros Cc: tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org, computersforpeace-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org, dwmw2-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org, ezequiel-30ULvvUtt6G51wMPkGsGjgyUoB5FGQPZ@public.gmane.org, javier-0uQlZySMnqxg9hUCZPvPmw@public.gmane.org, fcooper-l0cyMroinI0@public.gmane.org, nsekhar-l0cyMroinI0@public.gmane.org, linux-mtd-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-omap@vger.kernel.org On Thu, Apr 07, 2016 at 01:08:23PM +0300, Roger Quadros wrote: > GPMC provides 2 interrupts for NAND use. i.e. fifoevent and termcount. > Use IRQ domain for this. NAND device tree node can then > get the necessary interrupts by using gpmc as the interrupt parent. > > Legacy boot uses gpmc_get_client_irq to get the > NAND interrupts from the GPMC IRQ domain. > Get rid of custom bitmasks and use IRQ domain for that > as well. > > Signed-off-by: Roger Quadros > --- > Documentation/devicetree/bindings/bus/ti-gpmc.txt | 8 + Acked-by: Rob Herring > drivers/memory/omap-gpmc.c | 246 ++++++++++++---------- > include/linux/omap-gpmc.h | 5 +- > 3 files changed, 144 insertions(+), 115 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html