All of lore.kernel.org
 help / color / mirror / Atom feed
From: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
To: linux-media@vger.kernel.org
Cc: linux-renesas-soc@vger.kernel.org
Subject: [PATCH 0/2] Renesas VSP1: Fix DRM API header
Date: Wed, 24 Feb 2016 23:12:08 +0200	[thread overview]
Message-ID: <1456348330-28928-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com> (raw)

Hello,

This series fixes the problem that commit 18922936dc28 ("[media] vsp1_drm.h:
add missing prototypes") tried to address. The functions has prototypes in a
different header file, to proper fix is to include that header instead of
duplicating prototypes.

Mauro, this series applies on top of the vsp1 branch, but doesn't have to be
merged into it as it's not a dependency for the DRM pull request I've sent.
I'll thus send you a normal pull request for this once the patches will be
reviewed.

Laurent Pinchart (2):
  v4l: vsp1: Fix vsp1_du_atomic_(begin|flush) declarations
  v4l: vsp1: drm: Include correct header file

 drivers/media/platform/vsp1/vsp1_drm.c |  2 +-
 drivers/media/platform/vsp1/vsp1_drm.h | 11 -----------
 include/media/vsp1.h                   |  4 ++--
 3 files changed, 3 insertions(+), 14 deletions(-)

-- 
Regards,

Laurent Pinchart


             reply	other threads:[~2016-02-24 21:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-24 21:12 Laurent Pinchart [this message]
2016-02-24 21:12 ` [PATCH 1/2] v4l: vsp1: Fix vsp1_du_atomic_(begin|flush) declarations Laurent Pinchart
2016-02-24 21:12 ` [PATCH 2/2] v4l: vsp1: drm: Include correct header file Laurent Pinchart

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1456348330-28928-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com \
    --to=laurent.pinchart+renesas@ideasonboard.com \
    --cc=linux-media@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.