Re: [PATCH] rc-core: use an IDA rather than a bitmap

2015-05-19 Thread David Härdeman
On Thu, May 14, 2015 at 05:29:29PM -0300, Mauro Carvalho Chehab wrote: >Em Thu, 02 Apr 2015 12:18:55 +0200 >David Härdeman escreveu: > >> This patch changes rc-core to use the kernel facilities that are already >> available for handling unique numbers instead of rolling its own bitmap >> stuff. >>

Re: [PATCH] rc-core: use an IDA rather than a bitmap

2015-05-14 Thread Stefan Lippers-Hollmann
Hi On 2015-05-14, Mauro Carvalho Chehab wrote: > Em Thu, 02 Apr 2015 12:18:55 +0200 > David Härdeman escreveu: > > > This patch changes rc-core to use the kernel facilities that are already > > available for handling unique numbers instead of rolling its own bitmap > > stuff. > > > > Stefan, th

Re: [PATCH] rc-core: use an IDA rather than a bitmap

2015-05-14 Thread Mauro Carvalho Chehab
Em Thu, 02 Apr 2015 12:18:55 +0200 David Härdeman escreveu: > This patch changes rc-core to use the kernel facilities that are already > available for handling unique numbers instead of rolling its own bitmap > stuff. > > Stefan, this should apply cleanly to the media git tree...could you test i

Re: [PATCH] rc-core: use an IDA rather than a bitmap

2015-04-16 Thread Stefan Lippers-Hollmann
Hi On 2015-04-02, David Härdeman wrote: > This patch changes rc-core to use the kernel facilities that are already > available for handling unique numbers instead of rolling its own bitmap > stuff. > > Stefan, this should apply cleanly to the media git tree...could you test it? > --- > drivers/m

Re: [PATCH] rc-core: use an IDA rather than a bitmap

2015-04-02 Thread Stefan Lippers-Hollmann
Hi On 2015-04-02, David Härdeman wrote: > This patch changes rc-core to use the kernel facilities that are already > available for handling unique numbers instead of rolling its own bitmap > stuff. > > Stefan, this should apply cleanly to the media git tree...could you test it? Thanks, I've appl