Re: [PATCH] Fix spelling of Qt in .desktop file (typo)

2013-05-26 Thread Diego Viola
This patch is for v4l-utils.git. Please apply it. Thanks, Diego On Sun, May 26, 2013 at 4:15 AM, Diego Viola wrote: > Proper spelling of Qt is Qt, not QT. "QT" is often confused with > QuickTime, here is a minor patch to fix this issue in the .desktop file. > > Signed-off-by: Diego Viola > --

[PATCH 16/24] drivers/media/pci/mantis/mantis_cards: Convert to module_pci_driver

2013-05-26 Thread Libo Chen
use module_pci_driver instead of init/exit, make code clean Signed-off-by: Libo Chen --- drivers/media/pci/mantis/mantis_cards.c | 13 + 1 files changed, 1 insertions(+), 12 deletions(-) diff --git a/drivers/media/pci/mantis/mantis_cards.c b/drivers/media/pci/mantis/mantis_cards.

[PATCH 18/24] drivers/media/pci/mantis/hopper_cards: Convert to module_pci_driver

2013-05-26 Thread Libo Chen
use module_pci_driver instead of init/exit, make code clean. Signed-off-by: Libo Chen --- drivers/media/pci/mantis/hopper_cards.c | 13 + 1 files changed, 1 insertions(+), 12 deletions(-) diff --git a/drivers/media/pci/mantis/hopper_cards.c b/drivers/media/pci/mantis/hopper_cards

[PATCH 19/24] drivers/media/pci/dm1105/dm1105: Convert to module_pci_driver

2013-05-26 Thread Libo Chen
use module_pci_driver instead of init/exit, make code clean. Signed-off-by: Libo Chen --- drivers/media/pci/dm1105/dm1105.c | 13 + 1 files changed, 1 insertions(+), 12 deletions(-) diff --git a/drivers/media/pci/dm1105/dm1105.c b/drivers/media/pci/dm1105/dm1105.c index 026767b..

[PATCH 22/24] drivers/media/radio/radio-maxiradio: Convert to module_pci_driver

2013-05-26 Thread Libo Chen
use module_pci_driver instead of init/exit, make code clean Signed-off-by: Libo Chen --- drivers/media/radio/radio-maxiradio.c | 13 + 1 files changed, 1 insertions(+), 12 deletions(-) diff --git a/drivers/media/radio/radio-maxiradio.c b/drivers/media/radio/radio-maxiradio.c inde

[PATCH 20/24] drivers/media/pci/pluto2/pluto2: Convert to module_pci_driver

2013-05-26 Thread Libo Chen
use module_pci_driver instead of init/exit, make code clean. Signed-off-by: Libo Chen --- drivers/media/pci/pluto2/pluto2.c | 13 + 1 files changed, 1 insertions(+), 12 deletions(-) diff --git a/drivers/media/pci/pluto2/pluto2.c b/drivers/media/pci/pluto2/pluto2.c index 2290fae..

[PATCH 17/24] drivers/media/pci/dm1105/dm1105: Convert to module_pci_driver

2013-05-26 Thread Libo Chen
use module_pci_driver instead of init/exit, make code clean. Signed-off-by: Libo Chen --- drivers/media/pci/b2c2/flexcop-pci.c | 13 + 1 files changed, 1 insertions(+), 12 deletions(-) diff --git a/drivers/media/pci/b2c2/flexcop-pci.c b/drivers/media/pci/b2c2/flexcop-pci.c index

[PATCH 21/24] drivers/media/pci/pt1/pt1: Convert to module_pci_driver

2013-05-26 Thread Libo Chen
use module_pci_driver instead of init/exit, make code clean. Signed-off-by: Libo Chen --- drivers/media/pci/pt1/pt1.c | 15 +-- 1 files changed, 1 insertions(+), 14 deletions(-) diff --git a/drivers/media/pci/pt1/pt1.c b/drivers/media/pci/pt1/pt1.c index e921108..75ce142 100644 --

Re: [PATCH RFC] media: Rename media_entity_remote_source to media_entity_remote_pad

