From: Mauro Carvalho Chehab <mchehab@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
Linux Media Mailing List <linux-media@vger.kernel.org>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [GIT PULL for 3.2-rc5] media fixes
Date: Mon, 12 Dec 2011 14:47:53 -0200 [thread overview]
Message-ID: <4EE63039.4040004@redhat.com> (raw)
Hi Linus,
Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media v4l_for_linus
For a couple fixes for media drivers.
The changes are:
- ati_remote (new driver for 3.2): Fix the scancode tables;
- af9015: fix some issues with firmware load;
- au0828: (trivial) add device ID's for some devices;
- omap3 and s5p: several small fixes;
- Update MAINTAINERS entry to cover /drivers/staging/media and
media DocBook;
- a few other small trivial fixes.
Thanks!
Mauro
-
The following changes since commit dc47ce90c3a822cd7c9e9339fe4d5f61dcb26b50:
Linux 3.2-rc5 (2011-12-09 15:09:32 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media v4l_for_linus
Anssi Hannula (1):
[media] ati_remote: switch to single-byte scancodes
Antti Palosaari (3):
[media] af9015: limit I2C access to keep FW happy
[media] tda18218: fix 6 MHz default IF frequency
[media] mxl5007t: fix reg read
Dan Carpenter (1):
[media] V4L: mt9t112: use after free in mt9t112_probe()
Dmitry Artamonow (1):
[media] omap3isp: fix compilation of ispvideo.c
Gary Thomas (1):
[media] omap_vout: Fix compile error in 3.1
Guennadi Liakhovetski (2):
[media] V4L: soc-camera: fix compiler warnings on 64-bit platforms
[media] V4L: mt9m111: fix uninitialised mutex
Janusz Krzysztofik (1):
[media] V4L: omap1_camera: fix missing <linux/module.h> include
Joe Perches (1):
[media] [trivial] omap24xxcam-dma: Fix logical test
Marek Szyprowski (1):
[media] media: video: s5p-tv: fix build break
Mauro Carvalho Chehab (1):
MAINTAINERS: Update media entries
Michael Krufky (3):
[media] au0828: add missing USB ID 2040:7260
[media] au0828: add missing USB ID 2040:7213
[media] au0828: add missing models 72101, 72201 & 72261 to the model matrix
Peter Korsgaard (1):
[media] s5p_mfc_enc: fix s/H264/H263/ typo
Randy Dunlap (1):
[media] media/staging: fix allyesconfig build error
Sylwester Nawrocki (10):
[media] s5p-fimc: Fix wrong pointer dereference when unregistering sensors
[media] s5p-fimc: Fix error in the capture subdev deinitialization
[media] s5p-fimc: Fix initialization for proper system suspend support
[media] s5p-fimc: Fix buffer dequeue order issue
[media] s5p-fimc: Allow probe() to succeed with null platform data
[media] s5p-fimc: Adjust pixel height alignments according to the IP revision
[media] s5p-fimc: Fail driver probing when sensor configuration is wrong
[media] s5p-fimc: Use correct fourcc for RGB565 colour format
[media] m5mols: Fix set_fmt to return proper pixel format code
[media] s5p-fimc: Fix camera input configuration in subdev operations
Thomas Jarosch (1):
[media] m5mols: Fix logic in sanity check
Tomi Valkeinen (1):
[media] omap_vout: fix crash if no driver for a display
MAINTAINERS | 2 +
drivers/media/common/tuners/mxl5007t.c | 3 +-
drivers/media/common/tuners/tda18218.c | 2 +-
drivers/media/dvb/dvb-usb/af9015.c | 97 ++++++++++++++++
drivers/media/dvb/dvb-usb/af9015.h | 7 +
drivers/media/rc/ati_remote.c | 111 +++++++++----------
drivers/media/rc/keymaps/rc-ati-x10.c | 96 ++++++++--------
drivers/media/rc/keymaps/rc-medion-x10.c | 128 +++++++++++-----------
drivers/media/rc/keymaps/rc-snapstream-firefly.c | 114 ++++++++++----------
drivers/media/video/au0828/au0828-cards.c | 7 +
drivers/media/video/m5mols/m5mols.h | 2 -
drivers/media/video/m5mols/m5mols_core.c | 22 ++--
drivers/media/video/mt9m111.c | 1 +
drivers/media/video/mt9t112.c | 4 +-
drivers/media/video/omap/omap_vout.c | 9 ++
drivers/media/video/omap1_camera.c | 1 +
drivers/media/video/omap24xxcam-dma.c | 2 +-
drivers/media/video/omap3isp/ispvideo.c | 1 +
drivers/media/video/ov6650.c | 2 +-
drivers/media/video/s5p-fimc/fimc-capture.c | 14 ++-
drivers/media/video/s5p-fimc/fimc-core.c | 24 ++--
drivers/media/video/s5p-fimc/fimc-core.h | 2 +
drivers/media/video/s5p-fimc/fimc-mdevice.c | 43 +++++---
drivers/media/video/s5p-fimc/fimc-reg.c | 15 ++-
drivers/media/video/s5p-mfc/s5p_mfc_enc.c | 2 +-
drivers/media/video/s5p-tv/mixer_video.c | 1 +
drivers/media/video/sh_mobile_ceu_camera.c | 34 ++++--
drivers/media/video/sh_mobile_csi2.c | 4 +-
drivers/media/video/soc_camera.c | 3 +-
drivers/staging/media/as102/as102_drv.c | 4 +-
drivers/staging/media/as102/as102_drv.h | 3 +-
include/media/soc_camera.h | 7 +-
32 files changed, 461 insertions(+), 306 deletions(-)
next reply other threads:[~2011-12-12 16:47 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-12 16:47 Mauro Carvalho Chehab [this message]
2011-12-12 17:05 ` [GIT PULL for 3.2-rc5] media fixes Antti Palosaari
2011-12-12 17:27 ` Sylwester Nawrocki
2011-12-12 17:45 ` Mauro Carvalho Chehab
2011-12-19 15:41 ` Mauro Carvalho Chehab
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4EE63039.4040004@redhat.com \
--to=mchehab@redhat.com \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.