Re: [PATCH v3] media: Media Device Allocator API

2016-05-27 Thread Hans Verkuil
On 05/27/2016 10:25 PM, Shuah Khan wrote: > Media Device Allocator API to allows multiple drivers share a media device. > Using this API, drivers can allocate a media device with the shared struct > device as the key. Once the media device is allocated by a driver, other > drivers can get a referen

[PATCH v3] media: Media Device Allocator API

2016-05-27 Thread Shuah Khan
Media Device Allocator API to allows multiple drivers share a media device. Using this API, drivers can allocate a media device with the shared struct device as the key. Once the media device is allocated by a driver, other drivers can get a reference to it. The media device is released when all th