[PATCH 001/001] MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER Fix trivial typo in constant name EP_MODE_AUTOREG_NONE

2016-03-29 Thread Antonio Victor Hilario
I'd been using kernel 3.18.10-29 on a set of Beaglebone Black boards, and had found and corrected this on my local build tree. Kernel build fails when the source file drivers/usb/musb/musb_cppi41.c is built, with these kernel options enabled: CONFIG_USB_MUSB_HDRC=y CONFIG_USB_TI_CPPI41_DMA=y T

[PATCH 001/001] MUSB Fix trivial typo in constant name EP_MODE_AUTOREG_NONE

2016-03-30 Thread Antonio Victor Hilario
Kernel build for an ARM target (Beaglebone Black) fails when the source file drivers/usb/musb/musb_cppi41.c is built, with these kernel options enabled: CONFIG_USB_MUSB_HDRC=y CONFIG_USB_TI_CPPI41_DMA=y The build fails with these errors, due to a misspelled constant name EP_MODE_AUTOREQ_NONE:

Re: [PATCH 001/001] MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER Fix trivial typo in constant name EP_MODE_AUTOREG_NONE

2016-03-30 Thread Antonio Victor Hilario
len = len; --- > On 30 Mar 2016, at 19:29, Sergei Shtylyov > wrote: > > Hello. > > On 3/30/2016 1:56 AM, Antonio Victor Hilario wrote: > >> I'd been using kernel 3.18.10-29 on a set of Beaglebone Black boards, and >> had found and corrected this on my local build