Re: [PATCH 3/5] usb: chipidea: Don't access OTG related registers

2013-02-14 Thread Alexander Shishkin
Svetoslav Neykov writes: > According to the datasheet the chipidea controller in AR933x doesn't expose > OTG and TEST registers. > If no OTG support is detected don't call functions which access those > registers. > > Signed-off-by: Svetoslav Neykov > --- > drivers/usb/chipidea/udc.c | 24 +

[PATCH 3/5] usb: chipidea: Don't access OTG related registers

2013-02-13 Thread Svetoslav Neykov
According to the datasheet the chipidea controller in AR933x doesn't expose OTG and TEST registers. If no OTG support is detected don't call functions which access those registers. Signed-off-by: Svetoslav Neykov --- drivers/usb/chipidea/udc.c | 24 1 file changed, 16