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)
commit3fcba0d87bfb5f880d34868090e05571dca80f78
tree79e4bb43640998bea8bc8c084e260ce864aefede
parentaa7be0f8f7fbd446c7cd5352480d0d10d78f742b
usb: gadget: at91: using USBA_NR_DMAS for DMA channels

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