Linux Media Controller development
 help / color / mirror / Atom feed
* [PATCH 00/10] rc-core: various cleanups
@ 2010-11-19 23:42 David Härdeman
  2010-11-19 23:42 ` [PATCH 01/10] saa7134: remove unused module parameter David Härdeman
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: David Härdeman @ 2010-11-19 23:42 UTC (permalink / raw)
  To: linux-media; +Cc: jarod, mchehab

Here's a set of smaller patches which performs various cleanups, mostly to
the saa7134 and bttv driver. They are based on the media_tree.git repo
(2.6.38 branch) on top of Mauro's recent renaming patches.

---

David Härdeman (10):
      saa7134: remove unused module parameter
      saa7134: use full keycode for BeholdTV
      saa7134: some minor cleanups
      saa7134: merge saa7134_card_ir->timer and saa7134_card_ir->timer_end
      saa7134: protect the ir user count
      saa7134: make module parameters boolean
      bttv: rename struct card_ir to bttv_ir
      bttv: merge ir decoding timers
      mceusb: int to bool conversion
      rc-core: fix some leftovers from the renaming patches


 drivers/media/rc/ir-raw.c                   |    2 
 drivers/media/rc/keymaps/rc-behold.c        |   70 +++++++-------
 drivers/media/rc/mceusb.c                   |   62 +++++--------
 drivers/media/rc/rc-core-priv.h             |    6 +
 drivers/media/rc/rc-main.c                  |    2 
 drivers/media/video/bt8xx/bttv-input.c      |   31 +++---
 drivers/media/video/bt8xx/bttvp.h           |   32 ++----
 drivers/media/video/saa7134/saa7134-input.c |  133 +++++++++++----------------
 drivers/media/video/saa7134/saa7134.h       |    6 +
 include/media/rc-core.h                     |   12 +-
 10 files changed, 154 insertions(+), 202 deletions(-)

-- 
David Härdeman

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

end of thread, other threads:[~2010-11-20  6:13 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-19 23:42 [PATCH 00/10] rc-core: various cleanups David Härdeman
2010-11-19 23:42 ` [PATCH 01/10] saa7134: remove unused module parameter David Härdeman
2010-11-19 23:42 ` [PATCH 02/10] saa7134: use full keycode for BeholdTV David Härdeman
2010-11-19 23:42 ` [PATCH 03/10] saa7134: some minor cleanups David Härdeman
2010-11-19 23:42 ` [PATCH 04/10] saa7134: merge saa7134_card_ir->timer and saa7134_card_ir->timer_end David Härdeman
2010-11-19 23:43 ` [PATCH 05/10] saa7134: protect the ir user count David Härdeman
2010-11-19 23:43 ` [PATCH 06/10] saa7134: make module parameters boolean David Härdeman
2010-11-20  6:10   ` hermann pitton
2010-11-19 23:43 ` [PATCH 07/10] bttv: rename struct card_ir to bttv_ir David Härdeman
2010-11-19 23:43 ` [PATCH 08/10] bttv: merge ir decoding timers David Härdeman
2010-11-19 23:43 ` [PATCH 09/10] mceusb: int to bool conversion David Härdeman
2010-11-19 23:43 ` [PATCH 10/10] rc-core: fix some leftovers from the renaming patches David Härdeman

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