2013-05-26 Thread Sylwester Nawrocki
On 01/22/2013 09:24 AM, Andrzej Hajda wrote: Function media_entity_remote_source actually returns the remote pad to the given one, regardless if this is the source or the sink pad. Name media_entity_remote_pad is more adequate for this function. It seems this patch had slipped through the crack

Re: [RFC PATCH 00/24] Remove VIDIOC_DBG_G_CHIP_IDENT

2013-05-26 Thread Hans Verkuil
On Sun May 26 2013 20:42:10 Jon Arne Jørgensen wrote: > On Sun, May 26, 2013 at 03:26:55PM +0200, Hans Verkuil wrote: > > With the introduction in 3.10 of the new superior VIDIOC_DBG_G_CHIP_INFO > > ioctl there is no longer any need for the DBG_G_CHIP_IDENT ioctl or the > > v4l2-chip-ident.h header

Re: [RFC PATCH 00/24] Remove VIDIOC_DBG_G_CHIP_IDENT

2013-05-26 Thread Jon Arne Jørgensen
On Sun, May 26, 2013 at 03:26:55PM +0200, Hans Verkuil wrote: > With the introduction in 3.10 of the new superior VIDIOC_DBG_G_CHIP_INFO > ioctl there is no longer any need for the DBG_G_CHIP_IDENT ioctl or the > v4l2-chip-ident.h header. > > This patch series removes all code related to this ioct

cron job: media_tree daily build: WARNINGS

2013-05-26 Thread Hans Verkuil
This message is generated daily by a cron job that builds media_tree for the kernels and architectures in the list below. Results of the daily build of media_tree: date: Sun May 26 19:00:17 CEST 2013 git branch: test git hash: 6a084d6b3dc200b855ae8a3c6771abe285a3835d gcc versi

Re: EM28xx - new device ID - Ion

2013-05-26 Thread alxgomz
Thanks a lot. I just bought the same device from my local maplin as well as I felt lucky today! :) Will try it soon and let you know how thing went. regards, Alex. -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More

[PATCH v3, part2 16/20] PCI, via-camera: use hotplug-safe iterators to walk PCI buses

2013-05-26 Thread Jiang Liu
Enhance via-camera drviers to use hotplug-safe iterators to walk PCI buses. Signed-off-by: Jiang Liu Cc: Mauro Carvalho Chehab Cc: Daniel Drake Cc: Jonathan Corbet Cc: Javier Martin Cc: linux-media@vger.kernel.org Cc: linux-ker...@vger.kernel.org --- drivers/media/platform/via-camera.c | 12

Re: [PATCH v3 4/9] media: davinci: vpif_capture: move the freeing of irq and global variables to remove()

2013-05-26 Thread Sergei Shtylyov
Hello. On 26-05-2013 16:00, Prabhakar Lad wrote: From: Lad, Prabhakar Ideally the freeing of irq's and the global variables needs to be done in the remove() rather than module_exit(), this patch moves the freeing up of irq's and freeing the memory allocated to channel objects to remove() ca

Re: [PATCH v3 2/9] media: davinci: vpif: Convert to devm_* api

2013-05-26 Thread Sergei Shtylyov
Hello. On 26-05-2013 16:00, Prabhakar Lad wrote: From: Lad, Prabhakar Use devm_ioremap_resource instead of reques_mem_region()/ioremap(). This ensures more consistent error values and simplifies error paths. Signed-off-by: Lad, Prabhakar Acked-by: Laurent Pinchart --- drivers/media/p

Re: [PATCH v2 2/5] media: davinci: vpif: Convert to devm_* api

2013-05-26 Thread Sergei Shtylyov
Hello. On 26-05-2013 4:49, Laurent Pinchart wrote: From: Lad, Prabhakar Use devm_ioremap_resource instead of reques_mem_region()/ioremap(). This ensures more consistent error values and simplifies error paths. Signed-off-by: Lad, Prabhakar --- drivers/media/platform/davinci/vpif.c |

[PATCH] media: i2c: ths7303: add OF support

