cron job: media_tree daily build: WARNINGS

2015-08-25 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: Wed Aug 26 04:00:15 CEST 2015 git branch: test git hash: d071c833a0d30e7aae0ea565d92ef83c79106d6f gcc versi

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

2015-08-25 Thread Shuah Khan
On Sun, Aug 23, 2015 at 2:17 PM, Mauro Carvalho Chehab wrote: > The entire logic that represent graph links were developed on a > time where there were no needs to dynamic remove links. So, > although links are created/removed one by one via some > functions, they're stored as an array inside the

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

2015-08-25 Thread Shuah Khan
On Tue, Aug 25, 2015 at 4:10 AM, Mauro Carvalho Chehab wrote: > Em Tue, 25 Aug 2015 09:10:57 +0200 > Hans Verkuil escreveu: > >> On 08/23/2015 10:17 PM, Mauro Carvalho Chehab wrote: >> > This code is not used in practice. Get rid of it before >> > start converting links to lists. >> >> I assume t

Re: [PATCH v7 14/44] [media] media: add functions to allow creating interfaces

2015-08-25 Thread Shuah Khan
On Tue, Aug 25, 2015 at 4:16 AM, Mauro Carvalho Chehab wrote: > Em Tue, 25 Aug 2015 10:29:14 +0200 > Hans Verkuil escreveu: > >> On 08/23/15 22:17, Mauro Carvalho Chehab wrote: >> > Interfaces are different than entities: they represent a >> > Kernel<->userspace interaction, while entities repres

Re: [PATCH 1/2] [media] v4l: tegra: Add NVIDIA Tegra VI driver

