mbox series

[GIT,PULL,FOR,renesas-drivers] pinchartl-media/v4l2/vsp1/next

Message ID 20180914205007.12905-1-kieran.bingham+renesas@ideasonboard.com (mailing list archive)
State Accepted
Delegated to: Geert Uytterhoeven
Headers show
Series [GIT,PULL,FOR,renesas-drivers] pinchartl-media/v4l2/vsp1/next | expand

Pull-request

git://linuxtv.org/pinchartl/media.git pinchartl-media/v4l2/vsp1/next

Message

Kieran Bingham Sept. 14, 2018, 8:50 p.m. UTC
Hi Geert,

Please consider including this release in renesas-drivers.

--
Regards

Kieran

The following changes since commit 78cf8c842c111df656c63b5d04997ea4e40ef26a:

  media: drxj: fix spelling mistake in fall-through annotations (2018-09-12 11:21:52 -0400)

are available in the Git repository at:

  git://linuxtv.org/pinchartl/media.git pinchartl-media/v4l2/vsp1/next

for you to fetch changes up to 4a6fcd855184d0d928bb833f1062bd19a0c9b57a:

  media: vsp1: Document max_width restriction on UDS (2018-09-14 17:35:25 +0300)

----------------------------------------------------------------
Kieran Bingham (5):
      MAINTAINERS: VSP1: Add co-maintainer
      media: vsp1: Remove artificial minimum width/height limitation
      media: vsp1: use periods at the end of comment sentences
      media: vsp1: Document max_width restriction on SRU
      media: vsp1: Document max_width restriction on UDS

Koji Matsuoka (1):
      media: vsp1: Fix YCbCr planar formats pitch calculation

Laurent Pinchart (2):
      media: vsp1: Fix vsp1_regs.h license header
      media: vsp1: Update LIF buffer thresholds

 MAINTAINERS                               |  1 +
 drivers/media/platform/vsp1/vsp1_brx.c    |  4 ++--
 drivers/media/platform/vsp1/vsp1_drm.c    | 11 ++++++++++-
 drivers/media/platform/vsp1/vsp1_drv.c    |  6 +++---
 drivers/media/platform/vsp1/vsp1_entity.c |  2 +-
 drivers/media/platform/vsp1/vsp1_lif.c    | 29 +++++++++++++++++++++++++----
 drivers/media/platform/vsp1/vsp1_regs.h   |  2 +-
 drivers/media/platform/vsp1/vsp1_rpf.c    |  4 ++--
 drivers/media/platform/vsp1/vsp1_sru.c    |  7 ++++++-
 drivers/media/platform/vsp1/vsp1_uds.c    | 14 +++++++++++---
 drivers/media/platform/vsp1/vsp1_video.c  |  9 +++------
 drivers/media/platform/vsp1/vsp1_wpf.c    |  2 +-
 include/media/vsp1.h                      |  2 +-
 13 files changed, 67 insertions(+), 26 deletions(-)

Comments

Kieran Bingham Sept. 14, 2018, 9:04 p.m. UTC | #1
Hi Geert,

On 14/09/18 21:50, Kieran Bingham wrote:
> Hi Geert,
> 
> Please consider including this release in renesas-drivers.
> 
> --
> Regards
> 
> Kieran
> 
> The following changes since commit 78cf8c842c111df656c63b5d04997ea4e40ef26a:
> 
>   media: drxj: fix spelling mistake in fall-through annotations (2018-09-12 11:21:52 -0400)
> 
> are available in the Git repository at:
> 
>   git://linuxtv.org/pinchartl/media.git pinchartl-media/v4l2/vsp1/next

Sorry - my local reference to laurent's branch snuck in there.

This should of course be:

   git://linuxtv.org/pinchartl/media.git v4l2/vsp1/next

> 
> for you to fetch changes up to 4a6fcd855184d0d928bb833f1062bd19a0c9b57a:
> 
>   media: vsp1: Document max_width restriction on UDS (2018-09-14 17:35:25 +0300)
> 
> ----------------------------------------------------------------
> Kieran Bingham (5):
>       MAINTAINERS: VSP1: Add co-maintainer
>       media: vsp1: Remove artificial minimum width/height limitation
>       media: vsp1: use periods at the end of comment sentences
>       media: vsp1: Document max_width restriction on SRU
>       media: vsp1: Document max_width restriction on UDS
> 
> Koji Matsuoka (1):
>       media: vsp1: Fix YCbCr planar formats pitch calculation
> 
> Laurent Pinchart (2):
>       media: vsp1: Fix vsp1_regs.h license header
>       media: vsp1: Update LIF buffer thresholds
> 
>  MAINTAINERS                               |  1 +
>  drivers/media/platform/vsp1/vsp1_brx.c    |  4 ++--
>  drivers/media/platform/vsp1/vsp1_drm.c    | 11 ++++++++++-
>  drivers/media/platform/vsp1/vsp1_drv.c    |  6 +++---
>  drivers/media/platform/vsp1/vsp1_entity.c |  2 +-
>  drivers/media/platform/vsp1/vsp1_lif.c    | 29 +++++++++++++++++++++++++----
>  drivers/media/platform/vsp1/vsp1_regs.h   |  2 +-
>  drivers/media/platform/vsp1/vsp1_rpf.c    |  4 ++--
>  drivers/media/platform/vsp1/vsp1_sru.c    |  7 ++++++-
>  drivers/media/platform/vsp1/vsp1_uds.c    | 14 +++++++++++---
>  drivers/media/platform/vsp1/vsp1_video.c  |  9 +++------
>  drivers/media/platform/vsp1/vsp1_wpf.c    |  2 +-
>  include/media/vsp1.h                      |  2 +-
>  13 files changed, 67 insertions(+), 26 deletions(-)
>
Geert Uytterhoeven Sept. 17, 2018, 7:36 a.m. UTC | #2
Hi Kieran,

On Fri, Sep 14, 2018 at 11:04 PM Kieran Bingham
<kieran.bingham@ideasonboard.com> wrote:
> On 14/09/18 21:50, Kieran Bingham wrote:
> > Please consider including this release in renesas-drivers.

> > The following changes since commit 78cf8c842c111df656c63b5d04997ea4e40ef26a:
> >
> >   media: drxj: fix spelling mistake in fall-through annotations (2018-09-12 11:21:52 -0400)
> >
> > are available in the Git repository at:
> >
> >   git://linuxtv.org/pinchartl/media.git pinchartl-media/v4l2/vsp1/next
>
> Sorry - my local reference to laurent's branch snuck in there.
>
> This should of course be:
>
>    git://linuxtv.org/pinchartl/media.git v4l2/vsp1/next

Thanks, merges cleanly into next-20180913.

> > for you to fetch changes up to 4a6fcd855184d0d928bb833f1062bd19a0c9b57a:

However, the above commit hash doesn't match? The diffstat below does.
So far for sending other people's pull requests? ;-)

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds