Re: [PATCH 13/13] media: v4l2-mc: get rid of global pad indexes

2018-08-02 Thread Mauro Carvalho Chehab
Em Thu, 2 Aug 2018 11:08:52 +0200 Hans Verkuil escreveu: > On 08/01/18 17:55, Mauro Carvalho Chehab wrote: > > Now that all drivers are using pad signal types, we can get > > rid of the global static definition, as routes are stablished > > using the pad signal type. > > > > The tuner and IF-PLL

Re: [PATCH 13/13] media: v4l2-mc: get rid of global pad indexes

2018-08-02 Thread Hans Verkuil
On 08/01/18 17:55, Mauro Carvalho Chehab wrote: > Now that all drivers are using pad signal types, we can get > rid of the global static definition, as routes are stablished > using the pad signal type. > > The tuner and IF-PLL pads are now used only by the tuner core, > so move the definitions to

[PATCH 13/13] media: v4l2-mc: get rid of global pad indexes

2018-08-01 Thread Mauro Carvalho Chehab
Now that all drivers are using pad signal types, we can get rid of the global static definition, as routes are stablished using the pad signal type. The tuner and IF-PLL pads are now used only by the tuner core, so move the definitions to be there. Signed-off-by: Mauro Carvalho Chehab --- drive