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: Fri Mar 23 05:00:11 CET 2018
media-tree git hash:f67449fdba3b9dbdd340d8cbf17dfa711d5bd2fb
media_build git
The ov7251 sensor is a 1/7.5-Inch B&W VGA (640x480) CMOS Digital Image
Sensor from Omnivision.
--
Version 2:
- changed ov7251 node's name in DT binding example;
- SPDX licence identifier;
- better names for register value def
Add the document for ov7251 device tree binding.
CC: Rob Herring
CC: Mark Rutland
CC: devicet...@vger.kernel.org
Signed-off-by: Todor Tomov
Reviewed-by: Rob Herring
---
.../devicetree/bindings/media/i2c/ov7251.txt | 51 ++
1 file changed, 51 insertions(+)
create mod
The ov7251 sensor is a 1/7.5-Inch B&W VGA (640x480) CMOS Digital Image
Sensor from Omnivision.
The driver supports the following modes:
- 640x480 30fps
- 640x480 60fps
- 640x480 90fps
Output format is MIPI RAW 10.
The driver supports configuration via user controls for:
- exposure and gain;
- ho
The ov7251 sensor is a 1/7.5-Inch B&W VGA (640x480) CMOS Digital Image
Sensor from Omnivision.
--
Version 2:
- changed ov7251 node's name in DT binding example;
- SPDX licence identifier;
- better names for register value def
On Fri, Mar 23, 2018 at 1:28 AM, Hans Verkuil wrote:
> On 03/22/18 15:47, Tomasz Figa wrote:
>> Hi Hans,
>>
>> On Thu, Mar 22, 2018 at 11:18 PM, Hans Verkuil wrote:
>>>
>>>Requests only contain the changes since the previously queued request or
>>>since the current hardware state if no ot
The error return value should be fixed as it may return EPROBE_DEFER.
Cc: Rick Chang
Cc: Bin Liu
Signed-off-by: Ryder Lee
---
drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c
tree: git://linuxtv.org/media_tree.git master
head: f67449fdba3b9dbdd340d8cbf17dfa711d5bd2fb
commit: 22e59e7204a46d9f3c6abc02909927a19640f91f [345/405] media: af9013: add
i2c mux adapter for tuner bus
config: x86_64-randconfig-b0-03222144 (attached as .config)
compiler: gcc-7 (Debian 7.3.0-1)
Good day!
I seek your consent to present you as the beneficiary of an unclaimed financial
estate belonging to my late client. I am contacting you because you share a
similar name as his. Get back to me so I give you comprehensive details if
interested.
Regards
Albrecht.
The r8a7792 Wheat board has two ADV7513 devices sharing a single I2C
bus, however in low power mode the ADV7513 will reset it's slave maps to
use the hardware defined default addresses.
The ADV7511 driver was adapted to allow the two devices to be registered
correctly - but it did not take into ac
The r8a7792 Wheat board has two ADV7513 devices sharing a single I2C
bus, however in low power mode the ADV7513 will reset it's slave maps to
use the hardware defined default addresses.
The ADV7511 driver was adapted to allow the two devices to be registered
correctly - but it did not take into ac
Le jeudi 22 mars 2018 à 18:22 +0100, Hans Verkuil a écrit :
> On 03/22/2018 05:36 PM, Nicolas Dufresne wrote:
> > Le jeudi 22 mars 2018 à 15:18 +0100, Hans Verkuil a écrit :
> > > RFC Request API
> > > ---
> > >
> > > This document proposes the public API for handling requests.
> > >
On 03/22/2018 05:36 PM, Nicolas Dufresne wrote:
> Le jeudi 22 mars 2018 à 15:18 +0100, Hans Verkuil a écrit :
>> RFC Request API
>> ---
>>
>> This document proposes the public API for handling requests.
>>
>> There has been some confusion about how to do this, so this summarizes the
>>
Le jeudi 22 mars 2018 à 15:18 +0100, Hans Verkuil a écrit :
> RFC Request API
> ---
>
> This document proposes the public API for handling requests.
>
> There has been some confusion about how to do this, so this summarizes the
> current approach based on conversations with the variou
On 03/22/18 15:47, Tomasz Figa wrote:
> Hi Hans,
>
> On Thu, Mar 22, 2018 at 11:18 PM, Hans Verkuil wrote:
>> RFC Request API
>> ---
>>
>> This document proposes the public API for handling requests.
>>
>> There has been some confusion about how to do this, so this summarizes the
>> c
Hello
Thanks for accepting my connection request and how is your family? At the
moment i have a lucrative business and my instinct make me believe that we can
work together with understanding and sincerity.
Do contact me on my private email: geraldlawso...@gmail.com
Ones i receive your reply, i
On Thu, Mar 22, 2018 at 11:47 PM, Tomasz Figa wrote:
> Hi Hans,
>
> On Thu, Mar 22, 2018 at 11:18 PM, Hans Verkuil wrote:
>> - If due to performance reasons we will have to allocate/queue/reinit
>> multiple
>> requests with a single ioctl, then we will have to add new ioctls to the
>> media
Hi Hans,
On Thu, Mar 22, 2018 at 11:18 PM, Hans Verkuil wrote:
> RFC Request API
> ---
>
> This document proposes the public API for handling requests.
>
> There has been some confusion about how to do this, so this summarizes the
> current approach based on conversations with the var
RFC Request API
---
This document proposes the public API for handling requests.
There has been some confusion about how to do this, so this summarizes the
current approach based on conversations with the various stakeholders today
(Sakari, Alexandre Courbot, Tomasz Figa and myself).
Hi Mauro,
Here is a fix for the warning about RC_PROTO_IMON.
Sorry about that!
Sean
The following changes since commit 238f694e1b7f8297f1256c57e41f69c39576c9b4:
media: v4l2-common: fix a compilation breakage (2018-03-21 16:07:01 -0400)
are available in the Git repository at:
git://linuxt
The values of enc_y_addr and enc_c_addr are initialized by
s5p_mfc_hw_call(), but, in thesis, this macro might be doing
nothing, if the get_enc_frame_buffer() is not declared.
That causes those GCC warnings:
drivers/media/platform/s5p-mfc/s5p_mfc_enc.c:1242
enc_post_frame_start() error: u
LaTeX adjustbox is known to cause pdf documentation build breakages
with some newer Sphinx versions. So, don't use it.
While here, adjust table sizes in order to better produce the
pdf output.
Fixes: c0da55b95bd9 ("media: v4l2: Documentation for HEVC CIDs")
Cc: Smitha T Murthy
Cc: Hans Verkuil
This protocol was recently added and causes warnings.
Signed-off-by: Sean Young
---
Documentation/media/lirc.h.rst.exceptions | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/media/lirc.h.rst.exceptions
b/Documentation/media/lirc.h.rst.exceptions
index c6e3a35d2c4e..984b61dc3f2
Am 22.03.2018 um 08:18 schrieb Daniel Vetter:
On Wed, Mar 21, 2018 at 12:54:20PM +0100, Christian König wrote:
Am 21.03.2018 um 09:28 schrieb Daniel Vetter:
On Tue, Mar 20, 2018 at 06:47:57PM +0100, Christian König wrote:
Am 20.03.2018 um 15:08 schrieb Daniel Vetter:
[SNIP]
For the in-driver
Am 22.03.2018 um 08:14 schrieb Daniel Vetter:
On Wed, Mar 21, 2018 at 10:34:05AM +0100, Christian König wrote:
Am 21.03.2018 um 09:18 schrieb Daniel Vetter:
[SNIP]
For correct operation you always need to implement invalidate_range_end as
well and add some lock/completion work Otherwise get_us
tree/branch: git://git.ragnatech.se/linux media-tree
branch HEAD: 238f694e1b7f8297f1256c57e41f69c39576c9b4 media: v4l2-common: fix
a compilation breakage
elapsed time: 172m
configs tested: 166
The following configs have been built successfully.
More configs may be tested in the coming days.
tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
master
head: 0629b0dc1afeaf6262650e53b454d0b30bb0833e
commit: 894de53b4938f6e4eb5dd0435c60cc87b5747855 [9678/10088] media: ov5670:
Use v4l2_find_nearest_size
config: i386-randconfig-i0-03221101 (attached as .config)
com
tree: git://git.ragnatech.se/linux media-tree
head: 238f694e1b7f8297f1256c57e41f69c39576c9b4
commit: 227b183dcbcc430a6ce29518d3b24d481597e87d [312/369] media: ov13858: Use
v4l2_find_nearest_size
config: i386-randconfig-i0-03221101 (attached as .config)
compiler: gcc-7 (Debian 7.3.0-1) 7.3.0
re
tree: git://git.ragnatech.se/linux media-tree
head: 238f694e1b7f8297f1256c57e41f69c39576c9b4
commit: ac53212880a1af2191fd469dab275b94cd9d13c8 [314/369] media: vivid: Use
v4l2_find_nearest_size
config: sh-allmodconfig (attached as .config)
compiler: sh4-linux-gnu-gcc (Debian 7.2.0-11) 7.2.0
rep
On Thu, Mar 22, 2018 at 3:28 PM, Hans Verkuil wrote:
> On 03/22/2018 06:46 AM, Matt Ranostay wrote:
>> On Mon, Mar 19, 2018 at 5:31 PM, Hans Verkuil wrote:
>>> On 03/16/2018 03:47 AM, Matt Ranostay wrote:
On Fri, Mar 9, 2018 at 10:26 AM, Matt Ranostay
wrote:
> On Fri, Mar 9, 2018 a
On 03/22/2018 06:46 AM, Matt Ranostay wrote:
> On Mon, Mar 19, 2018 at 5:31 PM, Hans Verkuil wrote:
>> On 03/16/2018 03:47 AM, Matt Ranostay wrote:
>>> On Fri, Mar 9, 2018 at 10:26 AM, Matt Ranostay
>>> wrote:
On Fri, Mar 9, 2018 at 4:45 AM, Hans Verkuil wrote:
> Hi Matt,
>
> Th
On Wed, Mar 21, 2018 at 12:54:20PM +0100, Christian König wrote:
> Am 21.03.2018 um 09:28 schrieb Daniel Vetter:
> > On Tue, Mar 20, 2018 at 06:47:57PM +0100, Christian König wrote:
> > > Am 20.03.2018 um 15:08 schrieb Daniel Vetter:
> > > > [SNIP]
> > > > For the in-driver reservation path (CS) ha
On Wed, Mar 21, 2018 at 10:34:05AM +0100, Christian König wrote:
> Am 21.03.2018 um 09:18 schrieb Daniel Vetter:
> > [SNIP]
> > They're both in i915_gem_userptr.c, somewhat interleaved. Would be
> > interesting if you could show what you think is going wrong in there
> > compared to amdgpu_mn.c.
>
33 matches
Mail list logo