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

2014-07-25 Thread Mauro Carvalho Chehab
As I commented on a private e-mail, based on the patch descriptions: Patch 17 deserves a bigger explanation. Well, the best is if you could send a separate RFC describing what you have in mind with patches 16-29, for our discussions, explaining what usage are you expecting for a non-LIRC chardev,

[PATCH 16/49] rc-core: use an IDA rather than a bitmap

2014-04-03 Thread David Härdeman
This patch changes rc-core to use an IDA rather than a bitmap to assign unique numbers to each rc device. This is in preparation for introducing rc-core chardevs. Signed-off-by: David Härdeman --- drivers/media/rc/ir-raw.c |2 +- drivers/media/rc/rc-main.c | 40 ---