Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 51676c8d authored by Bin Liu's avatar Bin Liu Committed by Felipe Balbi
Browse files

usb: musb: enable usb_dma parameter



Change the permission of usb_dma parameter so it can
be used for runtime debug without reboot.

Signed-off-by: default avatarBin Liu <b-liu@ti.com>
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent 89d99aea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1668,7 +1668,7 @@ EXPORT_SYMBOL_GPL(musb_interrupt);
static bool use_dma = 1;

/* "modprobe ... use_dma=0" etc */
module_param(use_dma, bool, 0);
module_param(use_dma, bool, 0644);
MODULE_PARM_DESC(use_dma, "enable/disable use of DMA");

void musb_dma_completion(struct musb *musb, u8 epnum, u8 transmit)