From patchwork Thu Dec 23 08:50:31 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Felipe Balbi X-Patchwork-Id: 429241 X-Patchwork-Delegate: tony@atomide.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id oBNJ5f4B026223 for ; Thu, 23 Dec 2010 19:06:15 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752640Ab0LWIuk (ORCPT ); Thu, 23 Dec 2010 03:50:40 -0500 Received: from na3sys009aog104.obsmtp.com ([74.125.149.73]:40558 "EHLO na3sys009aog104.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752027Ab0LWIuk (ORCPT ); Thu, 23 Dec 2010 03:50:40 -0500 Received: from source ([209.85.215.52]) by na3sys009aob104.postini.com ([74.125.148.12]) with SMTP ID DSNKTRMNX8BF31Ei2rUfIGxwHBSxKqrIbtqg@postini.com; Thu, 23 Dec 2010 00:50:39 PST Received: by ewy23 with SMTP id 23so3715549ewy.25 for ; Thu, 23 Dec 2010 00:50:38 -0800 (PST) Received: by 10.213.16.207 with SMTP id p15mr7988689eba.91.1293094238417; Thu, 23 Dec 2010 00:50:38 -0800 (PST) Received: from localhost (cs181221087.pp.htv.fi [82.181.221.87]) by mx.google.com with ESMTPS id b52sm5412251eei.13.2010.12.23.00.50.37 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 23 Dec 2010 00:50:37 -0800 (PST) From: Felipe Balbi To: Tony Lindgren Cc: Linux OMAP Mailing List , Linux ARM Kernel Mailing List , Felipe Balbi Subject: [PATCH 2/2] arm: omap: tusb6010: add name for MUSB IRQ Date: Thu, 23 Dec 2010 10:50:31 +0200 Message-Id: <1293094231-3270-2-git-send-email-balbi@ti.com> X-Mailer: git-send-email 1.7.3.4.598.g85356 In-Reply-To: <1293094231-3270-1-git-send-email-balbi@ti.com> References: <20101223084734.GA3149@legolas.emea.dhcp.ti.com> <1293094231-3270-1-git-send-email-balbi@ti.com> Organization: Texas Instruments\n Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Thu, 23 Dec 2010 19:06:16 +0000 (UTC) diff --git a/arch/arm/mach-omap2/usb-tusb6010.c b/arch/arm/mach-omap2/usb-tusb6010.c index 1e998ea..30f112b 100644 --- a/arch/arm/mach-omap2/usb-tusb6010.c +++ b/arch/arm/mach-omap2/usb-tusb6010.c @@ -216,6 +216,7 @@ static struct resource tusb_resources[] = { .flags = IORESOURCE_MEM, }, { /* IRQ */ + .name = "mc", .flags = IORESOURCE_IRQ, }, };