Re: [PATCH v5 1/3] media: Media Device Allocator API

2016-11-25 Thread Mauro Carvalho Chehab
Em Fri, 18 Nov 2016 14:45:10 -0700 Shuah Khan escreveu: > 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 c

[PATCH v5 1/3] media: Media Device Allocator API

2016-11-18 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