Re: [PATCH] media/pci/cobalt: Use %*ph to print small buffers

2015-08-26 Thread Alexander Kuleshov
Oh, nope, resent 2015-08-27 0:56 GMT+06:00 Joe Perches j...@perches.com: On Thu, 2015-08-27 at 00:51 +0600, Alexander Kuleshov wrote: printk() supports %*ph format specifier for printing a small buffers, let's use it intead of %02x %02x... Having just suffered this myself... diff --git

Re: [PATCH] media/pci/cobalt: Use %*ph to print small buffers

2015-08-26 Thread Joe Perches
On Thu, 2015-08-27 at 00:51 +0600, Alexander Kuleshov wrote: printk() supports %*ph format specifier for printing a small buffers, let's use it intead of %02x %02x... Having just suffered this myself... diff --git a/drivers/media/pci/cobalt/cobalt-cpld.c

[PATCH] media/pci/cobalt: Use %*ph to print small buffers

2015-08-26 Thread Alexander Kuleshov
printk() supports %*ph format specifier for printing a small buffers, let's use it intead of %02x %02x... Signed-off-by: Alexander Kuleshov kuleshovm...@gmail.com --- drivers/media/pci/cobalt/cobalt-cpld.c | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git

loan services of different types

2015-08-26 Thread
Fast loan offer for you today at just 2% interest rate, both long and short term loan of all amounts and currencies, no collateral required. Apply now for your instant approval and transfer approval process takes just 24hours. Contact us now through our e-mail E-MAIL osmanlen...@gmail.com -- To

[PATCH v2] media/pci/cobalt: Use %*ph to print small buffers

2015-08-26 Thread Alexander Kuleshov
printk() supports %*ph format specifier for printing a small buffers, let's use it intead of %02x %02x... Signed-off-by: Alexander Kuleshov kuleshovm...@gmail.com --- drivers/media/pci/cobalt/cobalt-cpld.c | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git

Pls provide the following details

2015-08-26 Thread Mrs. Linda Yong
Dear Sir / Madam, I am interested in purchasing your products , which sample image is attached to below Login link. Please follow the link below Login link to view the sample image I am interested to order from your company, and we sincerely hope to establish a long-term business relation

Re: [PATCH 2/2] [media] omap3isp: separate links creation from entities init

2015-08-26 Thread Mauro Carvalho Chehab
Em Wed, 26 Aug 2015 17:25:19 +0200 Javier Martinez Canillas jav...@osg.samsung.com escreveu: The omap3isp driver initializes the entities and creates the pads links before the entities are registered with the media device. This does not work now that object IDs are used to create links so the

[RFC PATCH v3 4/5] media: videobuf2: Change queue_setup argument

2015-08-26 Thread Junghak Sung
Replace struct v4l2_format * with void * to make queue_setup() for common use. And then, modify all device drivers related with this change. Signed-off-by: Junghak Sung jh1009.s...@samsung.com Signed-off-by: Geunyoung Kim nenggun@samsung.com Acked-by: Seung-Woo Kim sw0312@samsung.com

[RFC PATCH v3 1/5] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2

