Re: [PATCH 0/7] Prerequisites for BCM63XX UDC driver
From: John Crispin <john@phrozen.org>
Date: 2012-08-30 18:13:16
From: John Crispin <john@phrozen.org>
Date: 2012-08-30 18:13:16
On 23/06/12 07:14, Kevin Cernekee wrote:
These patches are intended to lay the groundwork for a new USB Device Controller (gadget UDC) driver. arch/mips/bcm63xx updates include: Clock enable bits DMA descriptor updates New register and IRQ definitions Create platform_device and platform_data Baseline is: git://git.linux-mips.org/pub/scm/ralf/upstream-sfr.git #mips-for-linux-next Note that this is not an OTG-capable controller. Therefore, boards are permanently wired up for either host mode or device mode. Device vs. host can be determined in board_bcm963xx.c based on the detected board ID. Some boards have connectors/pads for both modes, but need to be reworked to run in device mode; usually this involves moving 0-ohm resistors on the D+ and D- lines.
Thanks, queued the whole series for 3.7 John