[PATCH v3 1/2] USB: Add empty functions in otg.h

2010-01-05 Thread Maulik Mankad
USB : Add empty functions in otg.h Add empty functions for usb_nop_xceiv_register() and usb_nop_xceiv_unregister() in otg.h so that these functions can be called even when CONFIG_NOP_USB_XCEIV is not enabled. It allows to remove ifdef's from board file. Signed-off-by: Maulik Mankad Cc: Tony

Re: [PATCH v3 1/2] USB: Add empty functions in otg.h

2010-01-05 Thread Felipe Balbi
On Tue, Jan 05, 2010 at 09:46:58AM +0100, ext Maulik Mankad wrote: USB : Add empty functions in otg.h Add empty functions for usb_nop_xceiv_register() and usb_nop_xceiv_unregister() in otg.h so that these functions can be called even when CONFIG_NOP_USB_XCEIV is not enabled. It allows to remove

Re: [PATCH v3 1/2] USB: Add empty functions in otg.h

2010-01-05 Thread Olof Johansson
On Tue, Jan 05, 2010 at 12:54:50PM +0200, Felipe Balbi wrote: > On Tue, Jan 05, 2010 at 09:46:58AM +0100, ext Maulik Mankad wrote: >> USB : Add empty functions in otg.h >> >> Add empty functions for usb_nop_xceiv_register() >> and usb_nop_xceiv_unregister() in otg.h so that >> these functions can b

RE: [PATCH v3 1/2] USB: Add empty functions in otg.h

2010-01-07 Thread Maulik
; Greg Kroah-Hartman; Sergei Shtylyov; Gupta, Ajay Kumar Subject: Re: [PATCH v3 1/2] USB: Add empty functions in otg.h On Tue, Jan 05, 2010 at 12:54:50PM +0200, Felipe Balbi wrote: > On Tue, Jan 05, 2010 at 09:46:58AM +0100, ext Maulik Mankad wrote: >> USB : Add empty functions in otg.h