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 versio
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. Supp
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 fo
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
d
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
> > > b/drivers/staging/imx-drm/ipu
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_m
On Fri, Dec 6, 2013 at 6:17 AM, Hans Verkuil wrote:
> From: Hans Verkuil
>
> 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
Acked-by
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 V4L2_PIX_
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
On Fri, Dec 6, 2013 at 11:31 AM, Florian Vaussard
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 support is n
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
From: Dinesh Ram
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
Signed-off-by: Hans Verkuil
From: Hans Verkuil
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
---
drivers/media/radio/si4713/radio-usb-si4713.c | 4 +-
drivers/media/
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 si
From: Dinesh Ram
This is the USB driver for the Silicon Labs development board.
It contains the Si4713 FM transmitter chip.
Signed-off-by: Dinesh Ram
Signed-off-by: Hans Verkuil
Tested-by: Eduardo Valentin
Acked-by: Eduardo Valentin
---
drivers/media/radio/si4713/Kconfig| 15 +
From: Hans Verkuil
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.
Signed-off-by: Hans Verkuil
Teste
From: Eduardo Valentin
Print the PN value, useful to check what chip the dev board has.
Signed-off-by: Eduardo Valentin
Signed-off-by: Hans Verkuil
---
drivers/media/radio/si4713/si4713.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/radio/si4713/si4713.c
From: Dinesh Ram
Moved the header from si4713.c to si4713.h
Signed-off-by: Dinesh Ram
Signed-off-by: Hans Verkuil
Tested-by: Eduardo Valentin
Acked-by: Eduardo Valentin
---
drivers/media/radio/si4713/si4713.c | 1 -
drivers/media/radio/si4713/si4713.h | 1 +
2 files changed, 1 insertion(+)
From: Dinesh Ram
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
Tested-by: Eduardo Valentin
Acked-by: Eduardo Valentin
---
arch/arm/
From: Dinesh Ram
Hans Verkuil will maintain the USB driver for si4713
Signed-off-by: Dinesh Ram
Signed-off-by: Hans Verkuil
Tested-by: Eduardo Valentin
Acked-by: Eduardo Valentin
---
MAINTAINERS | 12 ++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/MAINTAINERS b
From: Dinesh Ram
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.
This patch ignores
From: Dinesh Ram
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.
Signed-off-by: Din
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 pos
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.
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
25 matches
Mail list logo