From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Tang Subject: Re: [PATCHv2] usb: chipidea: add support for USB OTG controller on TI-NSPIRE Date: Mon, 25 Nov 2013 14:52:51 +1100 Message-ID: References: <1385278667-91856-1-git-send-email-dt.tangr@gmail.com> <20131124101205.GA30724@shlinux1.ap.freescale.net> Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20131124101205.GA30724@shlinux1.ap.freescale.net> Sender: linux-doc-owner@vger.kernel.org To: Peter Chen Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-doc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux@arm.linux.org.uk List-Id: devicetree@vger.kernel.org Hi, On 24/11/2013, at 9:12 PM, Peter Chen wrote: > On Sun, Nov 24, 2013 at 06:37:47PM +1100, dt.tangr@gmail.com wrote: > >> +}; >> + >> +MODULE_DEVICE_TABLE(of, ci_hdrc_nspire_dt_ids); >> +module_platform_driver(ci_hdrc_nspire_driver); >> + >> +MODULE_ALIAS("platform:nspire_usb"); >> +MODULE_ALIAS("platform:ci_hdrc_nspire"); > > Just curious, why you need to two alias? Oops, I must've forgotten to remove this. I'll remove it in the next patch. > > -- > > Best Regards, > Peter Chen > Cheers, Daniel Tang