2013-05-26 Thread Prabhakar Lad
From: Lad, Prabhakar add OF support for the ths7303 driver. Signed-off-by: Lad, Prabhakar Cc: Hans Verkuil Cc: Laurent Pinchart Cc: Mauro Carvalho Chehab Cc: Guennadi Liakhovetski Cc: Sylwester Nawrocki Cc: Sakari Ailus Cc: Grant Likely Cc: Rob Herring Cc: Rob Landley Cc: devicetree-di

[RFC PATCH 24/24] v4l2-framework: replace g_chip_ident by g_std in the examples.

2013-05-26 Thread Hans Verkuil
From: Hans Verkuil The framework documentation used the g_chip_ident op as an example. This op has been removed, so replace its use in the examples by the g_std op. Signed-off-by: Hans Verkuil --- Documentation/video4linux/v4l2-framework.txt | 13 ++--- Documentation/zh_CN/vide

[RFC PATCH 17/24] soc_camera sensors: remove g_chip_ident op.

2013-05-26 Thread Hans Verkuil
From: Hans Verkuil This is no longer needed since the core now handles this through DBG_G_CHIP_INFO. Signed-off-by: Hans Verkuil --- drivers/media/i2c/soc_camera/imx074.c | 19 drivers/media/i2c/soc_camera/mt9m001.c| 33 ++-- drivers/media/i2c/soc_came

[RFC PATCH 20/24] v4l2-common: remove unused v4l2_chip_match/ident_i2c_client functions

2013-05-26 Thread Hans Verkuil
From: Hans Verkuil Signed-off-by: Hans Verkuil --- drivers/media/v4l2-core/v4l2-common.c | 47 + include/media/v4l2-common.h |9 --- 2 files changed, 1 insertion(+), 55 deletions(-) diff --git a/drivers/media/v4l2-core/v4l2-common.c b/driver

[RFC PATCH 19/24] cx25840: remove the v4l2-chip-ident.h include

2013-05-26 Thread Hans Verkuil
From: Hans Verkuil Replace the V4L2_IDENT_ macros from v4l2-chip-ident.h with driver specific defines. Signed-off-by: Hans Verkuil --- drivers/media/i2c/cx25840/cx25840-core.c | 50 +++--- drivers/media/i2c/cx25840/cx25840-core.h | 34 +--- 2 files c

[RFC PATCH 21/24] v4l2-int-device: remove unused chip_ident reference.

2013-05-26 Thread Hans Verkuil
From: Hans Verkuil Signed-off-by: Hans Verkuil --- include/media/v4l2-int-device.h |3 --- 1 file changed, 3 deletions(-) diff --git a/include/media/v4l2-int-device.h b/include/media/v4l2-int-device.h index e6aa231..0286c95 100644 --- a/include/media/v4l2-int-device.h +++ b/include/media/v

[RFC PATCH 22/24] v4l2-core: remove support for obsolete VIDIOC_DBG_G_CHIP_IDENT.

2013-05-26 Thread Hans Verkuil
From: Hans Verkuil This has been replaced by the new and much better VIDIOC_DBG_G_CHIP_INFO. Signed-off-by: Hans Verkuil --- drivers/media/v4l2-core/v4l2-compat-ioctl32.c |1 - drivers/media/v4l2-core/v4l2-dev.c|1 - drivers/media/v4l2-core/v4l2-ioctl.c | 28 --

[RFC PATCH 23/24] DocBook: remove references to the dropped VIDIOC_DBG_G_CHIP_IDENT ioctl.

2013-05-26 Thread Hans Verkuil
From: Hans Verkuil Signed-off-by: Hans Verkuil --- Documentation/DocBook/media/v4l/compat.xml | 14 +- Documentation/DocBook/media/v4l/v4l2.xml | 11 +- .../DocBook/media/v4l/vidioc-dbg-g-chip-ident.xml | 271 .../DocBook/media/v4l/vidioc-dbg-g-chip-

[RFC PATCH 10/24] cx231xx: remove g_chip_ident.

