public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PATCHES for 2.6.28] V4L/DVB fixes
@ 2008-12-24 14:12 Mauro Carvalho Chehab
  2008-12-25  8:19 ` Ingo Molnar
  0 siblings, 1 reply; 21+ messages in thread
From: Mauro Carvalho Chehab @ 2008-12-24 14:12 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Andrew Morton, linux-dvb-maintainer, video4linux-list,
	linux-kernel

Linus,

Please pull from:
        ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git for_linus

For a few last time driver fixes:

   - dib0700: Stop repeating after user stops pushing button
   - Cablestar 2 I2C retries (fix CableStar2 support)
   - gspca - main: Fix vidioc_s_jpegcomp locking.
   - drivers/media Kconfig fix (bugzilla #12204)
   - v4l2-compat: test for unlocked_ioctl as well.
   - MAINTAINERS: mark linux-uvc-devel as subscribers only
   - em28xx: fix NULL pointer dereference in call to VIDIOC_INT_RESET command

Cheers,
Mauro.

---

 MAINTAINERS                                 |    2 +-
 drivers/media/dvb/b2c2/Kconfig              |    2 +-
 drivers/media/dvb/b2c2/flexcop-fe-tuner.c   |    2 +
 drivers/media/dvb/b2c2/flexcop-i2c.c        |    6 +++-
 drivers/media/dvb/bt8xx/Kconfig             |    2 +-
 drivers/media/dvb/dvb-usb/Kconfig           |   46 +++++++++++++-------------
 drivers/media/dvb/dvb-usb/dib0700_devices.c |    6 ++--
 drivers/media/dvb/ttpci/Kconfig             |    2 +-
 drivers/media/video/compat_ioctl32.c        |    2 +-
 drivers/media/video/cx18/Kconfig            |    2 +-
 drivers/media/video/cx23885/Kconfig         |    4 +-
 drivers/media/video/cx88/Kconfig            |    2 +-
 drivers/media/video/em28xx/em28xx-video.c   |    3 +-
 drivers/media/video/gspca/gspca.c           |    4 +-
 drivers/media/video/pvrusb2/Kconfig         |    2 +-
 drivers/media/video/saa7134/Kconfig         |    4 +-
 16 files changed, 49 insertions(+), 42 deletions(-)


Antti Seppälä (1):
      V4L/DVB (9781): [PATCH] Cablestar 2 I2C retries (fix CableStar2 support)

Devin Heitmueller (2):
      V4L/DVB (9780): dib0700: Stop repeating after user stops pushing button
      V4L/DVB (9920): em28xx: fix NULL pointer dereference in call to VIDIOC_INT_RESET command

Hans Verkuil (1):
      V4L/DVB (9906): v4l2-compat: test for unlocked_ioctl as well.

Jim Paris (1):
      V4L/DVB (9875): gspca - main: Fix vidioc_s_jpegcomp locking.

Jiri Slaby (1):
      V4L/DVB (9908a): MAINTAINERS: mark linux-uvc-devel as subscribers only

Mauro Carvalho Chehab (1):
      V4L/DVB (9885): drivers/media Kconfig's: fix bugzilla #12204

---------------------------------------------------
V4L/DVB development is hosted at http://linuxtv.org

^ permalink raw reply	[flat|nested] 21+ messages in thread
* [GIT PATCHES for 2.6.28] V4L/DVB fixes
@ 2008-12-01 22:08 Mauro Carvalho Chehab
  0 siblings, 0 replies; 21+ messages in thread
From: Mauro Carvalho Chehab @ 2008-12-01 22:08 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Andrew Morton, linux-dvb-maintainer, video4linux-list,
	linux-kernel

Linus,

Please pull from:
        ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git for_linus

For the following driver fixes:

   - af9015: don't reconnect device in USB-bus
   - dib0700: make remote control support work with firmware v1.20
   - dm1105: Fix section mismatch
   - dvb-ttusb-budget: Add NULL pointer validation
   - dvb-ttusb-budget: Add validation for ttusb_alloc_iso_urbs
   - em28xx: Avoid i2c register error for boards without eeprom
   - em28xx: Avoid memory leaks if registration fails
   - em28xx: avoid allocating/dealocating memory on every control urb
   - em28xx: avoid having two concurrent control URB's
   - em28xx: fix oops audio
   - em28xx: fix compile warning
   - em28xx: fix a race condition with hald
   - em28xx: make em28xx aux audio input work
   - em28xx: Make sure the i2c gate is open before powering down tuner
   - em28xx-alsa: implement another locking schema
   - gspca: Memory leak when disconnect while streaming.
   - gspca: Lock the subdrivers via module_get/put.
   - gspca: Move the video device to a separate area.
   - s2255drv: fix firmware test on big-endian
   - sms1xxx: use new firmware for Hauppauge WinTV MiniStick
   - ttusb_dec: Add NULL pointer validation
   - ttusb_dec: fix memory leak
   - usb-urb: fix memory leak

Also, one DVB api fix:
   - Make s2api work for ATSC

Cheers,
Mauro.

---

 drivers/media/dvb/dm1105/dm1105.c                 |    2 +-
 drivers/media/dvb/dvb-core/dvb_frontend.c         |    5 +-
 drivers/media/dvb/dvb-usb/af9015.c                |    8 +-
 drivers/media/dvb/dvb-usb/dib0700.h               |    5 +-
 drivers/media/dvb/dvb-usb/dib0700_core.c          |   16 +++
 drivers/media/dvb/dvb-usb/dib0700_devices.c       |  139 ++++++++++++++++++++-
 drivers/media/dvb/dvb-usb/usb-urb.c               |   19 ++-
 drivers/media/dvb/siano/sms-cards.c               |    2 +-
 drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c |   15 ++-
 drivers/media/dvb/ttusb-dec/ttusb_dec.c           |    7 +
 drivers/media/video/em28xx/em28xx-audio.c         |   33 +++---
 drivers/media/video/em28xx/em28xx-core.c          |   58 ++++++----
 drivers/media/video/em28xx/em28xx-i2c.c           |   10 +-
 drivers/media/video/em28xx/em28xx-video.c         |  140 ++++++++++++---------
 drivers/media/video/em28xx/em28xx.h               |    6 +
 drivers/media/video/gspca/conex.c                 |    3 +
 drivers/media/video/gspca/finepix.c               |    8 ++
 drivers/media/video/gspca/gspca.c                 |   56 +++++----
 drivers/media/video/gspca/gspca.h                 |    6 +-
 drivers/media/video/gspca/pac7311.c               |    3 +
 drivers/media/video/gspca/spca501.c               |    3 +
 drivers/media/video/gspca/spca505.c               |    4 +
 drivers/media/video/gspca/spca561.c               |    3 +
 drivers/media/video/gspca/vc032x.c                |    3 +
 drivers/media/video/gspca/zc3xx.c                 |    3 +
 drivers/media/video/s2255drv.c                    |    2 +-
 26 files changed, 410 insertions(+), 149 deletions(-)

Devin Heitmueller (4):
      V4L/DVB (9631): Make s2api work for ATSC support
      V4L/DVB (9632): make em28xx aux audio input work
      V4L/DVB (9634): Make sure the i2c gate is open before powering down tuner
      V4L/DVB (9639): Make dib0700 remote control support work with firmware v1.20

Douglas Schilling Landgraf (6):
      V4L/DVB (9601): ttusb_dec: Add NULL pointer validation
      V4L/DVB (9602): dvb-ttusb-budget: Add NULL pointer validation
      V4L/DVB (9603): dvb-ttusb-budget: Add validation for ttusb_alloc_iso_urbs
      V4L/DVB (9604): ttusb_dec: fix memory leak
      V4L/DVB (9605): usb-urb: fix memory leak
      V4L/DVB (9743): em28xx: fix oops audio

Hans Verkuil (1):
      V4L/DVB (9748): em28xx: fix compile warning

Harvey Harrison (1):
      V4L/DVB (9635): v4l: s2255drv fix firmware test on big-endian

Igor M. Liplianin (1):
      V4L/DVB (9608): Fix section mismatch warning for dm1105 during make

Jean-Francois Moine (3):
      V4L/DVB (9689): gspca: Memory leak when disconnect while streaming.
      V4L/DVB (9690): gspca: Lock the subdrivers via module_get/put.
      V4L/DVB (9691): gspca: Move the video device to a separate area.

Jose Alberto Reguero (1):
      V4L/DVB (9664): af9015: don't reconnect device in USB-bus

Mauro Carvalho Chehab (7):
      V4L/DVB (9627): em28xx: Avoid i2c register error for boards without eeprom
      V4L/DVB (9645): em28xx: Avoid memory leaks if registration fails
      V4L/DVB (9646): em28xx: avoid allocating/dealocating memory on every control urb
      V4L/DVB (9647): em28xx: void having two concurrent control URB's
      V4L/DVB (9668): em28xx: fix a race condition with hald
      V4L/DVB (9742): em28xx-alsa: implement another locking schema
      em28xx: remove backward compat macro added on a previous fix

Michael Krufky (1):
      V4L/DVB (9732): sms1xxx: use new firmware for Hauppauge WinTV MiniStick

---------------------------------------------------
V4L/DVB development is hosted at http://linuxtv.org

^ permalink raw reply	[flat|nested] 21+ messages in thread
* [GIT PATCHES for 2.6.28] V4L/DVB fixes
@ 2008-11-11 11:11 Mauro Carvalho Chehab
  0 siblings, 0 replies; 21+ messages in thread
From: Mauro Carvalho Chehab @ 2008-11-11 11:11 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Andrew Morton, linux-dvb-maintainer, video4linux-list,
	linux-kernel

Linus,

Please pull from:
        ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git for_linus

For the following driver fixes:
   - radio-si470x: add support for kworld usb radio;
   - ibmcam: Fix a regression caused by a482f327ff56bc3cf53176a7eb736cea47291a1d;
   - cafe_ccic.c: remove BKL;
   - saa7134: fix resource map sanity check conflict;
   - saa7110: Minor fixes;
   - ivtv: remove incorrect V4L1 & tvaudio dependency;
   - ivtv/ivtvfb: no longer experimental;
   - anysee: initialize anysee_usb_mutex statically;
   - cx88: VBI fix for cx88 cards;
   - cx88-dvb: Fix Oops in case i2c bus failed to register;
   - cx88-blackbird: a few bug fixes;
   - ivtv/cx18: fix test whether modules should be loaded or not;
   - cx18: Mark CX18_CPU_DE_RELEASE_MDL as a slow API call;
   - cx18: Use correct Mailbox IRQ Ack values and misc IRQ handling cleanup;
   - cx18: Move DVB buffer transfer handling from irq handler to work_queue;
   - cx18: Disable write retries for registers that always change;
   - af9013: fix bug in status reading;
   - af9015: fix compile warnings;
   - gspca: Fix a typo in one of gspca chips name.
   - gspca: Bad init sequence for sensor HV7131B in zc3xx.
   - gspca: Small changes for the sensor HV7131B in zc3xx.
   - dvb-usb: unplug oops from dvb_frontend_init;

   - Some driver Documentation updates;
   - avoid usb hid driver to handle a fm device (fm700);

A few Build and core documentation updates:
   - CinergyT2: fix Kconfig typo;
   - dtv5100: add dependency on zl10353;
   - gspca: proper indent help;
   - Add gspca driver and subdrivers to MAINTAINERS;
   - update feature-removal-schedule.txt after the removal of tuner-3036 
     and dpc7146;

And two trivial core fixes:
   - dvb core: i2c gate enable/disable fix;
   - v4l core: Add some missing compat32 ioctls;

Cheers,
Mauro.

---

 Documentation/feature-removal-schedule.txt |   24 -----
 Documentation/video4linux/README.cx88      |    4 +-
 Documentation/video4linux/si470x.txt       |  118 +++++++++++++++++++++++
 MAINTAINERS                                |   31 ++++++
 drivers/hid/hid-core.c                     |    1 +
 drivers/hid/hid-ids.h                      |    3 +
 drivers/media/dvb/dvb-core/dvb_frontend.c  |    2 +
 drivers/media/dvb/dvb-usb/Kconfig          |    3 +-
 drivers/media/dvb/dvb-usb/af9015.c         |   14 ++--
 drivers/media/dvb/dvb-usb/af9015.h         |    1 -
 drivers/media/dvb/dvb-usb/anysee.c         |    4 +-
 drivers/media/dvb/dvb-usb/dvb-usb-urb.c    |    6 +-
 drivers/media/dvb/frontends/af9013.c       |    6 +-
 drivers/media/radio/Kconfig                |   14 +++
 drivers/media/radio/radio-si470x.c         |   19 +---
 drivers/media/video/cafe_ccic.c            |    6 +-
 drivers/media/video/compat_ioctl32.c       |    3 +
 drivers/media/video/cx18/cx18-driver.c     |   17 +++-
 drivers/media/video/cx18/cx18-driver.h     |   20 +++--
 drivers/media/video/cx18/cx18-dvb.c        |   23 +++++
 drivers/media/video/cx18/cx18-dvb.h        |    1 +
 drivers/media/video/cx18/cx18-io.c         |   17 +++-
 drivers/media/video/cx18/cx18-io.h         |   17 ++++
 drivers/media/video/cx18/cx18-irq.c        |   96 +++++++++++--------
 drivers/media/video/cx18/cx18-irq.h        |    4 +-
 drivers/media/video/cx18/cx18-mailbox.c    |    6 +-
 drivers/media/video/cx18/cx18-queue.c      |   14 +--
 drivers/media/video/cx18/cx18-scb.h        |   40 ++++----
 drivers/media/video/cx88/cx88-blackbird.c  |   12 ++-
 drivers/media/video/cx88/cx88-dvb.c        |    5 +
 drivers/media/video/cx88/cx88-mpeg.c       |   28 +++---
 drivers/media/video/cx88/cx88-video.c      |   10 ++-
 drivers/media/video/cx88/cx88.h            |    1 +
 drivers/media/video/gspca/Kconfig          |  144 ++++++++++++++--------------
 drivers/media/video/gspca/zc3xx.c          |   12 ++-
 drivers/media/video/ivtv/Kconfig           |    5 +-
 drivers/media/video/ivtv/ivtv-driver.c     |   26 +++---
 drivers/media/video/saa7110.c              |    4 +-
 drivers/media/video/saa7134/saa7134-core.c |    3 +-
 drivers/media/video/usbvideo/ibmcam.c      |   12 +-
 40 files changed, 509 insertions(+), 267 deletions(-)
 create mode 100644 Documentation/video4linux/si470x.txt

Akinobu Mita (1):
      V4L/DVB (9494): anysee: initialize anysee_usb_mutex statically

Alexey Klimov (2):
      V4L/DVB (9337a): HID: Don't allow KWorld radio fm700 be handled by usb hid drivers
      V4L/DVB (9350): radio-si470x: add support for kworld usb radio

Andy Walls (5):
      V4L/DVB (9475): cx18: Disable write retries for registers that always change - part 1.
      V4L/DVB (9510): cx18: Fix write retries for registers that always change - part 2.
      V4L/DVB (9511): cx18: Mark CX18_CPU_DE_RELEASE_MDL as a slow API call
      V4L/DVB (9515): cx18: Use correct Mailbox IRQ Ack values and misc IRQ handling cleanup
      V4L/DVB (9516): cx18: Move DVB buffer transfer handling from irq handler to work_queue

Antoine Jacquet (1):
      V4L/DVB (9348): dtv5100: add dependency on zl10353

Antti Palosaari (1):
      V4L/DVB (9527): af9015: fix compile warnings

Daniel J Blueman (1):
      V4L/DVB (9492): unplug oops from dvb_frontend_init...

Darron Broad (1):
      V4L/DVB (9499): cx88-mpeg: final fix for analogue only compilation + de-alloc fix

Frederic CAND (3):
      V4L/DVB (9495): cx88-blackbird: bugfix: cx88-blackbird-poll-fix
      V4L/DVB (9496): cx88-blackbird: bugfix: cx88-blackbird-mpeg-users
      V4L/DVB (9493): kconfig patch

Gregor Jasny (1):
      V4L/DVB (9352): Add some missing compat32 ioctls

Hans Verkuil (3):
      V4L/DVB (9485): ivtv: remove incorrect V4L1 & tvaudio dependency
      V4L/DVB (9486): ivtv/ivtvfb: no longer experimental
      V4L/DVB (9506): ivtv/cx18: fix test whether modules should be loaded or not.

Jean Delvare (2):
      V4L/DVB (9337b): remove tuner-3036 and dpc7146 drivers from feature-removal-schedule.txt
      V4L/DVB (9372): Minor fixes to the saa7110 driver

Jean-Francois Moine (3):
      V4L/DVB (9367a): Add gspca driver and subdrivers to MAINTAINERS
      V4L/DVB (9556): gspca: Bad init sequence for sensor HV7131B in zc3xx.
      V4L/DVB (9557): gspca: Small changes for the sensor HV7131B in zc3xx.

Jonathan Corbet (1):
      V4L/DVB (9355): de-BKL cafe_ccic.c

Krzysztof Helt (1):
      V4L/DVB (9549): gspca: Fix a typo in one of gspca chips name.

Manu Abraham (1):
      V4L/DVB (9346): Optimization: Enable gate in a symmetric/disciplined way,

Matthias Schwarzott (1):
      V4L/DVB (9357): cx88-dvb: Fix Oops in case i2c bus failed to register

Mauro Carvalho Chehab (1):
      V4L/DVB (9351): ibmcam: Fix a regression caused by a482f327ff56bc3cf53176a7eb736cea47291a1d

Rafael Diniz (2):
      V4L/DVB (9368): VBI fix for cx88 cards
      V4L/DVB (9369): Documentation update for cx88

Suresh Siddha (1):
      V4L/DVB (9356): [PATCH] saa7134: fix resource map sanity check conflict

Thierry MERLE (1):
      V4L/DVB (9358): CinergyT2: fix Kconfig typo

Tobias Lorenz (1):
      V4L/DVB (9482): Documentation, especially regarding audio and informational links

roel kluin (1):
      V4L/DVB (9524): af9013: fix bug in status reading

---------------------------------------------------
V4L/DVB development is hosted at http://linuxtv.org

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

end of thread, other threads:[~2008-12-30 19:49 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-24 14:12 [GIT PATCHES for 2.6.28] V4L/DVB fixes Mauro Carvalho Chehab
2008-12-25  8:19 ` Ingo Molnar
2008-12-25 10:30   ` Ingo Molnar
2008-12-26 13:08     ` Mauro Carvalho Chehab
2008-12-26 15:38       ` Luca Olivetti
2008-12-25 23:24   ` Mauro Carvalho Chehab
2008-12-26  9:02     ` Ingo Molnar
2008-12-26 13:13       ` Mauro Carvalho Chehab
2008-12-26 13:24         ` [GIT PATCHES for 2.6.28] V4L/DVB fixes, crash in af9005_usb_module_init() Ingo Molnar
2008-12-26 13:45           ` Mauro Carvalho Chehab
2008-12-27 12:00           ` [patch] fix warning in drivers/media/dvb/dvb-usb/af9005-fe.c Ingo Molnar
2008-12-27 20:24             ` [v4l-dvb-maintainer] " Andy Walls
2008-12-30 19:49               ` Mauro Carvalho Chehab
2008-12-27 16:40           ` [GIT PATCHES for 2.6.28] V4L/DVB fixes, crash in af9005_usb_module_init() Ingo Molnar
2008-12-27 17:11             ` Cyrill Gorcunov
2008-12-27 17:19               ` Cyrill Gorcunov
2008-12-27 18:01                 ` Cyrill Gorcunov
2008-12-30 19:33               ` Mauro Carvalho Chehab
2008-12-30 19:40                 ` Cyrill Gorcunov
  -- strict thread matches above, loose matches on Subject: below --
2008-12-01 22:08 [GIT PATCHES for 2.6.28] V4L/DVB fixes Mauro Carvalho Chehab
2008-11-11 11:11 Mauro Carvalho Chehab

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