Re: [PATCH] [dvb-apps] Remove scan files from dvb-apps repository

2013-12-06 Thread Olliver Schinagl
On 06-12-13 00:22, Jonathan McCrohan wrote: Hi Oliver, On 20/10/13 11:45, Oliver Schinagl wrote: On 10/20/13 12:14, Jonathan McCrohan wrote: Heh heh. Do you have commit rights for the dvb-apps repository? Would you be able to get Mauro or someone else to delete those files if you don't? Yeah

Re: [PATCH v2] v4l: sh_vou: Fix warnings due to improper casts and printk formats

2013-12-06 Thread Laurent Pinchart
On Wednesday 27 November 2013 11:15:27 Laurent Pinchart wrote: Use the %zu printk specifier to print size_t variables, and cast pointers to uintptr_t instead of unsigned int where applicable. This fixes warnings on platforms where pointers and/or dma_addr_t have a different size than int.

omap3isp device tree support

2013-12-06 Thread Enrico
Hi, i know there is some work going on for omap3isp device tree support, but right now is it possible to enable it in some other way in a DT kernel? I've tried enabling it in board-generic.c (omap3_init_camera(...) with proper platform data) but it hangs early at boot, do someone know if it's

[PATCHv2 07/11] si4713: Added MAINTAINERS entry for radio-usb-si4713 driver

2013-12-06 Thread Hans Verkuil
From: Dinesh Ram dinesh@cern.ch Hans Verkuil hverk...@xs4all.nl will maintain the USB driver for si4713 Signed-off-by: Dinesh Ram dinesh@cern.ch Signed-off-by: Hans Verkuil hans.verk...@cisco.com Tested-by: Eduardo Valentin edubez...@gmail.com Acked-by: Eduardo Valentin

[PATCHv2 05/11] si4713: HID blacklist Si4713 USB development board

2013-12-06 Thread Hans Verkuil
From: Dinesh Ram dinesh@cern.ch The Si4713 development board contains a Si4713 FM transmitter chip and is handled by the radio-usb-si4713 driver. The board reports itself as (10c4:8244) Cygnal Integrated Products, Inc. and misidentifies itself as a HID device in its USB interface descriptor.

[PATCHv2 04/11] si4713: Bug fix for si4713_tx_tune_power() method in the i2c driver

2013-12-06 Thread Hans Verkuil
From: Dinesh Ram dinesh@cern.ch In the si4713_tx_tune_power() method, the args array element 'power' can take values between SI4713_MIN_POWER and SI4713_MAX_POWER. power = 0 is also valid. All the values (0 power SI4713_MIN_POWER) are illegal and hence are all mapped to SI4713_MIN_POWER.

[PATCHv2 08/11] si4713: move supply list to si4713_platform_data

2013-12-06 Thread Hans Verkuil
From: Dinesh Ram dinesh@cern.ch The supply list is needed by the platform driver, but not by the usb driver. So this information belongs to the platform data and should not be hardcoded in the subdevice driver. Signed-off-by: Hans Verkuil hans.verk...@cisco.com Tested-by: Eduardo Valentin

[PATCHv2 03/11] si4713: Reorganized includes in si4713.c/h

2013-12-06 Thread Hans Verkuil
From: Dinesh Ram dinesh@cern.ch Moved the header linux/regulator/consumer.h from si4713.c to si4713.h Signed-off-by: Dinesh Ram dinesh@cern.ch Signed-off-by: Hans Verkuil hans.verk...@cisco.com Tested-by: Eduardo Valentin edubez...@gmail.com Acked-by: Eduardo Valentin edubez...@gmail.com

[PATCHv2 09/11] si4713: si4713_set_rds_radio_text overwrites terminating \0

2013-12-06 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com si4713_set_rds_radio_text will overwrite the terminating zero at the end of the rds radio text string in order to send out a carriage return as per the RDS spec. Use a separate char buffer for the CR instead of corrupting the control string.

[PATCHv2 10/11] si4713: print product number

2013-12-06 Thread Hans Verkuil
From: Eduardo Valentin edubez...@gmail.com Print the PN value, useful to check what chip the dev board has. Signed-off-by: Eduardo Valentin edubez...@gmail.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/radio/si4713/si4713.c | 2 +- 1 file changed, 1 insertion(+), 1

[PATCHv2 06/11] si4713: Added the USB driver for Si4713

2013-12-06 Thread Hans Verkuil
From: Dinesh Ram dinesh@cern.ch This is the USB driver for the Silicon Labs development board. It contains the Si4713 FM transmitter chip. Signed-off-by: Dinesh Ram dinesh@cern.ch Signed-off-by: Hans Verkuil hans.verk...@cisco.com Tested-by: Eduardo Valentin edubez...@gmail.com Acked-by:

[PATCHv2 00/11] si4713: add si4713 usb driver

2013-12-06 Thread Hans Verkuil
This is the second version of this patch series from Dinesh: http://www.spinics.net/lists/linux-media/msg68927.html It's identical to the first version except for two new patches: patch 10/11 prints the product number of the chip on the board and patch 11/11 fixes checkpatch warnings/errors in

[PATCHv2 11/11] si4713: coding style cleanups

2013-12-06 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Fix most checkpatch errors/warnings. It's mostly whitespace changes, except for replacing msleep with usleep_range and the jiffies comparison with time_is_after_jiffies(). Signed-off-by: Hans Verkuil hans.verk...@cisco.com ---

