Re: [PATCH 0/6] media: ite-cir driver cleanups
From: Matthias Reichl <hidden>
Date: 2021-02-23 16:20:50
Hi Sean, On Mon, Feb 22, 2021 at 10:43:23AM +0000, Sean Young wrote:
This should not be any functional changes, just various cleanups. Sean Young (6): media: ite-cir: remove unused fields media: ite-cir: set parent device media: ite-cir: use standard logging and reduce noise media: ite-cir: carrier and duty cycle can be set via ioctl media: ite-cir: move runtime information into driver data media: ite-cir: check for receive overflow drivers/media/rc/ite-cir.c | 341 +++++++++---------------------------- drivers/media/rc/ite-cir.h | 49 ++---- 2 files changed, 91 insertions(+), 299 deletions(-)
I did a few tests with this series on top of 5.10.17 and so far everything looks fine with ITE8713 CIR. I could only test receiving (don't have a transmitter on that PC) and also couldn't test the carrier options (I'm using a demodulating TSOP receiver here), but your changes look sane to me. so long, Hias