linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jose Abreu <Jose.Abreu@synopsys.com>
To: linux-media@vger.kernel.org
Cc: hans.verkuil@cisco.com, mchehab@kernel.org,
	linux-kernel@vger.kernel.org,
	Jose Abreu <Jose.Abreu@synopsys.com>
Subject: [PATCH 0/8] Add cec_get_drvdata()
Date: Fri, 24 Mar 2017 16:47:51 +0000	[thread overview]
Message-ID: <cover.1490373499.git.joabreu@synopsys.com> (raw)

Hi,

This series introduces a new helper function called cec_get_drvdata() which
returns the adapter private data and can be used by drivers that use CEC.

Best regards,
Jose Miguel Abreu

Jose Abreu (8):
  [media] cec: Add cec_get_drvdata()
  [media] staging: st-cec: Use cec_get_drvdata()
  [media] staging: s5p-cec: Use cec_get_drvdata()
  [media] i2c: adv7511: Use cec_get_drvdata()
  [media] i2c: adv7604: Use cec_get_drvdata()
  [media] i2c: adv7842: Use cec_get_drvdata()
  [media] usb: pulse8-cec: Use cec_get_drvdata()
  [media] platform: vivid: Use cec_get_drvdata()

 drivers/media/i2c/adv7511.c               | 6 +++---
 drivers/media/i2c/adv7604.c               | 6 +++---
 drivers/media/i2c/adv7842.c               | 6 +++---
 drivers/media/platform/vivid/vivid-cec.c  | 4 ++--
 drivers/media/usb/pulse8-cec/pulse8-cec.c | 6 +++---
 drivers/staging/media/s5p-cec/s5p_cec.c   | 6 +++---
 drivers/staging/media/st-cec/stih-cec.c   | 6 +++---
 include/media/cec.h                       | 5 +++++
 8 files changed, 25 insertions(+), 20 deletions(-)

-- 
1.9.1

             reply	other threads:[~2017-03-24 16:48 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-24 16:47 Jose Abreu [this message]
2017-03-24 16:47 ` [PATCH 1/8] [media] cec: Add cec_get_drvdata() Jose Abreu
2017-03-24 16:47 ` [PATCH 2/8] [media] staging: st-cec: Use cec_get_drvdata() Jose Abreu
2017-03-28  9:17   ` Benjamin Gaignard
2017-03-28  9:41     ` Hans Verkuil
2017-03-24 16:47 ` [PATCH 3/8] [media] staging: s5p-cec: " Jose Abreu
2017-03-24 16:47 ` [PATCH 4/8] [media] i2c: adv7511: " Jose Abreu
2017-03-24 16:47 ` [PATCH 5/8] [media] i2c: adv7604: " Jose Abreu
2017-03-24 16:47 ` [PATCH 6/8] [media] i2c: adv7842: " Jose Abreu
2017-03-24 16:47 ` [PATCH 7/8] [media] usb: pulse8-cec: " Jose Abreu
2017-03-24 16:47 ` [PATCH 8/8] [media] platform: vivid: " Jose Abreu

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=cover.1490373499.git.joabreu@synopsys.com \
    --to=jose.abreu@synopsys.com \
    --cc=hans.verkuil@cisco.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).