Re: [PATCH v2 1/8] media: staging/imx: Switch to sync registration for IPU subdevs

2019-04-30 Thread Steve Longerbeam
Thanks Rui for catching the bisect problem, I will fix for v3. Steve On 4/30/19 2:56 PM, Rui Miguel Silva wrote: Hi Steve, On Sun 28 Apr 2019 at 20:09, Steve Longerbeam wrote: Because the IPU sub-devices VDIC and IC are not present in the device-tree, platform devices were created for them in

Re: [PATCH v2 1/8] media: staging/imx: Switch to sync registration for IPU subdevs

2019-04-30 Thread Rui Miguel Silva
Hi Steve, On Sun 28 Apr 2019 at 20:09, Steve Longerbeam wrote: > Because the IPU sub-devices VDIC and IC are not present in the > device-tree, platform devices were created for them instead. This > allowed these sub-devices to be added to the media device's async > notifier and registered asynchron

[PATCH v2 1/8] media: staging/imx: Switch to sync registration for IPU subdevs

2019-04-28 Thread Steve Longerbeam
Because the IPU sub-devices VDIC and IC are not present in the device-tree, platform devices were created for them instead. This allowed these sub-devices to be added to the media device's async notifier and registered asynchronously along with the other sub-devices that do have a device-tree prese