Hey Mauro,
First time trying this route out, so hopefully, I've gotten it
right... ;) This tree was based on the linuxtv v4l-dvb.git
staging/other branch as of the referenced commit, and should contain
all the currently pending bits I've got. I believe the two
staging/lirc fixes may already be merged (since they were to fix
specific linux-next build breakages), but I don't believe the rest
are, and as I understand it, you have handy-dandy scripts to filter
out what's already merged anyway. On with the show... Hopefully,
gmail's web ui doesn't butcher the output too badly...
The following changes since commit 520d05b87c4b631fc9c4482c989adfd45f0a549c:
V4L/DVB: staging/lirc: CodingStyle cleanups (2010-07-27 18:44:45 -0300)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jarod/linux-2.6-lirc.git staging
Janne Grunau (1):
V4L/DVB: staging/lirc: fix Kconfig dependencies
Jarod Wilson (7):
IR/imon: remove incorrect calls to input_free_device
IR/imon: remove bad ir_input_dev use
IR/mceusb: remove bad ir_input_dev use
staging/lirc: fix non-CONFIG_MODULES build horkage
IR/mceusb: less generic callback name and remove cruft
staging/lirc: port lirc_streamzap to ir-core
IR: put newly ported streamzap driver in proper home
drivers/media/IR/Kconfig | 12 +
drivers/media/IR/Makefile | 1 +
drivers/media/IR/imon.c | 20 +-
drivers/media/IR/keymaps/Makefile | 1 +
drivers/media/IR/keymaps/rc-rc5-streamzap.c | 81 +++
drivers/media/IR/mceusb.c | 21 +-
drivers/media/IR/streamzap.c | 741 ++++++++++++++++++++++++
drivers/staging/lirc/Kconfig | 23 +-
drivers/staging/lirc/Makefile | 1 -
drivers/staging/lirc/lirc_it87.c | 9 +-
drivers/staging/lirc/lirc_parallel.c | 4 +-
drivers/staging/lirc/lirc_streamzap.c | 821 ---------------------------
include/media/rc-map.h | 1 +
13 files changed, 858 insertions(+), 878 deletions(-)
create mode 100644 drivers/media/IR/keymaps/rc-rc5-streamzap.c
create mode 100644 drivers/media/IR/streamzap.c
delete mode 100644 drivers/staging/lirc/lirc_streamzap.c
--
Jarod Wilson
[email protected]
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html