Re: [PATCH 2/2] usb: dwc3: add clock and resets

2018-04-09 Thread Rob Herring
On Wed, Mar 28, 2018 at 11:32 PM, Masahiro Yamada wrote: > 2018-03-19 7:37 GMT+09:00 Masahiro Yamada : >> Hi Rob, >> >> 2018-03-18 21:52 GMT+09:00 Rob Herring : >>> On Thu, Mar 15, 2018 at 08:39:58PM +0900, Masahiro Yamada wrote: dwc3-of-simple.c only handles arbitrary number of clocks and re

Re: [PATCH 2/2] usb: dwc3: add clock and resets

2018-03-28 Thread Masahiro Yamada
2018-03-19 7:37 GMT+09:00 Masahiro Yamada : > Hi Rob, > > 2018-03-18 21:52 GMT+09:00 Rob Herring : >> On Thu, Mar 15, 2018 at 08:39:58PM +0900, Masahiro Yamada wrote: >>> dwc3-of-simple.c only handles arbitrary number of clocks and resets. >>> They are both generic enough to be put into the dwc3 co

Re: [PATCH 2/2] usb: dwc3: add clock and resets

2018-03-18 Thread Masahiro Yamada
Hi Rob, 2018-03-18 21:52 GMT+09:00 Rob Herring : > On Thu, Mar 15, 2018 at 08:39:58PM +0900, Masahiro Yamada wrote: >> dwc3-of-simple.c only handles arbitrary number of clocks and resets. >> They are both generic enough to be put into the dwc3 core. For simple >> cases, a nested node structure li

Re: [PATCH 2/2] usb: dwc3: add clock and resets

2018-03-18 Thread Rob Herring
On Thu, Mar 15, 2018 at 08:39:58PM +0900, Masahiro Yamada wrote: > dwc3-of-simple.c only handles arbitrary number of clocks and resets. > They are both generic enough to be put into the dwc3 core. For simple > cases, a nested node structure like follows: > > dwc3-glue { > compatible =

Re: [PATCH 2/2] usb: dwc3: add clock and resets

2018-03-16 Thread kbuild test robot
Hi Masahiro, I love your patch! Perhaps something to improve: [auto build test WARNING on v4.16-rc4] [also build test WARNING on next-20180316] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Ma

Re: [PATCH 2/2] usb: dwc3: add clock and resets

2018-03-15 Thread Masami Hiramatsu
On Thu, 15 Mar 2018 20:39:58 +0900 Masahiro Yamada wrote: > dwc3-of-simple.c only handles arbitrary number of clocks and resets. > They are both generic enough to be put into the dwc3 core. For simple > cases, a nested node structure like follows: > > dwc3-glue { > compatible = "foo

[PATCH 2/2] usb: dwc3: add clock and resets

2018-03-15 Thread Masahiro Yamada
dwc3-of-simple.c only handles arbitrary number of clocks and resets. They are both generic enough to be put into the dwc3 core. For simple cases, a nested node structure like follows: dwc3-glue { compatible = "foo,dwc3"; clocks = ...; resets = ...; ...