Re: [PATCH v3 1/2] usb: dwc3: use BIT() macro where possible

2017-03-30 Thread Roger Quadros
On 30/03/17 13:25, Felipe Balbi wrote: > > Hi, > > Roger Quadros writes: >> To avoid checkpatch warnings with new patches let's >> start using the BIT() macro wherever possible. >> >> Signed-off-by: Roger Quadros > > this didn't apply cleanly, I have manually applied it since it was so > simpl

Re: [PATCH v3 1/2] usb: dwc3: use BIT() macro where possible

2017-03-30 Thread Felipe Balbi
Hi, Roger Quadros writes: > To avoid checkpatch warnings with new patches let's > start using the BIT() macro wherever possible. > > Signed-off-by: Roger Quadros this didn't apply cleanly, I have manually applied it since it was so simple. Please make sure testing/next looks good (I'll push it

[PATCH v3 1/2] usb: dwc3: use BIT() macro where possible

2017-03-29 Thread Roger Quadros
To avoid checkpatch warnings with new patches let's start using the BIT() macro wherever possible. Signed-off-by: Roger Quadros --- drivers/usb/dwc3/core.h | 193 ++- drivers/usb/dwc3/dwc3-omap.c | 48 +-- drivers/usb/dwc3/gadget.h| 20 +