[PATCH] ARM: davinci: usb: provide minimal support for da850. (v2)

2013-10-11 Thread Paul Chavent
As for the da830 and hawk boards, the da850 can provide minimalist usb 1.1 implementation without enabling usb gadget and inventra HC. This patch is inspired by the hawk board implementation. Signed-off-by: Paul Chavent --- arch/arm/mach-davinci/board-da850-evm.c | 135 +

Re: [PATCH] ARM: davinci: usb: provide minimal support for da850.

2013-10-07 Thread Sekhar Nori
On Tuesday 24 September 2013 07:16 PM, Paul Chavent wrote: > As for the da830 and hawk boards, the da850 can provide minimalist usb > 1.1 implementation. Moreover, this patch has only been tested with the > OHCI (on an OMAP L138 EVM / DA850 board), not with the Inventra HC > (that seems broken for

[PATCH] ARM: davinci: usb: provide minimal support for da850.

2013-09-24 Thread Paul Chavent
As for the da830 and hawk boards, the da850 can provide minimalist usb 1.1 implementation. Moreover, this patch has only been tested with the OHCI (on an OMAP L138 EVM / DA850 board), not with the Inventra HC (that seems broken for the DA8XX). This patch is inspired by the hawk board implementatio