On 1/18/21 12:00 AM, Samuel Holland wrote: > This series cleans up some dead code in the sunxi-cir driver and adds > system power management hooks. > > --- > Changes from v1: > - Unregister the RC device first thing in sunxi_ir_remove() [3] I forgot to add: Acked-by: Maxime Ripard <mripard@xxxxxxxxxx> from v1. > Samuel Holland (4): > media: sunxi-cir: Clean up dead register writes > media: sunxi-cir: Remove unnecessary spinlock > media: sunxi-cir: Factor out hardware initialization > media: sunxi-cir: Implement suspend/resume/shutdown callbacks > > drivers/media/rc/sunxi-cir.c | 169 ++++++++++++++++++++--------------- > 1 file changed, 95 insertions(+), 74 deletions(-) >