LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [GIT PULL for v3.19-rc6] media fixes
@ 2015-01-23 13:26 Mauro Carvalho Chehab
2015-01-23 23:11 ` Linus Torvalds
0 siblings, 1 reply; 4+ messages in thread
From: Mauro Carvalho Chehab @ 2015-01-23 13:26 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 media/v3.19-4
For:
- Fix some race conditions caused by a regression on videobuf2;
- Fix a interrupt release bug on cx23885;
- Fix support for Mygica T230 and HVR4400;
- Fix compilation breakage when USB is not selected on tlg2300;
- Fix capabilities report on ompa3isp, soc-camera, rcar_vin and pvrusb2;
Regards,
Mauro
-
The following changes since commit 427ae153c65ad7a08288d86baf99000569627d03:
[media] bq/c-qcam, w9966, pms: move to staging in preparation for removal (2014-12-16 23:21:44 -0200)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media media/v3.19-4
for you to fetch changes up to 2c0108e1c02f9fc95f465adc4d2ce1ad8688290a:
[media] omap3isp: Correctly set QUERYCAP capabilities (2015-01-21 21:09:11 -0200)
----------------------------------------------------------------
media fixes for v3.19-rc6
----------------------------------------------------------------
Guennadi Liakhovetski (1):
[media] soc-camera: fix device capabilities in multiple camera host drivers
Hans Verkuil (3):
[media] vb2: fix vb2_thread_stop race conditions
[media] pvrusb2: fix missing device_caps in querycap
[media] cx23885: fix free interrupt bug
Jonathan McDowell (1):
[media] Fix Mygica T230 support
Matthias Schwarzott (1):
[media] cx23885: Split Hauppauge WinTV Starburst from HVR4400 card entry
Mauro Carvalho Chehab (1):
[media] tlg2300: Fix media dependencies
Nobuhiro Iwamatsu (1):
[media] rcar_vin: Update device_caps and capabilities in querycap
Sakari Ailus (1):
[media] omap3isp: Correctly set QUERYCAP capabilities
drivers/media/pci/cx23885/cx23885-cards.c | 23 +++++++++++++++------
drivers/media/pci/cx23885/cx23885-core.c | 4 ++--
drivers/media/pci/cx23885/cx23885-dvb.c | 11 ++++++++++
drivers/media/pci/cx23885/cx23885.h | 1 +
drivers/media/platform/omap3isp/ispvideo.c | 7 +++++--
drivers/media/platform/soc_camera/atmel-isi.c | 5 +++--
drivers/media/platform/soc_camera/mx2_camera.c | 3 ++-
drivers/media/platform/soc_camera/mx3_camera.c | 3 ++-
drivers/media/platform/soc_camera/omap1_camera.c | 3 ++-
drivers/media/platform/soc_camera/pxa_camera.c | 3 ++-
drivers/media/platform/soc_camera/rcar_vin.c | 4 +++-
.../platform/soc_camera/sh_mobile_ceu_camera.c | 4 +++-
drivers/media/usb/dvb-usb/cxusb.c | 2 +-
drivers/media/usb/pvrusb2/pvrusb2-v4l2.c | 24 ++++++++++++----------
drivers/media/v4l2-core/videobuf2-core.c | 19 ++++++++---------
drivers/staging/media/tlg2300/Kconfig | 1 +
16 files changed, 77 insertions(+), 40 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL for v3.19-rc6] media fixes
2015-01-23 13:26 [GIT PULL for v3.19-rc6] media fixes Mauro Carvalho Chehab
@ 2015-01-23 23:11 ` Linus Torvalds
2015-01-24 8:03 ` Mauro Carvalho Chehab
0 siblings, 1 reply; 4+ messages in thread
From: Linus Torvalds @ 2015-01-23 23:11 UTC (permalink / raw)
To: Mauro Carvalho Chehab
Cc: Andrew Morton, Linux Media Mailing List, Linux Kernel Mailing List
On Sat, Jan 24, 2015 at 1:26 AM, Mauro Carvalho Chehab
<mchehab@osg.samsung.com> wrote:
>
> Please pull from:
> git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media media/v3.19-4
That does not exist.
The tip of that linux-media tree does match the commit you claim is
the tip but that's just the unsigned 'master' branch/. The tag you
list just doesn't exist at all. There's a v3.19-3, but no 4.
Linus
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL for v3.19-rc6] media fixes
2015-01-23 23:11 ` Linus Torvalds
@ 2015-01-24 8:03 ` Mauro Carvalho Chehab
0 siblings, 0 replies; 4+ messages in thread
From: Mauro Carvalho Chehab @ 2015-01-24 8:03 UTC (permalink / raw)
To: Linus Torvalds
Cc: Andrew Morton, Linux Media Mailing List, Linux Kernel Mailing List
Hi Linus,
Em Sat, 24 Jan 2015 11:11:08 +1200
Linus Torvalds <torvalds@linux-foundation.org> escreveu:
> On Sat, Jan 24, 2015 at 1:26 AM, Mauro Carvalho Chehab
> <mchehab@osg.samsung.com> wrote:
> >
> > Please pull from:
> > git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media media/v3.19-4
>
> That does not exist.
>
> The tip of that linux-media tree does match the commit you claim is
> the tip but that's just the unsigned 'master' branch/. The tag you
> list just doesn't exist at all. There's a v3.19-3, but no 4.
This was due to a bug on my script that creates the tags and push them.
I fixed it already, and did a git push -t. It should be OK now.
I'll re-send the same pull request, as I think this works best for your
workflow, right?
Regards,
Mauro
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL for v3.19-rc6] media fixes
@ 2015-01-24 8:04 Mauro Carvalho Chehab
0 siblings, 0 replies; 4+ messages in thread
From: Mauro Carvalho Chehab @ 2015-01-24 8:04 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 media/v3.19-4
For:
- Fix some race conditions caused by a regression on videobuf2;
- Fix a interrupt release bug on cx23885;
- Fix support for Mygica T230 and HVR4400;
- Fix compilation breakage when USB is not selected on tlg2300;
- Fix capabilities report on ompa3isp, soc-camera, rcar_vin and pvrusb2;
Regards,
Mauro
PS.: e-mail resent, as I forgot to push the tag.
-
The following changes since commit 427ae153c65ad7a08288d86baf99000569627d03:
[media] bq/c-qcam, w9966, pms: move to staging in preparation for removal (2014-12-16 23:21:44 -0200)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media media/v3.19-4
for you to fetch changes up to 2c0108e1c02f9fc95f465adc4d2ce1ad8688290a:
[media] omap3isp: Correctly set QUERYCAP capabilities (2015-01-21 21:09:11 -0200)
----------------------------------------------------------------
media fixes for v3.19-rc6
----------------------------------------------------------------
Guennadi Liakhovetski (1):
[media] soc-camera: fix device capabilities in multiple camera host drivers
Hans Verkuil (3):
[media] vb2: fix vb2_thread_stop race conditions
[media] pvrusb2: fix missing device_caps in querycap
[media] cx23885: fix free interrupt bug
Jonathan McDowell (1):
[media] Fix Mygica T230 support
Matthias Schwarzott (1):
[media] cx23885: Split Hauppauge WinTV Starburst from HVR4400 card entry
Mauro Carvalho Chehab (1):
[media] tlg2300: Fix media dependencies
Nobuhiro Iwamatsu (1):
[media] rcar_vin: Update device_caps and capabilities in querycap
Sakari Ailus (1):
[media] omap3isp: Correctly set QUERYCAP capabilities
drivers/media/pci/cx23885/cx23885-cards.c | 23 +++++++++++++++------
drivers/media/pci/cx23885/cx23885-core.c | 4 ++--
drivers/media/pci/cx23885/cx23885-dvb.c | 11 ++++++++++
drivers/media/pci/cx23885/cx23885.h | 1 +
drivers/media/platform/omap3isp/ispvideo.c | 7 +++++--
drivers/media/platform/soc_camera/atmel-isi.c | 5 +++--
drivers/media/platform/soc_camera/mx2_camera.c | 3 ++-
drivers/media/platform/soc_camera/mx3_camera.c | 3 ++-
drivers/media/platform/soc_camera/omap1_camera.c | 3 ++-
drivers/media/platform/soc_camera/pxa_camera.c | 3 ++-
drivers/media/platform/soc_camera/rcar_vin.c | 4 +++-
.../platform/soc_camera/sh_mobile_ceu_camera.c | 4 +++-
drivers/media/usb/dvb-usb/cxusb.c | 2 +-
drivers/media/usb/pvrusb2/pvrusb2-v4l2.c | 24 ++++++++++++----------
drivers/media/v4l2-core/videobuf2-core.c | 19 ++++++++---------
drivers/staging/media/tlg2300/Kconfig | 1 +
16 files changed, 77 insertions(+), 40 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-01-24 8:04 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-23 13:26 [GIT PULL for v3.19-rc6] media fixes Mauro Carvalho Chehab
2015-01-23 23:11 ` Linus Torvalds
2015-01-24 8:03 ` Mauro Carvalho Chehab
2015-01-24 8:04 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;
as well as URLs for NNTP newsgroup(s).