Re: [PATCH v2 1/4] usb: ohci-exynos: Use struct device instead of platform_device

2014-05-01 Thread Alan Stern
On Wed, 30 Apr 2014, Vivek Gautam wrote: > Change to use struct device instead of struct platform_device > for some static functions. > > Signed-off-by: Vivek Gautam > Cc: Alan Stern > Acked-by: Jingoo Han > --- For all four patches in this series: Acked-by: Alan Stern -- To unsubscribe

Re: [PATCH v2 1/4] usb: ohci-exynos: Use struct device instead of platform_device

2014-05-01 Thread Alan Stern
On Wed, 30 Apr 2014, Vivek Gautam wrote: Change to use struct device instead of struct platform_device for some static functions. Signed-off-by: Vivek Gautam gautam.vi...@samsung.com Cc: Alan Stern st...@rowland.harvard.edu Acked-by: Jingoo Han jg1@samsung.com --- For all four

[PATCH v2 1/4] usb: ohci-exynos: Use struct device instead of platform_device

2014-04-29 Thread Vivek Gautam
Change to use struct device instead of struct platform_device for some static functions. Signed-off-by: Vivek Gautam Cc: Alan Stern Acked-by: Jingoo Han --- Changes from v1: - none drivers/usb/host/ohci-exynos.c | 20 +--- 1 file changed, 9 insertions(+), 11 deletions(-)

[PATCH v2 1/4] usb: ohci-exynos: Use struct device instead of platform_device

2014-04-29 Thread Vivek Gautam
Change to use struct device instead of struct platform_device for some static functions. Signed-off-by: Vivek Gautam gautam.vi...@samsung.com Cc: Alan Stern st...@rowland.harvard.edu Acked-by: Jingoo Han jg1@samsung.com --- Changes from v1: - none drivers/usb/host/ohci-exynos.c | 20