2013-05-26 Thread Hans Verkuil
From: Hans Verkuil Remove g_chip_ident and replace it with g_chip_info. Signed-off-by: Hans Verkuil --- drivers/media/usb/cx231xx/cx231xx-417.c|1 - drivers/media/usb/cx231xx/cx231xx-avcore.c |1 - drivers/media/usb/cx231xx/cx231xx-cards.c |1 - drivers/media/usb/cx231xx/cx231

[RFC PATCH 03/24] cx18: remove g_chip_ident support.

2013-05-26 Thread Hans Verkuil
From: Hans Verkuil The av-core is really a subdev, so there is no need anymore to act as if it is a 'second' bridge chip. As a result of this the g_chip_ident implementation can be completely dropped. Signed-off-by: Hans Verkuil --- drivers/media/pci/cx18/cx18-av-core.c | 32 --

[RFC PATCH 15/24] radio: remove g_chip_ident op.

2013-05-26 Thread Hans Verkuil
From: Hans Verkuil This is no longer needed since the core now handles this through DBG_G_CHIP_INFO. Signed-off-by: Hans Verkuil --- drivers/media/radio/saa7706h.c | 10 -- drivers/media/radio/tef6862.c | 14 -- 2 files changed, 24 deletions(-) diff --git a/drivers/m

[RFC PATCH 07/24] cx88: remove g_chip_ident.

2013-05-26 Thread Hans Verkuil
From: Hans Verkuil Remove g_chip_ident from cx88. Also remove the v4l2-chip-ident.h include. The board code used defines from v4l2-chip-ident.h to tell the driver which audio chip is used. Replace this with a cx88-specific enum. Signed-off-by: Hans Verkuil --- drivers/media/pci/cx88/cx88-alsa.

[RFC PATCH 02/24] v4l2: remove g_chip_ident from bridge drivers where it is easy to do so.

2013-05-26 Thread Hans Verkuil
From: Hans Verkuil VIDIOC_DBG_G_CHIP_IDENT has been replaced by VIDIOC_DBG_G_CHIP_INFO. Remove g_chip_ident support from bridge drivers since it is no longer needed. This patch takes care of all the trivial cases. Signed-off-by: Hans Verkuil --- drivers/media/common/saa7146/saa7146_video.c

[RFC PATCH 09/24] gspca: remove g_chip_ident

2013-05-26 Thread Hans Verkuil
From: Hans Verkuil Remove g_chip_ident and replace it with g_chip_info. Signed-off-by: Hans Verkuil --- drivers/media/usb/gspca/gspca.c | 32 +- drivers/media/usb/gspca/gspca.h |6 ++-- drivers/media/usb/gspca/pac7302.c | 19 +-- drivers/media/usb/gspca/sn9c

[RFC PATCH 12/24] tveeprom: remove v4l2-chip-ident.h include.

2013-05-26 Thread Hans Verkuil
From: Hans Verkuil Replace the V4L2_IDENT_* usage with tveeprom-specific defines. This header is deprecated, so those defines shouldn't be used anymore. The em28xx driver is the only one that uses the tveeprom audio_processor field, so that has been updated to use the new tveeprom AUDPROC define

[RFC PATCH 14/24] au8522_decoder: remove g_chip_ident op.

2013-05-26 Thread Hans Verkuil
From: Hans Verkuil This is no longer needed since the core now handles this through DBG_G_CHIP_INFO. Signed-off-by: Hans Verkuil --- drivers/media/dvb-frontends/au8522_decoder.c | 17 - 1 file changed, 17 deletions(-) diff --git a/drivers/media/dvb-frontends/au8522_decoder.

[RFC PATCH 04/24] saa7115: add back the dropped 'found' message.

2013-05-26 Thread Hans Verkuil
From: Hans Verkuil The saa7115 driver used to show a 'chip found' message during probe. This was accidentally dropped during recent commits. Add it back as it is quite useful. Signed-off-by: Hans Verkuil --- drivers/media/i2c/saa7115.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/d

[RFC PATCH 13/24] v4l2: remove obsolete v4l2_chip_match_host().

