Re: [PATCH] usb: musb: enable usb_dma parameter

2015-11-16 Thread Felipe Balbi
Hi, Bin Liu writes: > On 11/13/2015 06:57 PM, Greg KH wrote: >> On Fri, Nov 13, 2015 at 03:45:24PM -0600, Bin Liu wrote: >>> Change the permission of usb_dma parameter so it can be used for runtime >>> debug without reboot. >> >> Why would you want to do that? This is only used at init time, so

Re: [PATCH] usb: musb: enable usb_dma parameter

2015-11-16 Thread Bin Liu
Hi, On 11/13/2015 06:57 PM, Greg KH wrote: On Fri, Nov 13, 2015 at 03:45:24PM -0600, Bin Liu wrote: Change the permission of usb_dma parameter so it can be used for runtime debug without reboot. Why would you want to do that? This is only used at init time, so if you change it while the driv

Re: [PATCH] usb: musb: enable usb_dma parameter

2015-11-13 Thread Greg KH
On Fri, Nov 13, 2015 at 03:45:24PM -0600, Bin Liu wrote: > Change the permission of usb_dma parameter so it can be used for runtime > debug without reboot. Why would you want to do that? This is only used at init time, so if you change it while the driver is running, I don't think you will actual

[PATCH] usb: musb: enable usb_dma parameter

2015-11-13 Thread Bin Liu
Change the permission of usb_dma parameter so it can be used for runtime debug without reboot. Signed-off-by: Bin Liu --- drivers/usb/musb/musb_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/musb/musb_core.c b/drivers/usb/musb/musb_core.c index 0fcf01f..6a