Re: [PATCH v14 07/28] rcar-vin: Use generic parser for parsing fwnode endpoints

2017-10-02 Thread Sakari Ailus
Hejssan, On 10/02/17 15:14, Niklas Söderlund wrote: > Hi Sakari, > > On 2017-10-02 14:58:10 +0300, Sakari Ailus wrote: >> Hi Niklas, >> >> On 09/30/17 16:17, Niklas Söderlund wrote: >>> Hi Sakari, >>> >>> Thanks for your patch, I like it. Unfortunately it causes issues :-( >>> >>> I picked the

Re: [PATCH v14 07/28] rcar-vin: Use generic parser for parsing fwnode endpoints

2017-10-02 Thread Niklas Söderlund
Hi Sakari, On 2017-10-02 14:58:10 +0300, Sakari Ailus wrote: > Hi Niklas, > > On 09/30/17 16:17, Niklas Söderlund wrote: > > Hi Sakari, > > > > Thanks for your patch, I like it. Unfortunately it causes issues :-( > > > > I picked the first 7 patches of this series on top of media-next and it

Re: [PATCH v14 07/28] rcar-vin: Use generic parser for parsing fwnode endpoints

2017-10-02 Thread Sakari Ailus
Hi Niklas, On 09/30/17 16:17, Niklas Söderlund wrote: > Hi Sakari, > > Thanks for your patch, I like it. Unfortunately it causes issues :-( > > I picked the first 7 patches of this series on top of media-next and it > produce problems when tested on Koelsch with CONFIG_OF_DYNAMIC=y. > > 1. It

Re: [PATCH v14 07/28] rcar-vin: Use generic parser for parsing fwnode endpoints

2017-09-30 Thread Niklas Söderlund
Hi Sakari, Thanks for your patch, I like it. Unfortunately it causes issues :-( I picked the first 7 patches of this series on top of media-next and it produce problems when tested on Koelsch with CONFIG_OF_DYNAMIC=y. 1. It print's 'OF: ERROR: Bad of_node_put() on /video@e6ef/port'

[PATCH v14 07/28] rcar-vin: Use generic parser for parsing fwnode endpoints

2017-09-25 Thread Sakari Ailus
Instead of using a custom driver implementation, use v4l2_async_notifier_parse_fwnode_endpoints() to parse the fwnode endpoints of the device. Signed-off-by: Sakari Ailus Acked-by: Hans Verkuil ---