All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL FOR v4.5] Davinci staging fixes
@ 2015-11-09 21:27 Laurent Pinchart
  2015-11-17 16:29 ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 4+ messages in thread
From: Laurent Pinchart @ 2015-11-09 21:27 UTC (permalink / raw)
  To: linux-media; +Cc: prabhakar.csengg

Hi Mauro,

I've collected the pending Davinci staging fixes from patchwork and prepared a 
branch for you.

Prabhakar, is that fine with you ? Do you still maintain the driver ? If so, 
do you expect patches to be picked up when you ack them, or can you collect 
them in a branch somewhere and send a pull request ?

The following changes since commit 79f5b6ae960d380c829fb67d5dadcd1d025d2775:

  [media] c8sectpfe: Remove select on CONFIG_FW_LOADER_USER_HELPER_FALLBACK 
(2015-10-20 16:02:41 -0200)

are available in the git repository at:

  git://linuxtv.org/pinchartl/media.git davinci

for you to fetch changes up to b542f513822fd11460ef781742d6c0446b40eeb8:

  staging: media: davinci_vpfe: fix ipipe_mode type (2015-11-09 23:07:53 
+0200)

----------------------------------------------------------------
Andrzej Hajda (1):
      staging: media: davinci_vpfe: fix ipipe_mode type

Arnd Bergmann (1):
      staging/davinci/vpfe/dm365: add missing dependencies

Julia Lawall (1):
      drivers/staging/media/davinci_vpfe/vpfe_mc_capture.c: use correct 
structure type name in sizeof

Junsu Shin (1):
      staging: media: davinci_vpfe: Fix over 80 characters coding style issue

Nicholas Mc Guire (1):
      staging: media: davinci_vpfe: drop condition with no effect

 drivers/staging/media/davinci_vpfe/Kconfig           | 2 ++
 drivers/staging/media/davinci_vpfe/dm365_ipipe.c     | 5 +++--
 drivers/staging/media/davinci_vpfe/dm365_ipipe_hw.c  | 2 +-
 drivers/staging/media/davinci_vpfe/dm365_resizer.c   | 7 +------
 drivers/staging/media/davinci_vpfe/vpfe_mc_capture.c | 2 +-
 5 files changed, 8 insertions(+), 10 deletions(-)

-- 
Regards,

Laurent Pinchart


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL FOR v4.5] Davinci staging fixes
  2015-11-09 21:27 [GIT PULL FOR v4.5] Davinci staging fixes Laurent Pinchart
@ 2015-11-17 16:29 ` Mauro Carvalho Chehab
  2015-11-17 17:14   ` Lad, Prabhakar
  0 siblings, 1 reply; 4+ messages in thread
From: Mauro Carvalho Chehab @ 2015-11-17 16:29 UTC (permalink / raw)
  To: Laurent Pinchart; +Cc: linux-media, prabhakar.csengg

Em Mon, 09 Nov 2015 23:27:02 +0200
Laurent Pinchart <laurent.pinchart@ideasonboard.com> escreveu:

> Hi Mauro,
> 
> I've collected the pending Davinci staging fixes from patchwork and prepared a 
> branch for you.
> 
> Prabhakar, is that fine with you ? Do you still maintain the driver ? If so, 
> do you expect patches to be picked up when you ack them, or can you collect 
> them in a branch somewhere and send a pull request ?

As the patches on this tree are trivial, and one of them has Prabhakar's ack,
I'll apply them, as I'm assuming that they're all ok for Prabhakar.

Please let me know if any of them would be causing any further issues.

Regards,
Mauro

