mbox

[GIT,PULL,REQUEST] IR fixes, round 2, for 2.6.38

Message ID 20110117192630.GB2412@redhat.com (mailing list archive)
State Superseded, archived
Headers

Pull-request

git://linuxtv.org/jarod/linux-2.6-ir.git for-2.6.38

Message

Jarod Wilson Jan. 17, 2011, 7:26 p.m. UTC
  Hey Mauro,

Please grab these additional IR fixes for 2.6.38. One was included in my
prior pull req, but doesn't seem to have made it into the tree, the other
three are new. The two hdpvr i2c patches heavily discussed this past week
are included here, as is a new patch that fixes some memory leaks in the
lirc drivers and fixes a regression w/tx support in lirc_serial.

The following changes since commit 5e3e7cceb14392123c7bb9638038d4a0574bb295:

  [media] v4l2-device: fix 'use-after-freed' oops (2011-01-17 13:30:48 -0200)

are available in the git repository at:
  git://linuxtv.org/jarod/linux-2.6-ir.git for-2.6.38

Jarod Wilson (4):
      rc/mceusb: timeout should be in ns, not us
      hdpvr: enable IR part
      hdpvr: reduce latency of i2c read/write w/recycled buffer
      staging/lirc: fix mem leaks and ptr err usage

 drivers/media/rc/mceusb.c               |    4 +-
 drivers/media/video/hdpvr/Makefile      |    4 +-
 drivers/media/video/hdpvr/hdpvr-core.c  |   10 +--
 drivers/media/video/hdpvr/hdpvr-i2c.c   |  144 +++++++++++++++----------------
 drivers/media/video/hdpvr/hdpvr-video.c |    7 +-
 drivers/media/video/hdpvr/hdpvr.h       |    5 +-
 drivers/staging/lirc/lirc_imon.c        |    1 +
 drivers/staging/lirc/lirc_it87.c        |    1 +
 drivers/staging/lirc/lirc_parallel.c    |   19 +++-
 drivers/staging/lirc/lirc_sasem.c       |    1 +
 drivers/staging/lirc/lirc_serial.c      |    3 +-
 drivers/staging/lirc/lirc_sir.c         |    1 +
 12 files changed, 101 insertions(+), 99 deletions(-)