2013-05-26 Thread Hans Verkuil
From: Hans Verkuil This function is no longer needed since it is now the responsibility of the v4l2 core to check if the DBG_G/S_REGISTER and DBG_G_CHIP_INFO ioctls are called for the bridge driver or not. Signed-off-by: Hans Verkuil --- drivers/media/usb/usbvision/usbvision-video.c |4 ---

[RFC PATCH 16/24] indycam: remove g_chip_ident op.

2013-05-26 Thread Hans Verkuil
From: Hans Verkuil This is no longer needed since the core now handles this through DBG_G_CHIP_INFO. Signed-off-by: Hans Verkuil --- drivers/media/platform/indycam.c | 12 1 file changed, 12 deletions(-) diff --git a/drivers/media/platform/indycam.c b/drivers/media/platform/in

[RFC PATCH 11/24] marvell-ccic: remove g_chip_ident.

2013-05-26 Thread Hans Verkuil
From: Hans Verkuil Remove g_chip_ident. This driver used some of the V4L2_IDENT defines, replace those with a driver-specific enum. This makes it possible to drop the v4l2-chip-ident.h define as well. Signed-off-by: Hans Verkuil --- drivers/media/platform/marvell-ccic/cafe-driver.c |3 +-

[RFC PATCH 05/24] ivtv: remove g_chip_ident

2013-05-26 Thread Hans Verkuil
From: Hans Verkuil g_chip_ident was used to determine if a saa7114 or saa7115 was used. Instead just check the subdev name. After that the g_chip_ident function can be removed. Signed-off-by: Hans Verkuil --- drivers/media/pci/ivtv/ivtv-driver.c |8 +-- drivers/media/pci/ivtv/ivtv-ioc

[RFC PATCH 08/24] saa6752hs: drop obsolete g_chip_ident.

2013-05-26 Thread Hans Verkuil
From: Hans Verkuil This op and the v4l2-chip-ident.h header are no longer needed. Signed-off-by: Hans Verkuil --- drivers/media/pci/saa7134/saa6752hs.c | 14 -- 1 file changed, 14 deletions(-) diff --git a/drivers/media/pci/saa7134/saa6752hs.c b/drivers/media/pci/saa7134/saa675

[RFC PATCH 06/24] cx23885: remove g_chip_ident.

2013-05-26 Thread Hans Verkuil
From: Hans Verkuil Replace g_chip_ident by g_chip_info. Note that the IR support is implemented as a subdev, so this part no longer needs to be handled as a 'bridge' chip. Signed-off-by: Hans Verkuil --- drivers/media/pci/cx23885/cx23885-417.c |2 +- drivers/media/pci/cx23885/cx23885-ioc

[RFC PATCH 01/24] v4l2-ioctl: dbg_g/s_register: only match BRIDGE and SUBDEV types.

2013-05-26 Thread Hans Verkuil
From: Hans Verkuil Drop support for V4L2_CHIP_MATCH_I2C_DRIVER/ADDR and V4L2_CHIP_MATCH_AC97 types. The following patches will remove support for those in the drivers as well. This means that bridge drivers no longer have to check for the match.type field in their g/s_register implementations. O

[RFC PATCH 00/24] Remove VIDIOC_DBG_G_CHIP_IDENT

2013-05-26 Thread Hans Verkuil
With the introduction in 3.10 of the new superior VIDIOC_DBG_G_CHIP_INFO ioctl there is no longer any need for the DBG_G_CHIP_IDENT ioctl or the v4l2-chip-ident.h header. This patch series removes all code related to this ioctl and the v4l2-chip-ident.h header. This patch series simplifies driver

[PATCH v5] media: i2c: tvp514x: add OF support

2013-05-26 Thread Prabhakar Lad
From: Lad, Prabhakar add OF support for the tvp514x driver. Signed-off-by: Lad, Prabhakar Cc: Hans Verkuil Cc: Laurent Pinchart Cc: Mauro Carvalho Chehab Cc: Guennadi Liakhovetski Cc: Sylwester Nawrocki Cc: Sakari Ailus Cc: Grant Likely Cc: Rob Herring Cc: Rob Landley Cc: devicetree-di

