Re: [PATCHv2] usb: chipidea: add support for USB OTG controller on TI-NSPIRE

2013-11-24 Thread Daniel Tang
Hi, On 24/11/2013, at 9:12 PM, Peter Chen wrote: > On Sun, Nov 24, 2013 at 06:37:47PM +1100, dt.ta...@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_AL

Re: [PATCHv2] usb: chipidea: add support for USB OTG controller on TI-NSPIRE

2013-11-24 Thread Peter Chen
On Sun, Nov 24, 2013 at 06:37:47PM +1100, dt.ta...@gmail.com wrote: > From: Daniel Tang > > Changelog v2: > * Rename ci13xxx to ci_hdrc > * Fixed alignment issues > > The USB controller in TI-NSPIRE calculators are based off either Freescale's > USB OTG controller or the USB controller found i

[PATCHv2] usb: chipidea: add support for USB OTG controller on TI-NSPIRE

2013-11-23 Thread dt . tangr
From: Daniel Tang Changelog v2: * Rename ci13xxx to ci_hdrc * Fixed alignment issues The USB controller in TI-NSPIRE calculators are based off either Freescale's USB OTG controller or the USB controller found in the IMX233, both of which are Chipidea compatible. This patch adds a device tree