usb: gadget: udc: atmel: Update endpoint allocation scheme
authorCristian Birsan <cristian.birsan@microchip.com>
Mon, 23 Jan 2017 14:45:59 +0000 (16:45 +0200)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Tue, 24 Jan 2017 09:04:24 +0000 (11:04 +0200)
commit741d2558bf0aa8da9c0834ad43e1b9a1b16aa515
treeace7afcd11d93a35e7cfe50c30dbbc672446a910
parent41dc9ac163e76718d445a8149f8ce635375c8c38
usb: gadget: udc: atmel: Update endpoint allocation scheme

This patch updates the usb endpoint allocation scheme for atmel usba
driver to make sure all endpoints are allocated in order. This
requirement comes from the datasheet of the controller.

The allocation scheme is decided by fifo_mode parameter. For fifo_mode =
0 the driver tries to autoconfigure the endpoints fifo size. All other
modes contain fixed configurations optimized for different purposes. The
idea is somehow similar with the approach used on musb driver.

Signed-off-by: Cristian Birsan <cristian.birsan@microchip.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/gadget/udc/Kconfig
drivers/usb/gadget/udc/atmel_usba_udc.c
drivers/usb/gadget/udc/atmel_usba_udc.h