This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Upstream + V4L/DVB patches for linux-next".
The branch, master has been updated
via 4de5408effd8b1dbf5685ca619555a762dc7f3dc (commit)
via 6227c0d0995105247b244cbceaa8bff1b489024f (commit)
via 907814e55e4637cee8440e87261f1cab2a9bbf92 (commit)
via 0ebac09979e3e5c012bc942ed54c2d31aaba6655 (commit)
via 1728c3434895d9b80d32891fed49d51b12bf10e3 (commit)
via 81950c159964247caa2b4b6be1e15e791abc565b (commit)
via 9e28ec36c8987b982c63a3867746bde03c5f467b (commit)
via 36ca0dbc478bd98e2de900502e19b1af0c347d69 (commit)
via 1e08370814e8902074d59cc57f2b4c1a62f00ee8 (commit)
via 234497b022c464532976b8a12614819bcf67f41b (commit)
via 831082361c3e82e58051f089db3fd25a2ab84697 (commit)
via 3eb411389d861064ed08f2a6fac877fc5fc38b36 (commit)
via 8aeb2f82c5413b05ae5336f75317fb06612e1984 (commit)
via 62b9e11faa25aa7d3f329a18a6221d8c07c57562 (commit)
via 6bd67966ecbb0808dba57396a96e353a198df1a8 (commit)
via 352965580bca5679bf2062a9ff262fad39d2b5cb (commit)
from 91ec04b894e426b921d1aa209fb4eac32a5aba95 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 4de5408effd8b1dbf5685ca619555a762dc7f3dc
Author: Guennadi Liakhovetski <[email protected]>
Date: Tue Feb 9 18:00:38 2010 +0100
sh_mobile_ceu_camera: pass .set_parm and .get_parm down to subdevices
Signed-off-by: Guennadi Liakhovetski <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
commit 6227c0d0995105247b244cbceaa8bff1b489024f
Author: Guennadi Liakhovetski <[email protected]>
Date: Tue Feb 9 18:00:30 2010 +0100
soc-camera: add support for VIDIOC_S_PARM and VIDIOC_G_PARM ioctls
Just pass VIDIOC_S_PARM and VIDIOC_G_PARM down to host drivers. So far no
special handling in soc-camera core.
Signed-off-by: Guennadi Liakhovetski <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
commit 907814e55e4637cee8440e87261f1cab2a9bbf92
Author: Magnus Damm <[email protected]>
Date: Tue Feb 9 17:40:40 2010 +0900
soc-camera: return -ENODEV if sensor is missing
Update the soc-camera i2c code to return -ENODEV if
a camera sensor is missing instead of -ENOMEM.
Signed-off-by: Magnus Damm <[email protected]>
Signed-off-by: Guennadi Liakhovetski <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
commit 0ebac09979e3e5c012bc942ed54c2d31aaba6655
Author: Antonio Ospite <[email protected]>
Date: Tue Nov 17 23:04:23 2009 +0100
pxa_camera: remove init() callback
pxa_camera init() callback is sometimes abused to setup MFP for PXA CIF, or
even to request GPIOs to be used by the camera *sensor*. These
initializations
can be performed statically in machine init functions.
The current semantics for this init() callback is ambiguous anyways, it is
invoked in pxa_camera_activate(), hence at device node open, but its users
use
it like a generic initialization to be done at module init time (configure
MFP, request GPIOs for *sensor* control).
Signed-off-by: Antonio Ospite <[email protected]>
Signed-off-by: Guennadi Liakhovetski <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
commit 1728c3434895d9b80d32891fed49d51b12bf10e3
Author: Guennadi Liakhovetski <[email protected]>
Date: Thu Dec 24 14:12:15 2009 +0100
soc-camera: adjust coding style to match V4L preferences
Signed-off-by: Guennadi Liakhovetski <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
commit 81950c159964247caa2b4b6be1e15e791abc565b
Author: Kuninori Morimoto <[email protected]>
Date: Wed Jan 6 18:42:16 2010 +0900
soc-camera: ov772x: Modify buswidth control
This patch removes "buswidth" struct member, and sets the default buswidth
to the natively supported 10 bit. You can select 8 bit buswidth by new flag.
This patch also modify ap325rxa/migor setup.c
Signed-off-by: Kuninori Morimoto <[email protected]>
Signed-off-by: Guennadi Liakhovetski <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
commit 9e28ec36c8987b982c63a3867746bde03c5f467b
Author: Guennadi Liakhovetski <[email protected]>
Date: Thu Feb 4 11:24:00 2010 +0100
tw9910: use TABs for indentation
Signed-off-by: Guennadi Liakhovetski <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
commit 36ca0dbc478bd98e2de900502e19b1af0c347d69
Author: Guennadi Liakhovetski <[email protected]>
Date: Thu Feb 4 11:17:48 2010 +0100
soc-camera: update mt9v022 to take into account board signal routing
Use soc_camera_apply_sensor_flags() in mt9v022 to account for any inverters
in
video signal paths.
Signed-off-by: Guennadi Liakhovetski <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
commit 1e08370814e8902074d59cc57f2b4c1a62f00ee8
Author: Mauro Carvalho Chehab <[email protected]>
Date: Wed Feb 17 21:13:19 2010 -0200
V4L/DVB: az6027: az6027_read_mac_addr is currently unused
drivers/media/dvb/dvb-usb/az6027.c:759: warning: âaz6027_read_mac_addrâ
defined but not used
While there's some code that uses it, it is currently commented. So,
comment also
the function itself.
CC: Manu Abraham <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
commit 234497b022c464532976b8a12614819bcf67f41b
Author: Mauro Carvalho Chehab <[email protected]>
Date: Wed Feb 17 21:11:06 2010 -0200
V4L/DVB: az6027: IR RC keys are using the old struct with 3 parameters,
instead of 2
drivers/media/dvb/dvb-usb/az6027.c:390: warning: excess elements in struct
initializer
drivers/media/dvb/dvb-usb/az6027.c:390: warning: (near initialization for
âaz6027_rc_keys[0]â)
drivers/media/dvb/dvb-usb/az6027.c:391: warning: excess elements in struct
initializer
drivers/media/dvb/dvb-usb/az6027.c:391: warning: (near initialization for
âaz6027_rc_keys[1]â)
CC: Manu Abraham <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
commit 831082361c3e82e58051f089db3fd25a2ab84697
Author: Manu Abraham <[email protected]>
Date: Sun Feb 14 16:58:10 2010 -0300
V4L/DVB: AZ6027: Fix checkpatch violations
Signed-off-by: Manu Abraham <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
commit 3eb411389d861064ed08f2a6fac877fc5fc38b36
Author: Manu Abraham <[email protected]>
Date: Sun Feb 14 15:10:54 2010 -0300
V4L/DVB: AZ6027: Add driver supported ID's
Signed-off-by: Manu Abraham <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
commit 8aeb2f82c5413b05ae5336f75317fb06612e1984
Author: Manu Abraham <[email protected]>
Date: Sun Feb 14 15:03:39 2010 -0300
V4L/DVB: AZ6027: Update Build
Signed-off-by: Manu Abraham <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
commit 62b9e11faa25aa7d3f329a18a6221d8c07c57562
Author: Manu Abraham <[email protected]>
Date: Sun Feb 14 14:59:39 2010 -0300
V4L/DVB: AZ6027: Add driver supported ID's
Signed-off-by: Manu Abraham <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
commit 6bd67966ecbb0808dba57396a96e353a198df1a8
Author: Adams Xu <[email protected]>
Date: Sun Feb 14 14:34:07 2010 -0300
V4L/DVB: AZ6027: Initial import of the driver
>From Azurewave Technologies
Signed-off-by: Manu Abaraham <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
commit 352965580bca5679bf2062a9ff262fad39d2b5cb
Author: Martin Fuzzey <[email protected]>
Date: Thu Feb 11 10:50:31 2010 -0300
V4L/DVB: Video : pwc : Fix regression in pwc_set_shutter_speed caused by
bad constant => sizeof conversion.
Regression was caused by my commit 6b35ca0d3d586b8ecb8396821af21186e20afaf0
which determined message size using sizeof rather than hardcoded constants.
Unfortunately pwc_set_shutter_speed reuses a 2 byte buffer for a one byte
message too so the sizeof was bogus in this case.
All other uses of sizeof checked and are ok.
Acked-by: Laurent Pinchart <[email protected]>
Cc: [email protected]
Signed-off-by: Martin Fuzzey <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
arch/arm/mach-pxa/include/mach/camera.h | 2 -
arch/sh/boards/mach-ap325rxa/setup.c | 4 +-
arch/sh/boards/mach-migor/setup.c | 2 +-
drivers/media/dvb/dvb-usb/Kconfig | 8 +
drivers/media/dvb/dvb-usb/Makefile | 3 +
drivers/media/dvb/dvb-usb/az6027.c | 1151 ++++++++++++++++++++++++++++
drivers/media/dvb/dvb-usb/az6027.h | 14 +
drivers/media/dvb/dvb-usb/dvb-usb-ids.h | 6 +-
drivers/media/video/mt9v022.c | 17 +-
drivers/media/video/ov772x.c | 22 +-
drivers/media/video/pwc/pwc-ctrl.c | 2 +-
drivers/media/video/pxa_camera.c | 10 -
drivers/media/video/sh_mobile_ceu_camera.c | 18 +
drivers/media/video/soc_camera.c | 36 +-
drivers/media/video/soc_mediabus.c | 45 +-
drivers/media/video/tw9910.c | 8 +-
include/media/ov772x.h | 10 +-
include/media/soc_camera.h | 2 +
include/media/tw9910.h | 4 +-
19 files changed, 1291 insertions(+), 73 deletions(-)
create mode 100644 drivers/media/dvb/dvb-usb/az6027.c
create mode 100644 drivers/media/dvb/dvb-usb/az6027.h
hooks/post-receive
--
Upstream + V4L/DVB patches for linux-next
_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits