From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian Swetland Subject: gpio interrupt support Date: Thu, 29 Dec 2005 13:25:06 -0800 Message-ID: <20051229212506.GA30537@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-omap-open-source-bounces+gplao-linux-omap-open-source=gmane.org@linux.omap.com Errors-To: linux-omap-open-source-bounces+gplao-linux-omap-open-source=gmane.org@linux.omap.com To: linux-omap-open-source@linux.omap.com List-Id: linux-omap@vger.kernel.org I need to handle interrupts from omap gpios... it looks like there's code for (most of?) this in plat-omap/gpio.c, but the interrupt related functions are static and not exported. Is this functionality incomplete or is there some other way to register gpio interrupt handlers that I'm overlooking? Thanks, Brian