usb: gadget: at91: using USBA_NR_DMAS for DMA channels
authorBo Shen <voice.shen@atmel.com>
Wed, 19 Feb 2014 02:07:44 +0000 (10:07 +0800)
committerFelipe Balbi <balbi@ti.com>
Wed, 19 Feb 2014 19:47:12 +0000 (13:47 -0600)
The SoCs earlier than sama5d3, they have the same number endpoints
and DMA channels. In driver code, they use the same definition
USBA_NR_ENDPOINTS for both endpoints and dma channels. However,
in sama5d3, it has different number for endpoints and DMA channels.
So, define a new macro USBA_NR_DMAs for DMA channels. And the
USBA_NR_ENDPOINS is not used anymore, remove it at the same time.

Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Bo Shen <voice.shen@atmel.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/atmel_usba_udc.c
drivers/usb/gadget/atmel_usba_udc.h

Simple merge
Simple merge