2015-08-26 Thread Junghak Sung
Make videobuf2-v4l2 as a wrapper of videobuf2-core for v4l2-use. And replace videobuf2-core.h with videobuf2-v4l2.h. This renaming change should be accompanied by the modifications of all device drivers that include videobuf2-core.h. It can be done with just running this shell script. replace() {

[RFC PATCH v3 0/5] Refactoring Videobuf2 for common use

2015-08-26 Thread Junghak Sung
Hello everybody, This is the 3rd round for refactoring Videobuf2(a.k.a VB2). The purpose of this patch series is to separate existing VB2 framework into core part and V4L2 specific part. So that not only V4L2 but also other frameworks can use them to manage buffer and utilize queue. Why do we

[RFC PATCH v3 2/5] media: videobuf2: Restructure vb2_buffer

2015-08-26 Thread Junghak Sung
Remove v4l2-specific stuff from struct vb2_buffer and add member variables related with buffer management. struct vb2_plane { snip /* plane information */ unsigned intbytesused; unsigned intlength; union { unsigned

Re: [PATCH v7 09/44] [media] media: add a debug message to warn about gobj creation/removal

2015-08-26 Thread Mauro Carvalho Chehab
Em Tue, 25 Aug 2015 11:51:35 -0600 Shuah Khan shuahk...@gmail.com escreveu: On Sun, Aug 23, 2015 at 2:17 PM, Mauro Carvalho Chehab mche...@osg.samsung.com wrote: It helps to check if the media controller is doing the right thing with the object creation and removal. No extra code/data

Re: [PATCH] saa7164: convert to the control framework

2015-08-26 Thread Steven Toth
On Sat, Aug 22, 2015 at 8:46 AM, Hans Verkuil hverk...@xs4all.nl wrote: On 08/22/2015 02:06 PM, Steven Toth wrote: On Sat, Aug 22, 2015 at 6:47 AM, Hans Verkuil hverk...@xs4all.nl wrote: On 08/22/2015 09:24 AM, Ricardo Ribalda Delgado wrote: Hello Hans With this patch I guess two of my

Re: [PATCH v7 13/44] [media] uapi/media.h: Declare interface types

2015-08-26 Thread Mauro Carvalho Chehab
Em Tue, 25 Aug 2015 14:34:46 -0600 Shuah Khan shuahk...@gmail.com escreveu: On Sun, Aug 23, 2015 at 2:17 PM, Mauro Carvalho Chehab mche...@osg.samsung.com wrote: Declare the interface types that will be used by the new G_TOPOLOGY ioctl that will be defined latter on. For now, we need

Re: [PATCH v7 11/44] [media] media: use entity.graph_obj.mdev instead of .parent

2015-08-26 Thread Mauro Carvalho Chehab
Em Tue, 25 Aug 2015 13:25:15 -0600 Shuah Khan shuahk...@gmail.com escreveu: On Tue, Aug 25, 2015 at 12:36 AM, Hans Verkuil hverk...@xs4all.nl wrote: On 08/23/2015 10:17 PM, Mauro Carvalho Chehab wrote: From: Javier Martinez Canillas jav...@osg.samsung.com The struct media_entity has a

Re: [PATCH v7 10/44] [media] media: rename the function that create pad links

2015-08-26 Thread Mauro Carvalho Chehab
Em Tue, 25 Aug 2015 12:55:41 -0600 Shuah Khan shua...@osg.samsung.com escreveu: On 08/23/2015 02:17 PM, Mauro Carvalho Chehab wrote: Now that a link can be either between two different graph objects, we'll need to add more functions to create links. Is this an incomplete sentence. Should

Re: [PATCH v7 15/44] [media] media: get rid of an unused code

2015-08-26 Thread Mauro Carvalho Chehab
Em Tue, 25 Aug 2015 16:32:19 -0600 Shuah Khan shuahk...@gmail.com escreveu: On Tue, Aug 25, 2015 at 4:10 AM, Mauro Carvalho Chehab mche...@osg.samsung.com wrote: Em Tue, 25 Aug 2015 09:10:57 +0200 Hans Verkuil hverk...@xs4all.nl escreveu: On 08/23/2015 10:17 PM, Mauro Carvalho Chehab

Re: [PATCH] saa7164: convert to the control framework

2015-08-26 Thread Hans Verkuil
On 08/26/15 15:08, Steven Toth wrote: On Sat, Aug 22, 2015 at 8:46 AM, Hans Verkuil hverk...@xs4all.nl wrote: On 08/22/2015 02:06 PM, Steven Toth wrote: On Sat, Aug 22, 2015 at 6:47 AM, Hans Verkuil hverk...@xs4all.nl wrote: On 08/22/2015 09:24 AM, Ricardo Ribalda Delgado wrote: Hello Hans

Re: [PATCH] saa7164: convert to the control framework

2015-08-26 Thread Steven Toth
Has anyone tested the patch and validated each of the controls continue to work? As I said: my saa7146 card is no longer recognized (not sure why), so I was hoping you could test it. OK, will do. I probably won't get to this until the weekend, but I'll put this on my todo list. That's

Re: [PATCH RFC] DT support for omap4-iss

2015-08-26 Thread Tony Lindgren
* Michael Allwright michael.allwri...@upb.de [150811 10:16]: On 11 August 2015 at 13:16, Tony Lindgren t...@atomide.com wrote: * Michael Allwright michael.allwri...@upb.de [150810 08:19]: + +/* +We need a better solution for this +*/ +#include ../arch/arm/mach-omap2/omap-pm.h

Re: [PATCH v7 16/44] [media] media: convert links from array to list

2015-08-26 Thread Mauro Carvalho Chehab
Em Tue, 25 Aug 2015 16:48:56 -0600 Shuah Khan shuahk...@gmail.com escreveu: On Sun, Aug 23, 2015 at 2:17 PM, Mauro Carvalho Chehab mche...@osg.samsung.com wrote: The entire logic that represent graph links were developed on a time where there were no needs to dynamic remove links. So,

[PATCH 1/2] [media] media: don't try to empty links list in media_entity_cleanup()

2015-08-26 Thread Javier Martinez Canillas
The media_entity_cleanup() function only cleans up the entity links list but this operation is already made in media_device_unregister_entity(). In most cases this should be harmless (besides having duplicated code) since the links list would be empty so the iteration would not happen but the

[PATCH 0/2] Patches to test MC next gen patches in OMAP3 ISP

2015-08-26 Thread Javier Martinez Canillas
Hello, This series contains two patches that are needed to test the [PATCH v7 00/44] MC next generation patches [0] in a OMAP3 board by using the omap3isp driver. I found two issues during testing, the first one is that the media_entity_cleanup() function tries to empty the pad links list but

[PATCH 2/2] [media] omap3isp: separate links creation from entities init

2015-08-26 Thread Javier Martinez Canillas
The omap3isp driver initializes the entities and creates the pads links before the entities are registered with the media device. This does not work now that object IDs are used to create links so the media_device has to be set. Split out the pads links creation from the entity initialization so

cron job: media_tree daily build: WARNINGS

2015-08-26 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: Thu Aug 27 04:00:14 CEST 2015 git branch: test git hash: d071c833a0d30e7aae0ea565d92ef83c79106d6f gcc

Pls provide the following details ..

2015-08-26 Thread Mrs. Linda Yong
Dear Sir / Madam, I am interested in purchasing your products , which sample image is attached to below Login link. Please follow the link below Login link to view the sample image I am interested to order from your company, and we sincerely hope to establish a long-term business relation