Re: [RFC 1/5] [media] rc: update sunxi-ir driver to get base frequency from devicetree

2017-12-16 Thread Philipp Rossak
Hey Mauro, Thanks for your fast feedback! I will rework the driver like you suggested it. Does somebody have any concerns about the Devicetree property (base-clk-frequency = < frequency >;)? Regards, Philipp On 16.12.2017 10:18, Mauro Carvalho Chehab wrote: Em Sat, 16 Dec 2017 03:49:10 +0

Re: [RFC 1/5] [media] rc: update sunxi-ir driver to get base frequency from devicetree

2017-12-16 Thread Mauro Carvalho Chehab
Em Sat, 16 Dec 2017 03:49:10 +0100 Philipp Rossak escreveu: Hi Phillip, This is not a full review of this patchset. I just want to point you that you should keep supporting existing DT files. > This patch updates the sunxi-ir driver to set the ir base clock from > devicetree. > > This is necce

[RFC 1/5] [media] rc: update sunxi-ir driver to get base frequency from devicetree

2017-12-15 Thread Philipp Rossak
This patch updates the sunxi-ir driver to set the ir base clock from devicetree. This is neccessary since there are different ir recievers on the market, that operate with different frequencys. So this value needs to be set depending on the attached receiver. Signed-off-by: Philipp Rossak --- d