[PATCH] media: i2c: mt9p031: add OF support

2013-05-26 Thread Prabhakar Lad
From: Lad, Prabhakar add OF support for the mt9p031 sensor driver. Alongside this patch sorts the header inclusion alphabetically. Signed-off-by: Lad, Prabhakar Cc: Hans Verkuil Cc: Laurent Pinchart Cc: Mauro Carvalho Chehab Cc: Guennadi Liakhovetski Cc: Sylwester Nawrocki Cc: Sakari Ailus

Re: [PATCH v4] media: i2c: tvp514x: add OF support

2013-05-26 Thread Prabhakar Lad
Hi All, On Sun, May 26, 2013 at 6:10 PM, Prabhakar Lad wrote: > From: Lad, Prabhakar > > add OF support for the tvp514x driver. > > Signed-off-by: Lad, Prabhakar > Cc: Hans Verkuil > Cc: Laurent Pinchart > Cc: Mauro Carvalho Chehab > Cc: Guennadi Liakhovetski > Cc: Sylwester Nawrocki > Cc:

[PATCH v4] media: i2c: tvp514x: add OF support

2013-05-26 Thread Prabhakar Lad
From: Lad, Prabhakar add OF support for the tvp514x driver. Signed-off-by: Lad, Prabhakar Cc: Hans Verkuil Cc: Laurent Pinchart Cc: Mauro Carvalho Chehab Cc: Guennadi Liakhovetski Cc: Sylwester Nawrocki Cc: Sakari Ailus Cc: Grant Likely Cc: Rob Herring Cc: Rob Landley Cc: devicetree-di

[PATCH v3 7/9] media: davinci: vpif_display: move the freeing of irq and global variables to remove()

2013-05-26 Thread Prabhakar Lad
From: Lad, Prabhakar Ideally the freeing of irq's and the global variables needs to be done in the remove() rather than module_exit(), this patch moves the freeing up of irq's and freeing the memory allocated to channel objects to remove() callback of struct platform_driver. Signed-off-by: Lad,

[PATCH v3 6/9] media: davinci: vpif_capture: Convert to devm_* api

2013-05-26 Thread Prabhakar Lad
From: Lad, Prabhakar use devm_request_irq() instead of request_irq(). This ensures more consistent error values and simplifies error paths. Signed-off-by: Lad, Prabhakar --- drivers/media/platform/davinci/vpif_capture.c | 38 - 1 files changed, 12 insertions(+), 26 de

[PATCH v3 3/9] media: davinci: vpif: remove unnecessary braces around defines

2013-05-26 Thread Prabhakar Lad
From: Lad, Prabhakar This patch removes unnecessary braces around defines. Signed-off-by: Lad, Prabhakar Acked-by: Laurent Pinchart --- drivers/media/platform/davinci/vpif.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/media/platform/davinci/vpif.c

[PATCH v3 4/9] media: davinci: vpif_capture: move the freeing of irq and global variables to remove()

2013-05-26 Thread Prabhakar Lad
From: Lad, Prabhakar Ideally the freeing of irq's and the global variables needs to be done in the remove() rather than module_exit(), this patch moves the freeing up of irq's and freeing the memory allocated to channel objects to remove() callback of struct platform_driver. Signed-off-by: Lad,

[PATCH v3 9/9] media: davinci: vpif_display: Convert to devm_* api

2013-05-26 Thread Prabhakar Lad
From: Lad, Prabhakar use devm_request_irq() instead of request_irq(). This ensures more consistent error values and simplifies error paths. Signed-off-by: Lad, Prabhakar --- drivers/media/platform/davinci/vpif_display.c | 35 ++-- 1 files changed, 9 insertions(+), 26 dele

[PATCH v3 8/9] media: davinci: vpif_display: use module_platform_driver()

2013-05-26 Thread Prabhakar Lad
From: Lad, Prabhakar This patch uses module_platform_driver() to simplify the code. Signed-off-by: Lad, Prabhakar --- drivers/media/platform/davinci/vpif_display.c | 18 +- 1 files changed, 1 insertions(+), 17 deletions(-) diff --git a/drivers/media/platform/davinci/vpif_dis

