public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/7] TDA998x CEC support
@ 2018-04-09 12:15 Russell King - ARM Linux
  2018-04-09 12:16 ` [PATCH v3 1/7] drm/i2c: tda998x: move mutex/waitqueue/timer/work init early Russell King
                   ` (7 more replies)
  0 siblings, 8 replies; 17+ messages in thread
From: Russell King - ARM Linux @ 2018-04-09 12:15 UTC (permalink / raw)
  To: Hans Verkuil; +Cc: David Airlie, dri-devel, linux-media

Hi,

This patch series adds CEC support to the DRM TDA998x driver.  The
TDA998x family of devices integrate a TDA9950 CEC at a separate I2C
address from the HDMI encoder.

Implementation of the CEC part is separate to allow independent CEC
implementations, or independent HDMI implementations (since the
TDA9950 may be a separate device.)

 .../devicetree/bindings/display/bridge/tda998x.txt |   3 +
 drivers/gpu/drm/i2c/Kconfig                        |   6 +
 drivers/gpu/drm/i2c/Makefile                       |   1 +
 drivers/gpu/drm/i2c/tda9950.c                      | 509 +++++++++++++++++++++
 drivers/gpu/drm/i2c/tda998x_drv.c                  | 242 ++++++++--
 include/linux/platform_data/tda9950.h              |  16 +
 6 files changed, 750 insertions(+), 27 deletions(-)
 create mode 100644 drivers/gpu/drm/i2c/tda9950.c
 create mode 100644 include/linux/platform_data/tda9950.h

v3: addressed most of Hans comments in v2
v2: updated DT property.
 
-- 
RMK's Patch system: http://www.armlinux.org.uk/developer/patches/
FTTC broadband for 0.8mile line in suburbia: sync at 8.8Mbps down 630kbps up
According to speedtest.net: 8.21Mbps down 510kbps up

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

end of thread, other threads:[~2018-04-24  9:57 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-09 12:15 [PATCH v3 0/7] TDA998x CEC support Russell King - ARM Linux
2018-04-09 12:16 ` [PATCH v3 1/7] drm/i2c: tda998x: move mutex/waitqueue/timer/work init early Russell King
2018-04-09 12:16 ` [PATCH v3 2/7] drm/i2c: tda998x: fix error cleanup paths Russell King
2018-04-09 12:16 ` [PATCH v3 3/7] drm/i2c: tda998x: move CEC device initialisation later Russell King
2018-04-09 12:16 ` [PATCH v3 4/7] drm/i2c: tda998x: always disable and clear interrupts at probe Russell King
2018-04-09 12:16 ` [PATCH v3 5/7] drm/i2c: tda9950: add CEC driver Russell King
2018-04-20 15:31   ` Russell King - ARM Linux
2018-04-20 15:48     ` Hans Verkuil
2018-04-20 16:07       ` Russell King - ARM Linux
2018-04-24  9:27   ` Hans Verkuil
2018-04-09 12:16 ` [PATCH v3 6/7] drm/i2c: tda998x: add CEC support Russell King
2018-04-24  9:27   ` Hans Verkuil
2018-04-09 12:16 ` [PATCH v3 7/7] dt-bindings: tda998x: add the calibration gpio Russell King
2018-04-24  9:27   ` Hans Verkuil
2018-04-24  9:29 ` [PATCH v3 0/7] TDA998x CEC support Hans Verkuil
2018-04-24  9:42   ` Russell King - ARM Linux
2018-04-24  9:57     ` Hans Verkuil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox