public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL for v3.14-rc2] media fixes
@ 2014-02-07 13:57 Mauro Carvalho Chehab
  2014-02-07 20:18 ` Linus Torvalds
  0 siblings, 1 reply; 2+ messages in thread
From: Mauro Carvalho Chehab @ 2014-02-07 13:57 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Andrew Morton, Linux Media Mailing List,
	Linux Kernel Mailing List

Hi Linus,

Please pull from:
  git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media 

For a series of small fixes. Mostly driver ones. There is one core
regression fix on a patch that was meant to fix some race issues on
vb2, but that actually caused more harm than good. So, we're just
reverting it for now.

Thanks!
Mauro

The following changes since commit 38dbfb59d1175ef458d006556061adeaa8751b72:

  Linus 3.14-rc1 (2014-02-02 16:42:13 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media 

for you to fetch changes up to 57f0547fbc1e925f5e58c76f311a6632c3f37740:

  [media] adv7842: Composite free-run platfrom-data fix (2014-02-04 06:46:10 -0200)

----------------------------------------------------------------
Alexey Khoroshilov (1):
      [media] go7007-loader: fix usb_dev leak

Andi Shyti (2):
      [media] cx24117: remove dead code in always 'false' if statement
      [media] cx24117: use a valid dev pointer for dev_err printout

Andrzej Hajda (1):
      [media] s5k5baf: allow to handle arbitrary long i2c sequences

Antti Palosaari (1):
      [media] af9035: add ID [2040:f900] Hauppauge WinTV-MiniStick 2

Dave Jones (2):
      [media] mxl111sf: Fix unintentional garbage stack read
      [media] mxl111sf: Fix compile when CONFIG_DVB_USB_MXL111SF is unset

Hans Verkuil (1):
      [media] Revert "[media] videobuf_vm_{open,close} race fixes"

Jacek Anaszewski (1):
      [media] s5p-jpeg: Fix wrong NV12 format parameters

Levente Kurusa (1):
      [media] media: bt8xx: add missing put_device call

Martin Bugge (2):
      [media] v4l2-dv-timings: fix GTF calculation
      [media] adv7842: Composite free-run platfrom-data fix

Masanari Iida (1):
      [media] hdpvr: Fix memory leak in debug

Mauro Carvalho Chehab (1):
      Merge tag 'v3.14-rc1' into patchwork

Michael Krufky (1):
      [media] update Michael Krufky's email address

Ricardo Ribalda (1):
      [media] vb2: Check if there are buffers before streamon

Sylwester Nawrocki (3):
      [media] exynos4-is: Fix error paths in probe() for !pm_runtime_enabled()
      [media] exynos4-is: Compile in fimc runtime PM callbacks conditionally
      [media] exynos4-is: Compile in fimc-lite runtime PM callbacks conditionally

 Documentation/dvb/contributors.txt            |  2 +-
 drivers/media/dvb-frontends/cx24117.c         | 10 +--------
 drivers/media/dvb-frontends/nxt200x.c         |  2 +-
 drivers/media/i2c/adv7842.c                   |  2 +-
 drivers/media/i2c/s5k5baf.c                   | 30 +++++++++++++++++----------
 drivers/media/pci/bt8xx/bttv-cards.c          |  2 +-
 drivers/media/pci/bt8xx/bttv-gpio.c           |  2 +-
 drivers/media/pci/saa7134/saa7134-cards.c     |  2 +-
 drivers/media/platform/exynos4-is/fimc-core.c |  5 ++++-
 drivers/media/platform/exynos4-is/fimc-lite.c |  7 +++++--
 drivers/media/platform/s5p-jpeg/jpeg-core.c   |  8 +++----
 drivers/media/usb/dvb-usb-v2/af9035.c         |  2 ++
 drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c |  4 ++--
 drivers/media/usb/dvb-usb-v2/mxl111sf-demod.h |  2 +-
 drivers/media/usb/dvb-usb-v2/mxl111sf-gpio.c  |  2 +-
 drivers/media/usb/dvb-usb-v2/mxl111sf-gpio.h  |  2 +-
 drivers/media/usb/dvb-usb-v2/mxl111sf-i2c.c   |  2 +-
 drivers/media/usb/dvb-usb-v2/mxl111sf-i2c.h   |  2 +-
 drivers/media/usb/dvb-usb-v2/mxl111sf-phy.c   |  2 +-
 drivers/media/usb/dvb-usb-v2/mxl111sf-phy.h   |  2 +-
 drivers/media/usb/dvb-usb-v2/mxl111sf-reg.h   |  2 +-
 drivers/media/usb/dvb-usb-v2/mxl111sf-tuner.c |  4 ++--
 drivers/media/usb/dvb-usb-v2/mxl111sf-tuner.h |  4 ++--
 drivers/media/usb/dvb-usb-v2/mxl111sf.c       |  6 +++---
 drivers/media/usb/dvb-usb-v2/mxl111sf.h       |  2 +-
 drivers/media/usb/hdpvr/hdpvr-core.c          |  4 +++-
 drivers/media/v4l2-core/v4l2-dv-timings.c     |  1 +
 drivers/media/v4l2-core/videobuf-dma-contig.c | 12 +++++------
 drivers/media/v4l2-core/videobuf-dma-sg.c     | 10 ++++-----
 drivers/media/v4l2-core/videobuf-vmalloc.c    | 10 ++++-----
 drivers/media/v4l2-core/videobuf2-core.c      |  5 +++++
 drivers/staging/media/go7007/go7007-loader.c  |  4 +++-
 32 files changed, 84 insertions(+), 72 deletions(-)



-- 

Cheers,
Mauro

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

* Re: [GIT PULL for v3.14-rc2] media fixes
  2014-02-07 13:57 [GIT PULL for v3.14-rc2] media fixes Mauro Carvalho Chehab
@ 2014-02-07 20:18 ` Linus Torvalds
  0 siblings, 0 replies; 2+ messages in thread
From: Linus Torvalds @ 2014-02-07 20:18 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Andrew Morton, Linux Media Mailing List,
	Linux Kernel Mailing List

On Fri, Feb 7, 2014 at 5:57 AM, Mauro Carvalho Chehab
<m.chehab@samsung.com> wrote:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
>
> for you to fetch changes up to 57f0547fbc1e925f5e58c76f311a6632c3f37740:

Grr. You missed the branch name.

I can see from the SHA1 (and historical pull requests) that you meant
the usual 'v4l_for_linus' branch, but please be more careful.

             Linus

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

end of thread, other threads:[~2014-02-07 20:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-07 13:57 [GIT PULL for v3.14-rc2] media fixes Mauro Carvalho Chehab
2014-02-07 20:18 ` Linus Torvalds

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