Re: [PATCH] [media] rc: Add support for decoding XMP protocol

2014-07-26 Thread Mauro Carvalho Chehab
Em Sat, 26 Jul 2014 22:47:58 +0200 "Marcel J.E. Mol" escreveu: > Hi Mauro, > > Thanks for your comments. > Probably did not read the READMES properly... Sorry about that. No problem. > I just send in a new signed-off versions of the two patches after > rebasing the trees of a couple of minute

Re: [PATCH] [media] rc: Add support for decoding XMP protocol

2014-07-26 Thread Marcel J.E. Mol
Hi Mauro, Thanks for your comments. Probably did not read the READMES properly... Sorry about that. I just send in a new signed-off versions of the two patches after rebasing the trees of a couple of minutes ago. Hope they are fine now. Kind regards, -Marcel On Sat, Jul 26, 2014 at 12:20:14P

[PATCH] [media] rc: Add support for decoding XMP protocol

2014-07-26 Thread Marcel J.E. Mol
This protocol is found on Dreambox remotes Signed-off-by: Marcel Mol --- drivers/media/rc/Kconfig | 10 ++ drivers/media/rc/Makefile | 1 + drivers/media/rc/ir-xmp-decoder.c | 226 ++ drivers/media/rc/rc-core-priv.h | 12 ++ drivers/

Re: [PATCH] [media] rc: Add support for decoding XMP protocol

2014-07-26 Thread Mauro Carvalho Chehab
Hi Marcel, Em Sun, 15 Jun 2014 21:59:08 +0200 "Marcel J.E. Mol" escreveu: > This protocol is found on Dreambox remotes You forgot to add your Signed-off-by: your name on this patch. This is a mandatory requirement in order to get it merged. Thanks! Mauro > --- > drivers/media/rc/Kconfig

[PATCH] [media] rc: Add support for decoding XMP protocol

2014-06-15 Thread Marcel J.E. Mol
This protocol is found on Dreambox remotes --- drivers/media/rc/Kconfig | 10 ++ drivers/media/rc/Makefile | 1 + drivers/media/rc/ir-raw.c | 1 + drivers/media/rc/ir-xmp-decoder.c | 226 ++ drivers/media/rc/rc-core-priv.h |