[PATCHv2 02/11] si4713: Modified i2c driver to handle cases where interrupts are not used

2013-12-06 Thread Hans Verkuil
From: Dinesh Ram dinesh@cern.ch Checks have been introduced at several places in the code to test if an interrupt is set or not. For devices which do not use the interrupt, to get a valid response, within a specified timeout, the device is polled instead. Signed-off-by: Dinesh Ram

Re: omap3isp device tree support

2013-12-06 Thread Florian Vaussard
Hello, On 12/06/2013 11:13 AM, Enrico wrote: Hi, i know there is some work going on for omap3isp device tree support, but right now is it possible to enable it in some other way in a DT kernel? The DT support is not yet ready, but an RFC binding has been proposed. It won't be ready for

Re: omap3isp device tree support

2013-12-06 Thread Enrico
On Fri, Dec 6, 2013 at 11:31 AM, Florian Vaussard florian.vauss...@epfl.ch wrote: Hello, On 12/06/2013 11:13 AM, Enrico wrote: Hi, i know there is some work going on for omap3isp device tree support, but right now is it possible to enable it in some other way in a DT kernel? The DT

Re: [PATCHv5][ 3/8] staging: imx-drm: Correct BGR666 and the board's dts that use them.

2013-12-06 Thread Thierry Reding
On Thu, Dec 05, 2013 at 07:28:07PM +0100, Denis Carikli wrote: [...] diff --git a/arch/arm/boot/dts/imx51-apf51dev.dts b/arch/arm/boot/dts/imx51-apf51dev.dts index f36a3aa..3b6de6a 100644 --- a/arch/arm/boot/dts/imx51-apf51dev.dts +++ b/arch/arm/boot/dts/imx51-apf51dev.dts @@ -19,7 +19,7 @@

Re: [PATCHv5][ 2/8] staging: imx-drm: Add RGB666 support for parallel display.

2013-12-06 Thread Thierry Reding
On Thu, Dec 05, 2013 at 07:28:06PM +0100, Denis Carikli wrote: [...] diff --git a/drivers/staging/imx-drm/ipu-v3/ipu-dc.c b/drivers/staging/imx-drm/ipu-v3/ipu-dc.c [...] @@ -155,6 +156,8 @@ static int ipu_pixfmt_to_map(u32 fmt) return IPU_DC_MAP_BGR666; case

Re: [PATCHv2 11/11] si4713: coding style cleanups

2013-12-06 Thread edubez...@gmail.com
On Fri, Dec 6, 2013 at 6:17 AM, Hans Verkuil hverk...@xs4all.nl wrote: From: Hans Verkuil hans.verk...@cisco.com Fix most checkpatch errors/warnings. It's mostly whitespace changes, except for replacing msleep with usleep_range and the jiffies comparison with time_is_after_jiffies().

Re: [PATCHv5][ 2/8] staging: imx-drm: Add RGB666 support for parallel display.

2013-12-06 Thread Lucas Stach
Am Freitag, den 06.12.2013, 14:14 +0100 schrieb Thierry Reding: On Thu, Dec 05, 2013 at 07:28:06PM +0100, Denis Carikli wrote: [...] diff --git a/drivers/staging/imx-drm/ipu-v3/ipu-dc.c b/drivers/staging/imx-drm/ipu-v3/ipu-dc.c [...] @@ -155,6 +156,8 @@ static int ipu_pixfmt_to_map(u32

Re: [PATCHv5][ 2/8] staging: imx-drm: Add RGB666 support for parallel display.

2013-12-06 Thread Thierry Reding
On Fri, Dec 06, 2013 at 02:29:22PM +0100, Lucas Stach wrote: Am Freitag, den 06.12.2013, 14:14 +0100 schrieb Thierry Reding: On Thu, Dec 05, 2013 at 07:28:06PM +0100, Denis Carikli wrote: [...] diff --git a/drivers/staging/imx-drm/ipu-v3/ipu-dc.c

Syslog: no unique id

2013-12-06 Thread Christoph Wanasek
22:27:40 chris-satellite kernel: [ 177.886634] usb 1-2: new high-speed USB device number 6 using ehci-pci Dec 6 22:27:40 chris-satellite kernel: [ 178.022346] usb 1-2: New USB device found, idVendor=eb1a, idProduct=2870 Dec 6 22:27:40 chris-satellite kernel: [ 178.022365] usb 1-2: New USB

Re: [PATCH V2 -next] [media] media: i2c: lm3560: fix missing unlock on error in lm3560_get_ctrl().

2013-12-06 Thread Sakari Ailus
Hi Daniel, Thanks for the update. On Fri, Dec 06, 2013 at 02:43:27PM +0900, Daniel Jeong wrote: Sorry I should have checked below things before sending the first patch. Applied to my tree with the above line removed, and subject changed slightly to mention the other change. I hope that's ok

Re: RFC: Properties, Configuration Storage, Selections and Matrices

2013-12-06 Thread Sylwester Nawrocki
Hi Hans, Thank you for working on this, and my apologies for not reviewing it earlier. On 11/23/2013 03:07 PM, Hans Verkuil wrote: Another update: While attempting to add fake 'shadow register' support to vivi I realized that the API to set up configuration stores didn't quite work out.

cron job: media_tree daily build: ERRORS

2013-12-06 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: Sat Dec 7 04:00:24 CET 2013 git branch: test git hash: 3f823e094b935c1882605f8720336ee23433a16d gcc