From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933180Ab3CLQkM (ORCPT ); Tue, 12 Mar 2013 12:40:12 -0400 Received: from mho-03-ewr.mailhop.org ([204.13.248.66]:23764 "EHLO mho-01-ewr.mailhop.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S933122Ab3CLQkK (ORCPT ); Tue, 12 Mar 2013 12:40:10 -0400 X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 50.131.214.131 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1+EzC+CFgRgMOwAIZ+GT3we Date: Tue, 12 Mar 2013 09:40:07 -0700 From: Tony Lindgren To: Roger Quadros Cc: balbi@ti.com, b-cousson@ti.com, linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, linux-omap@vger.kernel.org, devicetree-discuss@lists.ozlabs.org Subject: Re: [PATCH 00/24] ARM: OMAP2+: Adapt to ehci-omap changes for 3.10 Message-ID: <20130312164007.GZ26093@atomide.com> References: <1363088606-2692-1-git-send-email-rogerq@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1363088606-2692-1-git-send-email-rogerq@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Roger Quadros [130312 04:47]: > Hi Tony, > > These patches provide the SoC side code required to support > the changes in the OMAP USB Host drivers done in [1], [2] & [3]. ... > arch/arm/mach-omap2/board-3430sdp.c | 97 +++++++++++++++- > arch/arm/mach-omap2/board-3630sdp.c | 100 +++++++++++++++- > arch/arm/mach-omap2/board-am3517crane.c | 95 +++++++++++++-- > arch/arm/mach-omap2/board-am3517evm.c | 66 ++++++++++- > arch/arm/mach-omap2/board-cm-t35.c | 95 ++++++++++++++- > arch/arm/mach-omap2/board-cm-t3517.c | 97 +++++++++++++++- > arch/arm/mach-omap2/board-devkit8000.c | 20 ++-- > arch/arm/mach-omap2/board-generic.c | 67 +++++++++++ > arch/arm/mach-omap2/board-igep0020.c | 112 ++++++++++++++++--- > arch/arm/mach-omap2/board-omap3beagle.c | 93 +++++++++++++-- > arch/arm/mach-omap2/board-omap3evm.c | 62 ++++++++-- > arch/arm/mach-omap2/board-omap3pandora.c | 52 +++++++-- > arch/arm/mach-omap2/board-omap3stalker.c | 52 +++++++- > arch/arm/mach-omap2/board-omap3touchbook.c | 62 +++++++++- > arch/arm/mach-omap2/board-omap4panda.c | 122 ++++++++++++++------ > arch/arm/mach-omap2/board-overo.c | 54 ++++++++- > arch/arm/mach-omap2/board-zoom.c | 56 ++++++++- Can't you have some mach-omap2/ehci-common.c that takes care of the initializiation to avoid this much addition to the board-*.c files? You may be able to have just a common function to do it and pass few parameters? Regards, Tony