RE: [PATCH 1/3][v2] drivers:usb:fsl: Replace macros with enumerated type

2015-06-26 Thread Alan Stern
On Fri, 26 Jun 2015, Badola Nikhil wrote: Hi Greg/Alan, Could you please provide comments for this patch and the subsequent patches in this patch set, if any. You shouldn't ask Greg and me; you should ask the Freescale maintainer. He is the person who has to approve your patches. Alan

RE: [PATCH 1/3][v2] drivers:usb:fsl: Replace macros with enumerated type

2015-06-26 Thread Badola Nikhil
] drivers:usb:fsl: Replace macros with enumerated type Replace macros with enumerated type to represent usb ip controller version Signed-off-by: Nikhil Badola nikhil.bad...@freescale.com --- Changes for v2 : - Assigned value to each enumerator - Changed return type of function

Re: [PATCH 1/3][v2] drivers:usb:fsl: Replace macros with enumerated type

2015-06-26 Thread gre...@linuxfoundation.org
On Fri, Jun 26, 2015 at 05:12:04PM +, Badola Nikhil wrote: -Original Message- From: Nikhil Badola [mailto:nikhil.bad...@freescale.com] Sent: Monday, June 15, 2015 3:47 PM snip Could you please provide comments for this patch and the subsequent patches in this patch set, if

[PATCH 1/3][v2] drivers:usb:fsl: Replace macros with enumerated type

2015-06-15 Thread Nikhil Badola
Replace macros with enumerated type to represent usb ip controller version Signed-off-by: Nikhil Badola nikhil.bad...@freescale.com --- Changes for v2 : - Assigned value to each enumerator - Changed return type of function that returns controller version -