From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Hunter Subject: [PATCH 0/2] gpio/omap: updates for v3.10 Date: Fri, 1 Mar 2013 11:22:46 -0600 Message-ID: <1362158568-1624-1-git-send-email-jon-hunter@ti.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from arroyo.ext.ti.com ([192.94.94.40]:48595 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751043Ab3CARYL (ORCPT ); Fri, 1 Mar 2013 12:24:11 -0500 Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Kevin Hilman , Santosh Shilimkar , Linus Walleij Cc: Tony Lindgren , linux-omap , linux-arm , Jon Hunter Summary of updates: - Convert OMAP GPIO driver to use linear mapping for IRQ domains - Avoid crashes seen if a gpio bank is not enabled when requesting an IRQ. Testing includes: - Boot testing on OMAP5912 OSK, OMAP2420 H4, OMAP3430 SDP, OMAP4430 SDP and AM335x EVM. - Verified that GPIO interrupts are working on OMAP5912 OSK, OMAP2420 H4, OMAP3430 SDP and OMAP4430 SDP by making sure networking was working correctly as these boards use a GPIO with the ethernet chips. Also checked /proc/interrupts to ensure GPIO interrupt counts are incrementing as expected. Jon Hunter (2): gpio/omap: convert gpio irq domain to linear mapping gpio/omap: warn if bank is not enabled on setting irq type drivers/gpio/gpio-omap.c | 75 +++++++++++++++++++++------------------------- 1 file changed, 34 insertions(+), 41 deletions(-) -- 1.7.10.4