Re: [PATCH 3/4] media: v4l2-core changes to use tuner token

2014-06-27 Thread Hans Verkuil
Hi Shuah, On 06/25/2014 01:57 AM, Shuah Khan wrote: Add a new field tuner_tkn to struct video_device. Drivers can create tuner token using devm_token_create() and initialize the tuner_tkn when frontend is registered with the dvb-core. This change enables drivers to provide a token devres for tun

[PATCH 3/4] media: v4l2-core changes to use tuner token

2014-06-24 Thread Shuah Khan
Add a new field tuner_tkn to struct video_device. Drivers can create tuner token using devm_token_create() and initialize the tuner_tkn when frontend is registered with the dvb-core. This change enables drivers to provide a token devres for tuner access control. Change v4l2-core to lock tuner toke