From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH 1/7] ARM: OMAP2+: Remove unused ti81xx platform init code Date: Mon, 19 Jan 2015 09:15:56 -0800 Message-ID: <20150119171556.GX18552@atomide.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-03-ewr.mailhop.org ([204.13.248.66]:53742 "EHLO mho-01-ewr.mailhop.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751448AbbASRTZ (ORCPT ); Mon, 19 Jan 2015 12:19:25 -0500 Content-Disposition: inline In-Reply-To: Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Matthijs van Duin Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Brian Hutchinson * Matthijs van Duin [150118 12:35]: > > --- a/arch/arm/mach-omap2/usb-musb.c > > +++ b/arch/arm/mach-omap2/usb-musb.c > > @@ -82,16 +82,8 @@ void __init usb_musb_init(struct omap_musb_board_data *musb_board_data) > > musb_plat.mode = board_data->mode; > > musb_plat.extvbus = board_data->extvbus; > > > > - if (soc_is_am35xx()) { > > Was it intentional that this patch also removed a test for am35xx > (rather than am335x) ? Oops that was not intentional. However, with the pending patches to make am3517 dt only, this won't hurt anything as the only legacy platform then left are omap3430 to omap3730 which us the default musb-omap2430. Regards, Tony From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Mon, 19 Jan 2015 09:15:56 -0800 Subject: [PATCH 1/7] ARM: OMAP2+: Remove unused ti81xx platform init code In-Reply-To: References: Message-ID: <20150119171556.GX18552@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Matthijs van Duin [150118 12:35]: > > --- a/arch/arm/mach-omap2/usb-musb.c > > +++ b/arch/arm/mach-omap2/usb-musb.c > > @@ -82,16 +82,8 @@ void __init usb_musb_init(struct omap_musb_board_data *musb_board_data) > > musb_plat.mode = board_data->mode; > > musb_plat.extvbus = board_data->extvbus; > > > > - if (soc_is_am35xx()) { > > Was it intentional that this patch also removed a test for am35xx > (rather than am335x) ? Oops that was not intentional. However, with the pending patches to make am3517 dt only, this won't hurt anything as the only legacy platform then left are omap3430 to omap3730 which us the default musb-omap2430. Regards, Tony