On 25/08/2023 13:53, zelong dong wrote:
From: Zelong Dong <zelong.dong@xxxxxxxxxxx> Meson IR Controller supports hardware decoder in Meson-S4 and later SoC. So far, protocol NEC could be decoded by hardware decoder. Signed-off-by: Zelong Dong <zelong.dong@xxxxxxxxxxx> --- drivers/media/rc/meson-ir.c | 522 +++++++++++++++++++++++++++++++----- 1 file changed, 451 insertions(+), 71 deletions(-)
<snip> It looks pretty good now, so far I'm ok with it: Reviewed-by: Neil Armstrong <neil.armstrong@xxxxxxxxxx> I think some test reports would be needed to be sure it doesn't regress existing HW. Thanks, Neil