[PATCH v7 07/23] usb: common: add API to update usb otg capabilities by device tree

2015-07-09 Thread Li Jun
Check property of usb hardware to update otg version and disable SRP, HNP and ADP if its disable flag is present. Signed-off-by: Li Jun jun...@freescale.com --- drivers/usb/common/common.c | 56 + include/linux/usb/of.h | 7 ++ 2 files

Re: [PATCH v7 07/23] usb: common: add API to update usb otg capabilities by device tree

2015-07-09 Thread Roger Quadros
On 09/07/15 10:18, Li Jun wrote: Check property of usb hardware to update otg version and disable SRP, HNP and ADP if its disable flag is present. Signed-off-by: Li Jun jun...@freescale.com Reviewed-by: Roger Quadros rog...@ti.com cheers, -roger --- drivers/usb/common/common.c | 56