[PATCH v3 5/9] media: davinci: vpif_capture: use module_platform_driver()

2013-05-26 Thread Prabhakar Lad
From: Lad, Prabhakar This patch uses module_platform_driver() to simplify the code. Signed-off-by: Lad, Prabhakar --- drivers/media/platform/davinci/vpif_capture.c | 28 + 1 files changed, 1 insertions(+), 27 deletions(-) diff --git a/drivers/media/platform/davinci/v

[PATCH v3 2/9] media: davinci: vpif: Convert to devm_* api

2013-05-26 Thread Prabhakar Lad
From: Lad, Prabhakar Use devm_ioremap_resource instead of reques_mem_region()/ioremap(). This ensures more consistent error values and simplifies error paths. Signed-off-by: Lad, Prabhakar Acked-by: Laurent Pinchart --- drivers/media/platform/davinci/vpif.c | 27 ---

[PATCH v3 1/9] media: davinci: vpif: remove unwanted header mach/hardware.h and sort the includes alphabetically

2013-05-26 Thread Prabhakar Lad
From: Lad, Prabhakar This patch removes unwanted header include of mach/hardware.h and along side sorts the header inclusion alphabetically. Signed-off-by: Lad, Prabhakar Acked-by: Laurent Pinchart --- drivers/media/platform/davinci/vpif.c | 10 -- 1 files changed, 4 insertions(+),

[PATCH v3 0/9] media: davinci: vpif trivial cleanup

2013-05-26 Thread Prabhakar Lad
From: Lad, Prabhakar This patch series cleans the VPIF driver, uses devm_* api wherever required and uses module_platform_driver() to simplify the code. This patch series applies on http://git.linuxtv.org/hverkuil/media_tree.git/ shortlog/refs/heads/for-v3.11 and is tested on OMAP-L138. Changes

Re: InstantFM

2013-05-26 Thread Hans de Goede
Hi, On 05/25/2013 07:18 PM, Patrice Levesque wrote: This, as well as the "Invalid freq '12715'" and the "get_baseline: min=65535.00 max=65535.00" messages seem to indicate that only is being read from all the registers of the tuner chip, so somehow the communication between th

Re: saa7115/gm7113c - device specific initialization

2013-05-26 Thread Jon Arne Jørgensen
On Mon, May 20, 2013 at 12:42:58PM -0400, Andy Walls wrote: > "Jon Arne Jørgensen" wrote: > > >On Mon, May 20, 2013 at 06:33:20AM -0400, Andy Walls wrote: > >> "Jon Arne Jørgensen" wrote: > >> > >> >Hi, > >> >I've recently discovered that the smi2021 device have some pretty > >> >specific > >>

Re: saa7115/gm7113c - device specific initialization

2013-05-26 Thread Jon Arne Jørgensen
On Mon, May 20, 2013 at 06:00:29PM -0300, Mauro Carvalho Chehab wrote: > Em Mon, 20 May 2013 18:20:44 +0200 > Jon Arne Jørgensen escreveu: > > > On Mon, May 20, 2013 at 06:33:20AM -0400, Andy Walls wrote: > > > "Jon Arne Jørgensen" wrote: > > > > > > >Hi, > > > >I've recently discovered that th

EM28xx - new device ID - Ion "Video Forever" USB capture dongle

2013-05-26 Thread Philip Pemberton
Hi folks, This is my first post here (I think?) and I'm going to make it an informative one :) TL/DR: Can someone please add this to the device ID list for the em28xx module? Ion "Video Forever" - USB ID EB1A:5124, Card Type 9. Confirmed as working with Xawtv and VLC, video source PAL co

[PATCH] Fix spelling of Qt in .desktop file (typo)

2013-05-26 Thread Diego Viola
Proper spelling of Qt is Qt, not QT. "QT" is often confused with QuickTime, here is a minor patch to fix this issue in the .desktop file. Signed-off-by: Diego Viola --- utils/qv4l2/qv4l2.desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/qv4l2/qv4l2.desktop b/util