2015-08-25 Thread Bryan Wu
On 08/25/2015 06:44 AM, Thierry Reding wrote: On Mon, Aug 24, 2015 at 05:26:20PM -0700, Bryan Wu wrote: On 08/21/2015 06:03 AM, Thierry Reding wrote: On Thu, Aug 20, 2015 at 05:51:39PM -0700, Bryan Wu wrote: [...] +{ + if (chan->bypass) + return; I don't see this being se

Re: [PATCH] net-next: Fix warning while make xmldocs caused by skbuff.c

2015-08-25 Thread David Miller
From: Masanari Iida Date: Mon, 24 Aug 2015 22:56:54 +0900 > This patch fix following warnings. > > .//net/core/skbuff.c:407: warning: No description found > for parameter 'len' > .//net/core/skbuff.c:407: warning: Excess function parameter > 'length' description in '__netdev_alloc_skb' > .//net

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

2015-08-25 Thread Shuah Khan
On Sun, Aug 23, 2015 at 2:17 PM, Mauro Carvalho Chehab 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 those types, as they'll be used on the > internal structs associated with the new media_interface > graph

Re: [PATCH v7 00/44] MC next generation patches

2015-08-25 Thread Mauro Carvalho Chehab
Em Tue, 25 Aug 2015 13:11:06 -0600 Shuah Khan escreveu: > On Sun, Aug 23, 2015 at 2:17 PM, Mauro Carvalho Chehab > wrote: > > The latest version of this patch series is at: > > > > http://git.linuxtv.org/cgit.cgi/mchehab/experimental.git/log/?h=mc_next_gen > > > > The latest version of

Re: [PATCH] rcar_vin: propagate querystd() error upstream

2015-08-25 Thread Laurent Pinchart
Hi Sergei, On Tuesday 25 August 2015 00:58:07 Sergei Shtylyov wrote: > On 08/21/2015 12:51 AM, Laurent Pinchart wrote: > >> rcar_vin_set_fmt() defaults to PAL when the subdevice's querystd() > >> method call fails (e.g. due to I2C error). This doesn't work very well > >> when a camera being used

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

2015-08-25 Thread Shuah Khan
On Tue, Aug 25, 2015 at 12:36 AM, Hans Verkuil wrote: > On 08/23/2015 10:17 PM, Mauro Carvalho Chehab wrote: >> From: Javier Martinez Canillas >> >> The struct media_entity has a .parent field that stores a pointer >> to the parent struct media_device. But recently a media_gobj was >> embedded in

Re: [PATCH v7 00/44] MC next generation patches

2015-08-25 Thread Shuah Khan
On Sun, Aug 23, 2015 at 2:17 PM, Mauro Carvalho Chehab wrote: > The latest version of this patch series is at: > > http://git.linuxtv.org/cgit.cgi/mchehab/experimental.git/log/?h=mc_next_gen > > The latest version of the userspace tool to test it is at: > > http://git.linuxtv.org

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

2015-08-25 Thread Shuah Khan
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 it read: "either between two different graph objects or two pads" ? > So, rename the

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

2015-08-25 Thread Shuah Khan
On Sun, Aug 23, 2015 at 2:17 PM, Mauro Carvalho Chehab wrote: > It helps to check if the media controller is doing the > right thing with the object creation and removal. > > No extra code/data will be produced if DEBUG or > CONFIG_DYNAMIC_DEBUG is not enabled. > > Signed-off-by: Mauro Carvalho Ch

Re: [PATCH 1/2] [media] v4l: tegra: Add NVIDIA Tegra VI driver

2015-08-25 Thread Bryan Wu
On 08/24/2015 11:30 PM, Hans Verkuil wrote: A quick follow-up to Thierry's excellent review: On 08/25/2015 02:26 AM, Bryan Wu wrote: On 08/21/2015 06:03 AM, Thierry Reding wrote: On Thu, Aug 20, 2015 at 05:51:39PM -0700, Bryan Wu wrote: +static void +__tegra_channel_try_format(struct tegra

Re: [PATCH v2 05/11] ARM: DT: STi: STiH407: Add c8sectpfe LinuxDVB DT node.

2015-08-25 Thread Peter Griffin
Hi Mauro, On Mon, 17 Aug 2015, Mauro Carvalho Chehab wrote: > Em Thu, 30 Jul 2015 18:08:55 +0100 > Peter Griffin escreveu: > > > This patch adds in the required DT node for the c8sectpfe > > Linux DVB demux driver which allows the tsin channels > > to be used on an upstream kernel. > > > > Sig

Re: [PATCH v7 25/44] [media] replace all occurrences of MEDIA_ENT_T_DEVNODE_V4L

2015-08-25 Thread Hans Verkuil
On 08/25/2015 05:12 PM, Mauro Carvalho Chehab wrote: > Em Tue, 25 Aug 2015 15:54:09 +0200 > Hans Verkuil escreveu: > >> On 08/25/15 13:32, Mauro Carvalho Chehab wrote: >>> Em Tue, 25 Aug 2015 11:23:24 +0200 >>> Hans Verkuil escreveu: >>> On 08/23/15 22:17, Mauro Carvalho Chehab wrote: >

Re: [PATCH v7 25/44] [media] replace all occurrences of MEDIA_ENT_T_DEVNODE_V4L

2015-08-25 Thread Mauro Carvalho Chehab
Em Tue, 25 Aug 2015 15:54:09 +0200 Hans Verkuil escreveu: > On 08/25/15 13:32, Mauro Carvalho Chehab wrote: > > Em Tue, 25 Aug 2015 11:23:24 +0200 > > Hans Verkuil escreveu: > > > >> On 08/23/15 22:17, Mauro Carvalho Chehab wrote: > >>> Now that interfaces and entities are distinct, it makes no

Re: [PATCH 1/2] [media] v4l: tegra: Add NVIDIA Tegra VI driver

2015-08-25 Thread Thierry Reding
On Tue, Aug 25, 2015 at 04:15:58PM +0200, Hans Verkuil wrote: > On 08/25/15 15:44, Thierry Reding wrote: > > On Mon, Aug 24, 2015 at 05:26:20PM -0700, Bryan Wu wrote: [...] > > > For CMA we need increase the default memory size. > > > > I'd rather not rely on CMA at all, especially since we do hav

Re: [PATCH] rcar_vin: propagate querystd() error upstream

2015-08-25 Thread Hans Verkuil
On 08/19/15 23:02, Sergei Shtylyov wrote: > rcar_vin_set_fmt() defaults to PAL when the subdevice's querystd() method > call > fails (e.g. due to I2C error). This doesn't work very well when a camera > being > used outputs NTSC which has different order of fields and resolution. Let > us >

Re: [PATCH 1/2] [media] v4l: tegra: Add NVIDIA Tegra VI driver

2015-08-25 Thread Hans Verkuil
On 08/25/15 15:44, Thierry Reding wrote: > On Mon, Aug 24, 2015 at 05:26:20PM -0700, Bryan Wu wrote: >> On 08/21/2015 06:03 AM, Thierry Reding wrote: >>> On Thu, Aug 20, 2015 at 05:51:39PM -0700, Bryan Wu wrote: +{ + if (chan->bypass) + return; >>> I don't see this being se

Re: [PATCH v7 25/44] [media] replace all occurrences of MEDIA_ENT_T_DEVNODE_V4L

2015-08-25 Thread Hans Verkuil
On 08/25/15 13:32, Mauro Carvalho Chehab wrote: > Em Tue, 25 Aug 2015 11:23:24 +0200 > Hans Verkuil escreveu: > >> On 08/23/15 22:17, Mauro Carvalho Chehab wrote: >>> Now that interfaces and entities are distinct, it makes no sense >>> of keeping something named as MEDIA_ENT_T_DEVNODE. >>> >>> Th

Re: [PATCH v7 22/44] [media] media: add a linked list to track interfaces by mdev

2015-08-25 Thread Hans Verkuil
On 08/25/15 12:12, Mauro Carvalho Chehab wrote: > Em Tue, 25 Aug 2015 09:54:21 +0200 > Hans Verkuil escreveu: > >> On 08/23/2015 10:17 PM, Mauro Carvalho Chehab wrote: >>> We need to be able to navigate at the interfaces that >>> belong to a given media device, in to indirect >>> interface links.

Re: [PATCH v7 21/44] [media] dvbdev: add support for interfaces

2015-08-25 Thread Hans Verkuil
On 08/25/15 12:04, Mauro Carvalho Chehab wrote: > Em Tue, 25 Aug 2015 09:50:25 +0200 > Hans Verkuil escreveu: > >> On 08/23/2015 10:17 PM, Mauro Carvalho Chehab wrote: >>> Now that the infrastruct for that is set, add support for >>> interfaces. >>> >>> Please notice that we're missing two links:

Re: [PATCH 1/2] [media] v4l: tegra: Add NVIDIA Tegra VI driver

2015-08-25 Thread Thierry Reding
On Mon, Aug 24, 2015 at 05:26:20PM -0700, Bryan Wu wrote: > On 08/21/2015 06:03 AM, Thierry Reding wrote: > >On Thu, Aug 20, 2015 at 05:51:39PM -0700, Bryan Wu wrote: [...] > >>+#define TEGRA_CSI_PHY_CIL_COMMAND 0x0908 > >This doesn't seem to be used at all. > > Actually this PHY

Re: [PATCH v7 14/44] [media] media: add functions to allow creating interfaces

2015-08-25 Thread Hans Verkuil
On 08/25/15 11:26, Mauro Carvalho Chehab wrote: > Em Tue, 25 Aug 2015 09:09:18 +0200 > Hans Verkuil escreveu: >>> + case MEDIA_INTF_T_ALSA_CONTROL: >>> + return "alsa_control"; >> >> I prefer - over _, but that's a personal preference. > > Well, not a good reason to use '_' instead of

Re: [PATCH v7 18/44] [media] media: make media_link more generic to handle interace links

2015-08-25 Thread Hans Verkuil
On 08/25/15 11:53, Mauro Carvalho Chehab wrote: > Em Tue, 25 Aug 2015 09:38:57 +0200 > Hans Verkuil escreveu: > >> On 08/23/2015 10:17 PM, Mauro Carvalho Chehab wrote: >>> By adding an union at media_link, we get for free a way to >>> represent interface->entity links. >>> >>> No need to change a

Good News !! Please Respond Swiftly

2015-08-25 Thread Prince
SAUDI ARABIA PRINCE ALWALEED BIN TALAL FINANCIAL DONATION OF $25,000,000 USD TO YOU --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to major

Mystery Shopper agent needed (contact: shopfa...@yeah.net)

2015-08-25 Thread Cindy Chen
Please a mystery shopper agent is needed in your area, apply now! You can earn 200 dollars weekly. To learn more, please contact Mr. Peter Points via email at (shopfa...@yeah.net) Task Coodinator -- To unsubscribe from this list: send the line "unsubscribe linux-media"

Re: [PATCH v7 39/44] [media] uapi/media.h: Add MEDIA_IOC_G_TOPOLOGY ioctl

2015-08-25 Thread Mauro Carvalho Chehab
Em Tue, 25 Aug 2015 11:33:32 +0200 Hans Verkuil escreveu: > On 08/23/15 22:17, Mauro Carvalho Chehab wrote: > > Add a new ioctl that will report the entire topology on > > one go. > > > > Signed-off-by: Mauro Carvalho Chehab > > > > diff --git a/include/media/media-entity.h b/include/media/med

Re: [PATCH v7 25/44] [media] replace all occurrences of MEDIA_ENT_T_DEVNODE_V4L

2015-08-25 Thread Mauro Carvalho Chehab
Em Tue, 25 Aug 2015 11:23:24 +0200 Hans Verkuil escreveu: > On 08/23/15 22:17, Mauro Carvalho Chehab wrote: > > Now that interfaces and entities are distinct, it makes no sense > > of keeping something named as MEDIA_ENT_T_DEVNODE. > > > > This change was done with this script: > > > > for

Re: [PATCH 1/2] [media] v4l: tegra: Add NVIDIA Tegra VI driver

2015-08-25 Thread Thierry Reding
On Tue, Aug 25, 2015 at 08:30:41AM +0200, Hans Verkuil wrote: > A quick follow-up to Thierry's excellent review: > > On 08/25/2015 02:26 AM, Bryan Wu wrote: > > On 08/21/2015 06:03 AM, Thierry Reding wrote: > >> On Thu, Aug 20, 2015 at 05:51:39PM -0700, Bryan Wu wrote: > > > > >>> +static void

Re: [PATCH v7 24/44] [media] uapi/media.h: Fix entity namespace

2015-08-25 Thread Mauro Carvalho Chehab
Em Tue, 25 Aug 2015 10:58:21 +0200 Hans Verkuil escreveu: > On 08/23/15 22:17, Mauro Carvalho Chehab wrote: > > Now that interfaces got created, we need to fix the entity > > namespace. > > > > So, let's create a consistent new namespace and add backward > > compatibility macros to keep the old

Re: VIMC: API proposal, configuring the topology through user space

2015-08-25 Thread Helen Fornazier
Hi On Thu, Aug 20, 2015 at 8:41 PM, Laurent Pinchart wrote: > > Hi Mauro, > > On Thursday 20 August 2015 00:13:43 Mauro Carvalho Chehab wrote: > > Em Thu, 20 Aug 2015 02:33:15 +0300 Laurent Pinchart escreveu: > > > On Tuesday 18 August 2015 07:06:36 Mauro Carvalho Chehab wrote: > > >> Em Tue, 18

WG: Bugs reporting

2015-08-25 Thread Norbert Auge
-Ursprüngliche Nachricht- Von: Dieter Rimmele [mailto:drimm...@digitaldevices.de] Gesendet: Dienstag, 25. August 2015 12:34 An: Norbert Auge Betreff: Re: Bugs reporting could you please try it again with MSI=0 as module parameter for DD Bridge when loading the driver. > -Ursprüngli

Re: [PATCH v7 23/44] [media] dvbdev: add support for indirect interface links

2015-08-25 Thread Mauro Carvalho Chehab
Em Tue, 25 Aug 2015 10:39:10 +0200 Hans Verkuil escreveu: > On 08/23/15 22:17, Mauro Carvalho Chehab wrote: > > Some interfaces indirectly control multiple entities. > > Add support for those. > > > > Signed-off-by: Mauro Carvalho Chehab > > > > diff --git a/drivers/media/dvb-core/dvbdev.c >

Re: [PATCH v7 14/44] [media] media: add functions to allow creating interfaces

2015-08-25 Thread Mauro Carvalho Chehab
Em Tue, 25 Aug 2015 10:29:14 +0200 Hans Verkuil escreveu: > On 08/23/15 22:17, Mauro Carvalho Chehab wrote: > > Interfaces are different than entities: they represent a > > Kernel<->userspace interaction, while entities represent a > > piece of hardware/firmware/software that executes a function.

Re: [PATCH v7 22/44] [media] media: add a linked list to track interfaces by mdev

2015-08-25 Thread Mauro Carvalho Chehab
Em Tue, 25 Aug 2015 09:54:21 +0200 Hans Verkuil escreveu: > On 08/23/2015 10:17 PM, Mauro Carvalho Chehab wrote: > > We need to be able to navigate at the interfaces that > > belong to a given media device, in to indirect > > interface links. > > The part after the comma is not clear. Did you pe

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

2015-08-25 Thread Mauro Carvalho Chehab
Em Tue, 25 Aug 2015 09:10:57 +0200 Hans Verkuil escreveu: > On 08/23/2015 10:17 PM, Mauro Carvalho Chehab wrote: > > This code is not used in practice. Get rid of it before > > start converting links to lists. > > I assume the reason is that links are always created *after* > entities are regist

Re: [PATCH v7 21/44] [media] dvbdev: add support for interfaces

2015-08-25 Thread Mauro Carvalho Chehab
Em Tue, 25 Aug 2015 09:50:25 +0200 Hans Verkuil escreveu: > On 08/23/2015 10:17 PM, Mauro Carvalho Chehab wrote: > > Now that the infrastruct for that is set, add support for > > interfaces. > > > > Please notice that we're missing two links: > > DVB FE intf-> tuner > > DVB demux int

Re: [PATCH v7 20/44] [media] media: add support to link interfaces and entities

2015-08-25 Thread Mauro Carvalho Chehab
Em Tue, 25 Aug 2015 09:44:09 +0200 Hans Verkuil escreveu: > On 08/23/2015 10:17 PM, Mauro Carvalho Chehab wrote: > > Now that we have a new graph object called "interfaces", we > > need to be able to link them to the entities. > > > > Add a linked list to the interfaces to allow them to be > > l

Re: [PATCH v7 14/44] [media] media: add functions to allow creating interfaces

2015-08-25 Thread Mauro Carvalho Chehab
Em Tue, 25 Aug 2015 06:57:42 -0300 Mauro Carvalho Chehab escreveu: > Em Tue, 25 Aug 2015 09:42:25 +0200 > Hans Verkuil escreveu: > > > On 08/23/2015 10:17 PM, Mauro Carvalho Chehab wrote: > > > Interfaces are different than entities: they represent a > > > Kernel<->userspace interaction, while

Re: [PATCH v7 14/44] [media] media: add functions to allow creating interfaces

2015-08-25 Thread Mauro Carvalho Chehab
Em Tue, 25 Aug 2015 09:42:25 +0200 Hans Verkuil escreveu: > On 08/23/2015 10:17 PM, Mauro Carvalho Chehab wrote: > > Interfaces are different than entities: they represent a > > Kernel<->userspace interaction, while entities represent a > > piece of hardware/firmware/software that executes a func

Re: [PATCH v7 18/44] [media] media: make media_link more generic to handle interace links

2015-08-25 Thread Mauro Carvalho Chehab
Em Tue, 25 Aug 2015 09:38:57 +0200 Hans Verkuil escreveu: > On 08/23/2015 10:17 PM, Mauro Carvalho Chehab wrote: > > By adding an union at media_link, we get for free a way to > > represent interface->entity links. > > > > No need to change anything at the code, just at the internal > > header f

Re: [PATCH v7 19/44] [media] media: make link debug printk more generic

2015-08-25 Thread Mauro Carvalho Chehab
Em Tue, 25 Aug 2015 09:33:15 +0200 Hans Verkuil escreveu: > On 08/23/2015 10:17 PM, Mauro Carvalho Chehab wrote: > > Remove entity name from the link as this exists only if the object > > type is PAD on both link ends. > > > > Signed-off-by: Mauro Carvalho Chehab > > I am wondering whether it

Re: [PATCH v7 19/44] [media] media: make link debug printk more generic

2015-08-25 Thread Mauro Carvalho Chehab
Em Tue, 25 Aug 2015 09:33:15 +0200 Hans Verkuil escreveu: > On 08/23/2015 10:17 PM, Mauro Carvalho Chehab wrote: > > Remove entity name from the link as this exists only if the object > > type is PAD on both link ends. > > > > Signed-off-by: Mauro Carvalho Chehab > > I am wondering whether it

Re: [PATCH v7 18/44] [media] media: make media_link more generic to handle interace links

2015-08-25 Thread Mauro Carvalho Chehab
Em Tue, 25 Aug 2015 09:28:55 +0200 Hans Verkuil escreveu: > On 08/23/2015 10:17 PM, Mauro Carvalho Chehab wrote: > > By adding an union at media_link, we get for free a way to > > represent interface->entity links. > > > > No need to change anything at the code, just at the internal > > header f

Re: [PATCH v7 39/44] [media] uapi/media.h: Add MEDIA_IOC_G_TOPOLOGY ioctl

2015-08-25 Thread Hans Verkuil
On 08/23/15 22:17, Mauro Carvalho Chehab wrote: > Add a new ioctl that will report the entire topology on > one go. > > Signed-off-by: Mauro Carvalho Chehab > > diff --git a/include/media/media-entity.h b/include/media/media-entity.h > index 796e4a490af8..0111d9652b78 100644 > --- a/include/medi

Re: [PATCH v7 42/44] [media] media-device: add pads and links to media_device

2015-08-25 Thread Hans Verkuil
On 08/23/15 22:17, Mauro Carvalho Chehab wrote: > The MC next gen API sends objects to userspace grouped by > their types. > > In the case of pads and links, in order to improve performance > and have a simpler code, the best is to store them also on > separate linked lists at MC. > > If we don't

Re: [PATCH v7 41/44] [media] media: move mdev list init to gobj

2015-08-25 Thread Hans Verkuil
On 08/23/15 22:17, Mauro Carvalho Chehab wrote: > Let's control the topology changes inside the graph_object. > So, move the removal of interfaces/entitis from the mdev s/entitis/entities/ > lists to media_gobj_init() and media_gobj_remove(). > > The main reason is that mdev should have lists fo

Re: [PATCH v7 40/44] [media] media: Use a macro to interate between all interfaces

2015-08-25 Thread Hans Verkuil
On 08/23/15 22:17, Mauro Carvalho Chehab wrote: > Just like we do with entities, use a similar macro for the > interfaces loop. > > Signed-off-by: Mauro Carvalho Chehab Acked-by: Hans Verkuil I think this patch can be moved to an earlier place in this patch series. Regards, Hans >

Re: [PATCH v7 14/44] [media] media: add functions to allow creating interfaces

2015-08-25 Thread Mauro Carvalho Chehab
Em Tue, 25 Aug 2015 09:09:18 +0200 Hans Verkuil escreveu: > On 08/23/2015 10:17 PM, Mauro Carvalho Chehab wrote: > > Interfaces are different than entities: they represent a > > Kernel<->userspace interaction, while entities represent a > > piece of hardware/firmware/software that executes a func

Re: [PATCH v7 25/44] [media] replace all occurrences of MEDIA_ENT_T_DEVNODE_V4L

2015-08-25 Thread Hans Verkuil
On 08/23/15 22:17, Mauro Carvalho Chehab wrote: > Now that interfaces and entities are distinct, it makes no sense > of keeping something named as MEDIA_ENT_T_DEVNODE. > > This change was done with this script: > > for i in $(git grep -l MEDIA_ENT_T|grep -v uapi/linux/media.h); do sed > s,

Re: [PATCH v7 24/44] [media] uapi/media.h: Fix entity namespace

2015-08-25 Thread Hans Verkuil
On 08/23/15 22:17, Mauro Carvalho Chehab wrote: > Now that interfaces got created, we need to fix the entity > namespace. > > So, let's create a consistent new namespace and add backward > compatibility macros to keep the old namespace preserved. > > Signed-off-by: Mauro Carvalho Chehab > > dif

Re: [PATCH v7 23/44] [media] dvbdev: add support for indirect interface links

2015-08-25 Thread Hans Verkuil
On 08/23/15 22:17, Mauro Carvalho Chehab wrote: > Some interfaces indirectly control multiple entities. > Add support for those. > > Signed-off-by: Mauro Carvalho Chehab > > diff --git a/drivers/media/dvb-core/dvbdev.c b/drivers/media/dvb-core/dvbdev.c > index 747372ba4fe1..5a2bd03f5dc0 100644 >

Re: [PATCH v7 14/44] [media] media: add functions to allow creating interfaces

2015-08-25 Thread Hans Verkuil
On 08/23/15 22:17, Mauro Carvalho Chehab wrote: > Interfaces are different than entities: they represent a > Kernel<->userspace interaction, while entities represent a > piece of hardware/firmware/software that executes a function. > > Let's distinguish them by creating a separate structure to > s

Re: [PATCH v7 22/44] [media] media: add a linked list to track interfaces by mdev

2015-08-25 Thread Hans Verkuil
On 08/23/2015 10:17 PM, Mauro Carvalho Chehab wrote: > We need to be able to navigate at the interfaces that > belong to a given media device, in to indirect > interface links. The part after the comma is not clear. Did you perhaps mean 'into'? Although that still doesn't really clarify the senten

Re: [PATCH v7 21/44] [media] dvbdev: add support for interfaces

2015-08-25 Thread Hans Verkuil
On 08/23/2015 10:17 PM, Mauro Carvalho Chehab wrote: > Now that the infrastruct for that is set, add support for > interfaces. > > Please notice that we're missing two links: > DVB FE intf-> tuner > DVB demux intf -> dvr > > Those should be added latter, after having the entire gr

Re: [PATCH v7 20/44] [media] media: add support to link interfaces and entities

2015-08-25 Thread Hans Verkuil
On 08/23/2015 10:17 PM, Mauro Carvalho Chehab wrote: > Now that we have a new graph object called "interfaces", we > need to be able to link them to the entities. > > Add a linked list to the interfaces to allow them to be > linked to the entities. > > Signed-off-by: Mauro Carvalho Chehab > > d

Re: [PATCH v7 14/44] [media] media: add functions to allow creating interfaces

2015-08-25 Thread Hans Verkuil
On 08/23/2015 10:17 PM, Mauro Carvalho Chehab wrote: > Interfaces are different than entities: they represent a > Kernel<->userspace interaction, while entities represent a > piece of hardware/firmware/software that executes a function. > > Let's distinguish them by creating a separate structure t

Re: [PATCH v7 18/44] [media] media: make media_link more generic to handle interace links

2015-08-25 Thread Hans Verkuil
On 08/23/2015 10:17 PM, Mauro Carvalho Chehab wrote: > By adding an union at media_link, we get for free a way to > represent interface->entity links. > > No need to change anything at the code, just at the internal > header file. > > Signed-off-by: Mauro Carvalho Chehab > > diff --git a/includ

Re: [PATCH v7 19/44] [media] media: make link debug printk more generic

2015-08-25 Thread Hans Verkuil
On 08/23/2015 10:17 PM, Mauro Carvalho Chehab wrote: > Remove entity name from the link as this exists only if the object > type is PAD on both link ends. > > Signed-off-by: Mauro Carvalho Chehab I am wondering whether it should detect if this is a pad-to-pad link or an interface-to-entity link

Re: [PATCH v7 18/44] [media] media: make media_link more generic to handle interace links

2015-08-25 Thread Hans Verkuil
On 08/23/2015 10:17 PM, Mauro Carvalho Chehab wrote: > By adding an union at media_link, we get for free a way to > represent interface->entity links. > > No need to change anything at the code, just at the internal > header file. > > Signed-off-by: Mauro Carvalho Chehab > > diff --git a/includ

dog harness, dog leash, dog clothes and dog carrier

2015-08-25 Thread 3U Pet Supply
Hi, this is Jeff Wu from China. We are a factory which produces pet clothes, pet harness, pet leash. Please let me know if you are interested to buy from us, thanks! I will send the price lists and website to you then. Best regards, Jeff Wu -- To unsubscribe from this list: send the line "unsubsc

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

2015-08-25 Thread Hans Verkuil
On 08/23/2015 10:17 PM, Mauro Carvalho Chehab wrote: > This code is not used in practice. Get rid of it before > start converting links to lists. I assume the reason is that links are always created *after* entities are registered? Can you add that to this commit log? With that change: Acked-by

Re: [PATCH v7 14/44] [media] media: add functions to allow creating interfaces

2015-08-25 Thread Hans Verkuil
On 08/23/2015 10:17 PM, Mauro Carvalho Chehab wrote: > Interfaces are different than entities: they represent a > Kernel<->userspace interaction, while entities represent a > piece of hardware/firmware/software that executes a function. > > Let's distinguish them by creating a separate structure t