Re: [PATCH v2 03/10] usb: ulpi: use new api functions if available

2016-08-16 Thread Heikki Krogerus
Hi, On Mon, Aug 01, 2016 at 09:15:51PM +0300, Tal Shorer wrote: > If the registered has the new api callbacks {read|write}_dev, call > these instead of the deprecated read, write functions. If the > registered does not support the new callbacks, revert to calling the > old ones as before. > > Sig

[PATCH v2 03/10] usb: ulpi: use new api functions if available

2016-08-01 Thread Tal Shorer
If the registered has the new api callbacks {read|write}_dev, call these instead of the deprecated read, write functions. If the registered does not support the new callbacks, revert to calling the old ones as before. Signed-off-by: Tal Shorer --- drivers/usb/common/ulpi.c | 8 ++-- 1 file c