OSDN Git Service

usb: gadget: lpc32xx_udc: Fix compatibility with STOTG04 fixes-for-v3.7-rc2
authorAlexandre Pereira da Silva <aletes.xgr@gmail.com>
Mon, 15 Oct 2012 12:47:35 +0000 (09:47 -0300)
committerFelipe Balbi <balbi@ti.com>
Tue, 16 Oct 2012 10:11:27 +0000 (13:11 +0300)
commit69da85edbab5cd42909d3ba65b3dad1c1fb40206
tree52a814804f81dedd443e5003a97d6bc6804bec76
parentd5c6a1e024dd5acd6ad2e1a6eb6a2fd5c15c50f1
usb: gadget: lpc32xx_udc: Fix compatibility with STOTG04

The STOTG04 is an replacement for ISP1301.

Most of the registers on STOTG04 are the same as on ISP1301, but the
register ISP1301_I2C_OTG_CONTROL_2 (address 0x10) doesn't exist on the
ST part.

This is a work around for this by using the interrupt source register that
should behave the same on both parts and has the needed information.

Tested-by: Roland Stigge <stigge@antcom.de>
Signed-off-by: Alexandre Pereira da Silva <aletes.xgr@gmail.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/lpc32xx_udc.c