]> git.baikalelectronics.ru Git - kernel.git/commit
usb: gadget: udc: net2280: Remove use_dma module parameter
authorRicardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Fri, 28 Nov 2014 13:50:49 +0000 (14:50 +0100)
committerFelipe Balbi <balbi@ti.com>
Mon, 12 Jan 2015 18:13:27 +0000 (12:13 -0600)
commit917317ec82cb0e7ab8621a520de8f32c965e20ea
treeb34c28f397fc6cc12e66109498b71c7f129ac1b6
parent0f12f46c148b00f1607b73d141c1e7b60d0ee53e
usb: gadget: udc: net2280: Remove use_dma module parameter

use_dma parameter was designed to enable the dma on the chip. It was
enabled by default.

It comes from the time when the dma was not reliable. Now it has been
working ok in production.

This patch removes this parameter.

Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/udc/net2280.c