Re: [PATCH 1/2] media: new media controller API for device resource support

2015-05-29 Thread Hans Verkuil
On 05/08/2015 09:31 PM, Shuah Khan wrote: > Add new media controller API to allocate media device as a > device resource. When a media device is created on the main > struct device which is the parent device for the interface > device, it will be available to all drivers associated with > that inte

[PATCH 1/2] media: new media controller API for device resource support

2015-05-08 Thread Shuah Khan
Add new media controller API to allocate media device as a device resource. When a media device is created on the main struct device which is the parent device for the interface device, it will be available to all drivers associated with that interface. For example, if a usb media device driver cre