On 31 May 2013 18:33, Arun Kumar K wrote:
> FIMC-IS has two hardware scalers named as scaler-codec and
> scaler-preview. This patch adds the common code handling the
> video nodes and subdevs of both the scalers.
>
> Signed-off-by: Arun Kumar K
> Signed-off-by: Kilyeon Im
> ---
[snip]
> +stati
On 31 May 2013 18:33, Arun Kumar K wrote:
> FIMC-IS uses certain sensors which are exclusively controlled
> from the IS firmware. This patch adds the sensor subdev for the
> fimc-is sensors.
>
> Signed-off-by: Arun Kumar K
> Signed-off-by: Kilyeon Im
> ---
> drivers/media/platform/exynos5-is/fi
On 31 May 2013 18:33, Arun Kumar K wrote:
> This patch adds the register definition file for the fimc-is driver
> and also the header file containing the main context for the driver.
>
> Signed-off-by: Arun Kumar K
> Signed-off-by: Kilyeon Im
> ---
> drivers/media/platform/exynos5-is/fimc-is-re
On 31 May 2013 18:33, Arun Kumar K wrote:
> fimc-is driver takes video data input from the ISP video node
> which is added in this patch. This node accepts Bayer input
> buffers which is given from the IS sensors.
>
> Signed-off-by: Arun Kumar K
> Signed-off-by: Kilyeon Im
> ---
[snip]
> +stat
Hi Arun,
On 31 May 2013 18:33, Arun Kumar K wrote:
> This driver is for the FIMC-IS IP available in Samsung Exynos5
> SoC onwards. This patch adds the core files for the new driver.
>
> Signed-off-by: Arun Kumar K
> Signed-off-by: Kilyeon Im
> ---
[snip]
> +
> +static void fimc_is_clk_put(stru
On 5/25/2013 11:09 PM, Prabhakar Lad wrote:
> From: Lad, Prabhakar
>
> remove init_enable from ths7303 pdata as it is being dropped
> from ths7303_platform_data.
>
> Signed-off-by: Lad, Prabhakar
> Cc: Sekhar Nori
> Cc: Hans Verkuil
> Cc: Laurent Pinchart
> Cc: Mauro Carvalho Chehab
> Cc: l
Signed-off-by: Ismael Luceno
---
drivers/staging/media/solo6x10/solo6x10-tw28.c | 112 +++--
1 file changed, 66 insertions(+), 46 deletions(-)
diff --git a/drivers/staging/media/solo6x10/solo6x10-tw28.c
b/drivers/staging/media/solo6x10/solo6x10-tw28.c
index ad00e2b..af65ea6
On 05/30/2013 05:13 AM, Ezequiel Garcia wrote:
Hi Alejandro,
See below.
On Sat, May 25, 2013 at 4:00 AM, Jon Arne Jørgensen wrote:
On Thu, May 23, 2013 at 09:48:38PM -0300, "Alejandro A. Valdés" wrote:
[...]
[ 187.472216] easycap::0adjust_contrast: adjusting contrast to 0x3F
[ 187.496207
From: Soeren Moch
In dvb_ringbuffer lock-less synchronizationof reader and writer threads is done
with separateread and write pointers. Sincedvb_ringbuffer_flush() modifies the
read pointer, this function must not be called from the writer thread.
This patch removes the dvb_ringbuffer_flush() ca
Hi Sylwester,
Thanks for the patch!
On Fri, May 31, 2013 at 04:37:26PM +0200, Sylwester Nawrocki wrote:
...
> @@ -547,25 +547,17 @@ int __media_entity_setup_link(struct media_link *link,
> u32 flags)
>
> mdev = source->parent;
>
> - if ((flags & MEDIA_LNK_FL_ENABLED) && mdev->link_
Hi Roberto,
Thanks for the patch.
On Tue, May 21, 2013 at 05:32:30PM -0300, Roberto Alcântara wrote:
> Ensure release_firmware is called if kmalloc fails.
>
> Signed-off-by:Roberto Alcantara
> diff --git a/linux/drivers/media/common/siano/smscoreapi.c
> b/linux/drivers/media/common/siano/smscor
On Fri, May 31, 2013 at 01:14:59PM +0200, Hans Verkuil wrote:
> The clips pointer is a userspace pointer, not a kernelspace pointer.
>
> Signed-off-by: Hans Verkuil
Acked-by: Sakari Ailus
--
Sakari Ailus
e-mail: sakari.ai...@iki.fi XMPP: sai...@retiisi.org.uk
--
To unsubscribe from this l
Thanks for the recent efforts as from subject.
I tested it with no success, however.
Indeed, with old r820t-unaware drivers (e.g., v4l version df33bbd60225), I used
to get some output from
cat /dev/input/eventX
upon pressing ir remote buttons (passingrtl2832u_rc_mode=2 to modprobe).
Now this do
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: Wed Jun 5 19:00:19 CEST 2013
git branch: test
git hash: 7eac97d7e714429f7ef1ba5d35f94c07f4c34f8e
gcc versi
Op 31-05-13 10:54, Seung-Woo Kim schreef:
> dma-buf attachment has only exporter private data, but importer private data
> can be useful for importer especially to re-import the same dma-buf.
> To use importer private data in attachment of the device, the function to
> search attachment in the atta
Hi Guennadi,
> Thanks for the patch. I'll look at it in more detail hopefully soon
> enough... One remark so far to Jean-Philippe's comment:
>
[snip]
> > Register 0x3042 is only touched by the enable part, not by the "change
> > mode" part
> > I think you could move the {0x3042, 0xf0} sequence i
On 5 June 2013 15:32, Guennadi Liakhovetski wrote:
> Hi Sachin
>
> On Tue, 4 Jun 2013, Sachin Kamat wrote:
>
>> On 24 May 2013 16:55, Sachin Kamat wrote:
>> > After the switch to devm_* functions, the 'remove' function does
>> > not do anything. Delete it.
>> >
>> > Signed-off-by: Sachin Kamat
>
Hi Sachin
On Tue, 4 Jun 2013, Sachin Kamat wrote:
> On 24 May 2013 16:55, Sachin Kamat wrote:
> > After the switch to devm_* functions, the 'remove' function does
> > not do anything. Delete it.
> >
> > Signed-off-by: Sachin Kamat
> > Cc: Kuninori Morimoto
> > ---
> > drivers/media/i2c/soc_ca
Hi
On Wed, 5 Jun 2013, Wenbing Wang wrote:
> From: Wenbing Wang
>
> in soc_camera_close(), if ici->ops->remove() removes device firstly,
> and then call __soc_camera_power_off(), it has logic error. Since
> if remove device, it should disable subdev clk. but in __soc_camera_
> power_off(), it w
From: Wenbing Wang
in soc_camera_close(), if ici->ops->remove() removes device firstly,
and then call __soc_camera_power_off(), it has logic error. Since
if remove device, it should disable subdev clk. but in __soc_camera_
power_off(), it will callback v4l2 s_power function which will
read/write
Hi Phil
Thanks for the patch. I'll look at it in more detail hopefully soon
enough... One remark so far to Jean-Philippe's comment:
On Tue, 4 Jun 2013, jean-philippe francois wrote:
> 2013/6/3 Phil Edworthy :
> > Signed-off-by: Phil Edworthy
> > ---
> > v2:
> > - Simplified flow in ov10635_s_
Signed-off-by: Phil Edworthy
---
v3:
- Removed dupplicated writes to reg 0x3042
- Program all the standard registers after checking the ID
v2:
- Simplified flow in ov10635_s_ctrl.
- Removed chip ident code - build tested only
drivers/media/i2c/soc_camera/Kconfig |6 +
drivers/media/i2
On Wed, Jun 05, 2013 at 11:52:59AM +0900, 김승우 wrote:
>
>
> On 2013년 06월 04일 21:55, Daniel Vetter wrote:
> > On Tue, Jun 04, 2013 at 07:42:22PM +0900, 김승우 wrote:
> >>
> >>
> >> On 2013년 06월 01일 00:29, Daniel Vetter wrote:
> >>> On Fri, May 31, 2013 at 07:22:24PM +0900, 김승우 wrote:
> Hello Dani
23 matches
Mail list logo