> 
> The following changes since commit 79f5b6ae960d380c829fb67d5dadcd1d025d2775:
> 
>   [media] c8sectpfe: Remove select on CONFIG_FW_LOADER_USER_HELPER_FALLBACK 
> (2015-10-20 16:02:41 -0200)
> 
> are available in the git repository at:
> 
>   git://linuxtv.org/pinchartl/media.git davinci
> 
> for you to fetch changes up to b542f513822fd11460ef781742d6c0446b40eeb8:
> 
>   staging: media: davinci_vpfe: fix ipipe_mode type (2015-11-09 23:07:53 
> +0200)
> 
> ----------------------------------------------------------------
> Andrzej Hajda (1):
>       staging: media: davinci_vpfe: fix ipipe_mode type
> 
> Arnd Bergmann (1):
>       staging/davinci/vpfe/dm365: add missing dependencies
> 
> Julia Lawall (1):
>       drivers/staging/media/davinci_vpfe/vpfe_mc_capture.c: use correct 
> structure type name in sizeof
> 
> Junsu Shin (1):
>       staging: media: davinci_vpfe: Fix over 80 characters coding style issue
> 
> Nicholas Mc Guire (1):
>       staging: media: davinci_vpfe: drop condition with no effect
> 
>  drivers/staging/media/davinci_vpfe/Kconfig           | 2 ++
>  drivers/staging/media/davinci_vpfe/dm365_ipipe.c     | 5 +++--
>  drivers/staging/media/davinci_vpfe/dm365_ipipe_hw.c  | 2 +-
>  drivers/staging/media/davinci_vpfe/dm365_resizer.c   | 7 +------
>  drivers/staging/media/davinci_vpfe/vpfe_mc_capture.c | 2 +-
>  5 files changed, 8 insertions(+), 10 deletions(-)
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL FOR v4.5] Davinci staging fixes
  2015-11-17 16:29 ` Mauro Carvalho Chehab
@ 2015-11-17 17:14   ` Lad, Prabhakar
  2015-11-17 17:44     ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 4+ messages in thread
From: Lad, Prabhakar @ 2015-11-17 17:14 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: Laurent Pinchart, linux-media

Hi Mauro,

On Tue, Nov 17, 2015 at 4:29 PM, Mauro Carvalho Chehab
<mchehab@osg.samsung.com> wrote:
> Em Mon, 09 Nov 2015 23:27:02 +0200
> Laurent Pinchart <laurent.pinchart@ideasonboard.com> escreveu:
>
>> Hi Mauro,
>>
>> I've collected the pending Davinci staging fixes from patchwork and prepared a
>> branch for you.
>>
>> Prabhakar, is that fine with you ? Do you still maintain the driver ? If so,
>> do you expect patches to be picked up when you ack them, or can you collect
>> them in a branch somewhere and send a pull request ?
>
> As the patches on this tree are trivial, and one of them has Prabhakar's ack,
> I'll apply them, as I'm assuming that they're all ok for Prabhakar.
>
Somehow this mail got buried into my inbox, If Laurent can pick it that’s fine
with me Or else Ill create a pull request for you.

Cheers,
--Prabhakar Lad

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL FOR v4.5] Davinci staging fixes
  2015-11-17 17:14   ` Lad, Prabhakar
@ 2015-11-17 17:44     ` Mauro Carvalho Chehab
  0 siblings, 0 replies; 4+ messages in thread
From: Mauro Carvalho Chehab @ 2015-11-17 17:44 UTC (permalink / raw)
  To: Lad, Prabhakar; +Cc: Laurent Pinchart, linux-media

Em Tue, 17 Nov 2015 17:14:10 +0000
"Lad, Prabhakar" <prabhakar.csengg@gmail.com> escreveu:

> Hi Mauro,
> 
> On Tue, Nov 17, 2015 at 4:29 PM, Mauro Carvalho Chehab
> <mchehab@osg.samsung.com> wrote:
> > Em Mon, 09 Nov 2015 23:27:02 +0200
> > Laurent Pinchart <laurent.pinchart@ideasonboard.com> escreveu:
> >
> >> Hi Mauro,
> >>
> >> I've collected the pending Davinci staging fixes from patchwork and prepared a
> >> branch for you.
> >>
> >> Prabhakar, is that fine with you ? Do you still maintain the driver ? If so,
> >> do you expect patches to be picked up when you ack them, or can you collect
> >> them in a branch somewhere and send a pull request ?
> >
> > As the patches on this tree are trivial, and one of them has Prabhakar's ack,
> > I'll apply them, as I'm assuming that they're all ok for Prabhakar.
> >
> Somehow this mail got buried into my inbox, If Laurent can pick it that’s fine
> with me Or else Ill create a pull request for you.

Laurent picked and I applied them from his tree ;)

Regards,
Mauro

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-11-17 17:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-09 21:27 [GIT PULL FOR v4.5] Davinci staging fixes Laurent Pinchart
2015-11-17 16:29 ` Mauro Carvalho Chehab
2015-11-17 17:14   ` Lad, Prabhakar
2015-11-17 17:44     ` Mauro Carvalho Chehab

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.