Re: linux-api scope (Re: [PATCH v2 11/22] media: dvb-frontend invoke enable/disable_source handlers)

2016-02-04 Thread Michael Kerrisk (man-pages)
Hi Shuah, On 4 February 2016 at 15:35, Shuah Khan wrote: > On 02/04/2016 07:04 AM, Michael Kerrisk (man-pages) wrote: >> [expanding the CC a little] >> >> Hi Andy, (and Shuah) >> >> On 4 February 2016 at 05:51, Andy Lutomirski wrote: >>> [cc list heavily trimmed] >>> >>> On Wed, Feb 3, 2016 at

Re: [PATCH v2 11/22] media: dvb-frontend invoke enable/disable_source handlers

2016-02-04 Thread Shuah Khan
On 02/04/2016 02:35 AM, Mauro Carvalho Chehab wrote: > Em Wed, 03 Feb 2016 21:03:43 -0700 > Shuah Khan escreveu: > >> Change dvb frontend to check if tuner is free when >> device opened in RW mode. Call to enable_source >> handler either returns with an active pipeline to >> tuner or error if

Re: linux-api scope (Re: [PATCH v2 11/22] media: dvb-frontend invoke enable/disable_source handlers)

2016-02-04 Thread Shuah Khan
On 02/04/2016 07:04 AM, Michael Kerrisk (man-pages) wrote: > [expanding the CC a little] > > Hi Andy, (and Shuah) > > On 4 February 2016 at 05:51, Andy Lutomirski wrote: >> [cc list heavily trimmed] >> >> On Wed, Feb 3, 2016 at 8:03 PM, Shuah Khan wrote: >>> Change dvb frontend to check if

Re: linux-api scope (Re: [PATCH v2 11/22] media: dvb-frontend invoke enable/disable_source handlers)

2016-02-04 Thread Michael Kerrisk (man-pages)
[expanding the CC a little] Hi Andy, (and Shuah) On 4 February 2016 at 05:51, Andy Lutomirski wrote: > [cc list heavily trimmed] > > On Wed, Feb 3, 2016 at 8:03 PM, Shuah Khan wrote: >> Change dvb frontend to check if tuner is free when >> device opened in RW mode. Call to enable_source >>

Re: [PATCH v2 11/22] media: dvb-frontend invoke enable/disable_source handlers

2016-02-04 Thread Mauro Carvalho Chehab
Em Wed, 03 Feb 2016 21:03:43 -0700 Shuah Khan escreveu: > Change dvb frontend to check if tuner is free when > device opened in RW mode. Call to enable_source > handler either returns with an active pipeline to > tuner or error if tuner is busy. Tuner is released > when frontend is released

Re: [PATCH v2 11/22] media: dvb-frontend invoke enable/disable_source handlers

2016-02-04 Thread Shuah Khan
On 02/04/2016 02:35 AM, Mauro Carvalho Chehab wrote: > Em Wed, 03 Feb 2016 21:03:43 -0700 > Shuah Khan escreveu: > >> Change dvb frontend to check if tuner is free when >> device opened in RW mode. Call to enable_source >> handler either returns with an active pipeline

Re: linux-api scope (Re: [PATCH v2 11/22] media: dvb-frontend invoke enable/disable_source handlers)

2016-02-04 Thread Michael Kerrisk (man-pages)
[expanding the CC a little] Hi Andy, (and Shuah) On 4 February 2016 at 05:51, Andy Lutomirski wrote: > [cc list heavily trimmed] > > On Wed, Feb 3, 2016 at 8:03 PM, Shuah Khan wrote: >> Change dvb frontend to check if tuner is free when >> device

Re: linux-api scope (Re: [PATCH v2 11/22] media: dvb-frontend invoke enable/disable_source handlers)

2016-02-04 Thread Shuah Khan
On 02/04/2016 07:04 AM, Michael Kerrisk (man-pages) wrote: > [expanding the CC a little] > > Hi Andy, (and Shuah) > > On 4 February 2016 at 05:51, Andy Lutomirski wrote: >> [cc list heavily trimmed] >> >> On Wed, Feb 3, 2016 at 8:03 PM, Shuah Khan

Re: [PATCH v2 11/22] media: dvb-frontend invoke enable/disable_source handlers

2016-02-04 Thread Mauro Carvalho Chehab
Em Wed, 03 Feb 2016 21:03:43 -0700 Shuah Khan escreveu: > Change dvb frontend to check if tuner is free when > device opened in RW mode. Call to enable_source > handler either returns with an active pipeline to > tuner or error if tuner is busy. Tuner is released > when

Re: linux-api scope (Re: [PATCH v2 11/22] media: dvb-frontend invoke enable/disable_source handlers)

2016-02-04 Thread Michael Kerrisk (man-pages)
Hi Shuah, On 4 February 2016 at 15:35, Shuah Khan wrote: > On 02/04/2016 07:04 AM, Michael Kerrisk (man-pages) wrote: >> [expanding the CC a little] >> >> Hi Andy, (and Shuah) >> >> On 4 February 2016 at 05:51, Andy Lutomirski wrote: >>> [cc list

linux-api scope (Re: [PATCH v2 11/22] media: dvb-frontend invoke enable/disable_source handlers)

2016-02-03 Thread Andy Lutomirski
[cc list heavily trimmed] On Wed, Feb 3, 2016 at 8:03 PM, Shuah Khan wrote: > Change dvb frontend to check if tuner is free when > device opened in RW mode. Call to enable_source > handler either returns with an active pipeline to > tuner or error if tuner is busy. Tuner is released > when

[PATCH v2 11/22] media: dvb-frontend invoke enable/disable_source handlers

2016-02-03 Thread Shuah Khan
Change dvb frontend to check if tuner is free when device opened in RW mode. Call to enable_source handler either returns with an active pipeline to tuner or error if tuner is busy. Tuner is released when frontend is released calling the disable_source handler. Signed-off-by: Shuah Khan ---

linux-api scope (Re: [PATCH v2 11/22] media: dvb-frontend invoke enable/disable_source handlers)

2016-02-03 Thread Andy Lutomirski
[cc list heavily trimmed] On Wed, Feb 3, 2016 at 8:03 PM, Shuah Khan wrote: > Change dvb frontend to check if tuner is free when > device opened in RW mode. Call to enable_source > handler either returns with an active pipeline to > tuner or error if tuner is busy. Tuner

[PATCH v2 11/22] media: dvb-frontend invoke enable/disable_source handlers

2016-02-03 Thread Shuah Khan
Change dvb frontend to check if tuner is free when device opened in RW mode. Call to enable_source handler either returns with an active pipeline to tuner or error if tuner is busy. Tuner is released when frontend is released calling the disable_source handler. Signed-off-by: Shuah Khan