public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] media: sunxi-cir: Cleanup and power management
@ 2021-01-18  6:00 Samuel Holland
  2021-01-18  6:00 ` [PATCH v2 1/4] media: sunxi-cir: Clean up dead register writes Samuel Holland
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Samuel Holland @ 2021-01-18  6:00 UTC (permalink / raw)
  To: Sean Young, Mauro Carvalho Chehab, Maxime Ripard, Chen-Yu Tsai,
	Jernej Skrabec
  Cc: linux-media, linux-kernel, linux-sunxi, Samuel Holland

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]

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(-)

-- 
2.26.2


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-01-18 18:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-18  6:00 [PATCH v2 0/4] media: sunxi-cir: Cleanup and power management Samuel Holland
2021-01-18  6:00 ` [PATCH v2 1/4] media: sunxi-cir: Clean up dead register writes Samuel Holland
2021-01-18  6:00 ` [PATCH v2 2/4] media: sunxi-cir: Remove unnecessary spinlock Samuel Holland
2021-01-18  6:00 ` [PATCH v2 3/4] media: sunxi-cir: Factor out hardware initialization Samuel Holland
2021-01-18  6:00 ` [PATCH v2 4/4] media: sunxi-cir: Implement suspend/resume/shutdown callbacks Samuel Holland
2021-01-18  6:04 ` [PATCH v2 0/4] media: sunxi-cir: Cleanup and power management Samuel Holland
2021-01-18 17:59 ` Sean Young

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox