All of lore.kernel.org
 help / color / mirror / Atom feed
* [REVIEW PATCH 0/2] img-ir: Some more fixes
@ 2014-12-01 12:55 James Hogan
  2014-12-01 12:55 ` [REVIEW PATCH 1/2] img-ir/hw: Avoid clearing filter for no-op protocol change James Hogan
  2014-12-01 12:55 ` [REVIEW PATCH 2/2] img-ir/hw: Fix potential deadlock stopping timer James Hogan
  0 siblings, 2 replies; 5+ messages in thread
From: James Hogan @ 2014-12-01 12:55 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: Sifan Naeem, James Hogan, linux-media

A few more fixes for the img-ir RC driver in addition to the ones I
posted a couple of weeks ago.

The first patch fixes some broken behaviour when the same protocol is
set twice and the effective scancode filter gets cleared as a result.

The second patch fixes a potential deadlock and lockdep splat due to the
repeat end timer being del_timer_sync'd with the spin lock held when
changing protocols.

The second patch here depends on "img-ir/hw: Always read data to clear
buffer" (patch 1 in the previous img-ir patchset) to avoid conflicts, so
that patch should be applied first.

I've tagged both for stable (v3.15+).

Cc: Mauro Carvalho Chehab <m.chehab@samsung.com>
Cc: Sifan Naeem <sifan.naeem@imgtec.com>
Cc: linux-media@vger.kernel.org

James Hogan (2):
  img-ir/hw: Avoid clearing filter for no-op protocol change
  img-ir/hw: Fix potential deadlock stopping timer

 drivers/media/rc/img-ir/img-ir-hw.c | 28 +++++++++++++++++++++++++---
 drivers/media/rc/img-ir/img-ir-hw.h |  3 +++
 2 files changed, 28 insertions(+), 3 deletions(-)

-- 
2.0.4


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

end of thread, other threads:[~2014-12-08 16:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-01 12:55 [REVIEW PATCH 0/2] img-ir: Some more fixes James Hogan
2014-12-01 12:55 ` [REVIEW PATCH 1/2] img-ir/hw: Avoid clearing filter for no-op protocol change James Hogan
2014-12-04 17:38   ` Mauro Carvalho Chehab
2014-12-08 16:13     ` James Hogan
2014-12-01 12:55 ` [REVIEW PATCH 2/2] img-ir/hw: Fix potential deadlock stopping timer James Hogan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.