On January 16, 2017 8:42:59 PM GMT+01:00, Gregor Jasny
wrote:
>On 16/01/2017 09:10, Gregor Jasny wrote:
>> I'd like to do a new v4l-utils release before the Debian freeze. Is
>> master in a releasable state? Or should I wait for some more patches
>to
>> land?
>
>Mauro, could you please check the
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: Tue Jan 17 05:00:16 CET 2017
media-tree git hash:40eca140c404505c09773d1c6685d818cb55ab1a
media_build git
Hello all:
I have recently finish the learning of the H.264 codec and ready to
write the driver. Although I have not get deep in syntax of H.264 but I
think I just need to reuse and extended the VA-API H264 Parser from
gstreamer. The whole plan in userspace is just injecting a parsing
operat
Hello all:
I have recently finish the learning of the H.264 codec and ready to
write the driver. Although I have not get deep in syntax of H.264 but I
think I just need to reuse and extended the VA-API H264 Parser from
gstreamer. The whole plan in userspace is just injecting a parsing
operat
Chris and HÃ¥kan, test please without Kconfig CONFIG_GPIOLIB option. I
cannot test it properly as there seems to quite many drivers selecting
this option by default.
regards
Antti
On 01/17/2017 01:29 AM, Antti Palosaari wrote:
Setting GPIOs during probe causes null pointer deference when
GPIO
Setting GPIOs during probe causes null pointer deference when
GPIOLIB was not selected by Kconfig. Initialize driver private
field before calling set gpios.
It is regressing bug since 4.9.
Fixes: 07fdf7d9f19f ("[media] cxd2820r: add I2C driver bindings")
Reported-by: Chris Rankin
Cc: # v4.9+
Si
On 01/16/2017 07:03 AM, Philipp Zabel wrote:
On Fri, 2017-01-06 at 18:11 -0800, Steve Longerbeam wrote:
This is a media entity subdevice for the i.MX Camera
Serial Interface module.
s/Serial/Sensor/
done.
Signed-off-by: Steve Longerbeam
---
drivers/staging/media/imx/Kconfig | 13 +
Hi!
> On 16.01.2017 12:10, Sean Young wrote:
> >
> >Have you had a chance to test the ir-rx51 changes?
> >
> >Thanks
> >Sean
> >
>
> Still no, and afaik there are issues booting n900 with current kernel. Will
> try to find time over the weekend.
v4.10-rc3 (?) works for me on n900. Do you want a
On 16/01/2017 11:06, Sean Young wrote:
> On Mon, Jan 16, 2017 at 09:10:36AM +0100, Gregor Jasny wrote:
>> Hello,
>>
>> I'd like to do a new v4l-utils release before the Debian freeze. Is master
>> in a releasable state? Or should I wait for some more patches to land?
>
> This pull request is still
On 16/01/2017 09:10, Gregor Jasny wrote:
> I'd like to do a new v4l-utils release before the Debian freeze. Is
> master in a releasable state? Or should I wait for some more patches to
> land?
Mauro, could you please check the pot files? It looks like they need a
re-build and translation of some s
On 16/01/2017 12:01, Arnaud Vrac wrote:
> Also, make dist is failing.
Thanks, fixed.
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
On 01/16/2017 04:55 AM, Philipp Zabel wrote:
On Fri, 2017-01-13 at 15:04 -0800, Steve Longerbeam wrote:
@@ -299,6 +326,52 @@
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_i2c2>;
status = "okay";
+
+ ov5640: camera@40 {
+ compatible = "ovti,ov5640
On 01/16/2017 04:09 AM, Philipp Zabel wrote:
On Fri, 2017-01-13 at 11:03 -0800, Steve Longerbeam wrote:
On 01/13/2017 03:55 AM, Philipp Zabel wrote:
Am Freitag, den 06.01.2017, 18:11 -0800 schrieb Steve Longerbeam:
Add bindings documentation for the i.MX media driver.
Signed-off-by: Steve L
Hi
On 16.01.2017 12:10, Sean Young wrote:
Have you had a chance to test the ir-rx51 changes?
Thanks
Sean
Still no, and afaik there are issues booting n900 with current kernel.
Will try to find time over the weekend.
Ivo
--
To unsubscribe from this list: send the line "unsubscribe linux-m
On Fri, 2017-01-06 at 18:11 -0800, Steve Longerbeam wrote:
> This is a media entity subdevice for the i.MX Camera
> Serial Interface module.
s/Serial/Sensor/
> Signed-off-by: Steve Longerbeam
> ---
> drivers/staging/media/imx/Kconfig | 13 +
> drivers/staging/media/imx/Makefile | 2 +
> d
From: Tvrtko Ursulin
Scatterlist entries have an unsigned int for the offset so
correct the sg_alloc_table_from_pages function accordingly.
Since these are offsets withing a page, unsigned int is
wide enough.
Also converts callers which were using unsigned long locally
with the lower_32_bits an
Patch was compile tested with: x86_64_defconfig + CONFIG_MEDIA_SUPPORT=m
CONFIG_MEDIA_ANALOG_TV_SUPPORT=y, CONFIG_MEDIA_CONTROLLER=y
CONFIG_VIDEO_V4L2_SUBDEV_API=y, CONFIG_MEDIA_SUBDRV_AUTOSELECT=n
CONFIG_VIDEO_OV9650=m
Patch is aginast 4.10-rc3 (localversion-next is next-20170116)
drivers/media/i2c
On Sat, 2017-01-14 at 14:46 -0800, Steve Longerbeam wrote:
[...]
> >> +Unprocessed Video Capture:
> >> +--
> >> +
> >> +Send frames directly from sensor to camera interface, with no
> >> +conversions:
> >> +
> >> +-> ipu_smfc -> camif
> > I'd call this capture interface, thi
Hi,
I'm using a PCTV 520e usb dvb-c device at an ODROID-C2, running ubuntu
with kernel 3.14.79. I'd like to use the lates media build drivers.
However, if I do so, I get the following output with dmesg:
[ 132.288365] usb 1-1.1: new high-speed USB device number 4 using dwc_otg
[ 133.443178]
On Fri, 2017-01-13 at 15:04 -0800, Steve Longerbeam wrote:
>
> On 01/13/2017 04:03 AM, Philipp Zabel wrote:
> > Am Freitag, den 06.01.2017, 18:11 -0800 schrieb Steve Longerbeam:
> >> Enables the OV5642 parallel-bus sensor, and the OV5640 MIPI CSI-2 sensor.
> >> Both hang off the same i2c2 bus, so t
On Fri, 2017-01-13 at 11:03 -0800, Steve Longerbeam wrote:
>
> On 01/13/2017 03:55 AM, Philipp Zabel wrote:
> > Am Freitag, den 06.01.2017, 18:11 -0800 schrieb Steve Longerbeam:
> >> Add bindings documentation for the i.MX media driver.
> >>
> >> Signed-off-by: Steve Longerbeam
> >> ---
> >> Do
Hi Steve,
On Sat, 2017-01-14 at 12:26 -0800, Steve Longerbeam wrote:
>
> On 01/13/2017 03:05 AM, Philipp Zabel wrote:
> > Hi Steve,
> >
> > Am Donnerstag, den 12.01.2017, 15:22 -0800 schrieb Steve Longerbeam:
[...]
> >> I would
> >> imagine it will need two additional inputs and another output
On January 16, 2017 9:10:36 AM GMT+01:00, Gregor Jasny
wrote:
>Hello,
>
>I'd like to do a new v4l-utils release before the Debian freeze. Is
>master in a releasable state? Or should I wait for some more patches to
>
>land?
>
>Thanks,
>Gregor
Hi Gregor,
I have nothing pending.
Regards,
Han
On Mon, Jan 16, 2017 at 08:09:51PM +1300, Derek Robson wrote:
> Changed macro to not pass signedness and size as seprate fields.
> This is to improve code readablity.
Not really, it reads just fine as is. In fact, it forces you to think
about the signed vs. unsigned of the variable and doesn't le
On Mon, Jan 16, 2017 at 06:06:25PM +1300, Derek Robson wrote:
> On Sun, Jan 15, 2017 at 10:40:02PM -0600, Scott Matheina wrote:
> >
> >
> > > On Jan 15, 2017, at 10:30 PM, Derek Robson wrote:
> > >
> > > Changed bare use of 'unsigned' to the prefered us of 'unsigned int'
> > > found using check
Hi Ivo,
On Fri, Dec 30, 2016 at 03:50:42PM +0200, Ivaylo Dimitrov wrote:
> On 30.12.2016 15:30, Sean Young wrote:
> >
> >On Fri, Dec 30, 2016 at 01:07:52PM +, Sean Young wrote:
> >>Hi Ivo,,
> >>
> >>On Fri, Dec 30, 2016 at 01:30:01PM +0200, Ivaylo Dimitrov wrote:
> >>>On 20.12.2016 19:50, Sean
Hi,
On Mon, Jan 16, 2017 at 09:10:36AM +0100, Gregor Jasny wrote:
> Hello,
>
> I'd like to do a new v4l-utils release before the Debian freeze. Is master
> in a releasable state? Or should I wait for some more patches to land?
This pull request is still waiting to be merged.
https://patchwork.l
Hi Laurent,
On Sun, Jan 15, 2017 at 09:05:30PM +0200, Laurent Pinchart wrote:
> Set the subdev devnode pointer right after registration to ensure that
> later errors won't skip the subdev when unregistering all devnodes.
>
> Signed-off-by: Laurent Pinchart
Acked-by: Sakari Ailus
--
Sakari Ai
Hello,
I'd like to do a new v4l-utils release before the Debian freeze. Is
master in a releasable state? Or should I wait for some more patches to
land?
Thanks,
Gregor
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.o
29 matches
Mail list logo