All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joao Pinto <Joao.Pinto@synopsys.com>
To: linux-kernel@vger.kernel.org
Cc: ijc+devicetree@hellion.org.uk, rmk+kernel@armlinux.org.uk,
	linux@armlinux.org.uk, liviu.dudau@arm.com,
	ryan.harkin@linaro.org, Joao Pinto <Joao.Pinto@synopsys.com>
Subject: [PATCH 0/3] tda998x: add sound support
Date: Mon, 30 May 2016 16:15:51 +0100	[thread overview]
Message-ID: <cover.1464619185.git.jpinto@synopsys.com> (raw)

This patch adds sound over HDMI feature in TDA998x.
The work was inspired in a Linaro repository:
https://git.linaro.org/kernel/linux-linaro-tracking.git/tree/4b131c9bf8af9bc7a25441251f60a8ca7fc69c07

Joao Pinto (3):
  tda998x: adding sound support
  tda998: adding sound support for Juno in the DT
  tda998: add HPD delay to avoid disabling sound when EDID checksum fails.

 arch/arm64/boot/dts/arm/juno-base.dtsi |  92 ++++++--
 drivers/gpu/drm/i2c/Makefile           |   2 +-
 drivers/gpu/drm/i2c/tda998x_codec.c    | 248 ++++++++++++++++++++++
 drivers/gpu/drm/i2c/tda998x_drv.c      | 115 +++++++---
 drivers/gpu/drm/i2c/tda998x_drv.h      |  41 ++++
 include/drm/i2c/tda998x.h              |   1 +
 6 files changed, 453 insertions(+), 46 deletions(-)
 create mode 100644 drivers/gpu/drm/i2c/tda998x_codec.c
 create mode 100644 drivers/gpu/drm/i2c/tda998x_drv.h

-- 
1.8.1.5

             reply	other threads:[~2016-05-30 15:16 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-30 15:15 Joao Pinto [this message]
2016-05-30 15:15 ` [PATCH 1/3] tda998x: adding sound support Joao Pinto
2016-05-30 15:15 ` [PATCH 2/3] tda998x: adding sound support for Juno in the DT Joao Pinto
2016-05-30 15:15 ` [PATCH 3/3] tda998x: add HPD delay to avoid disabling sound when EDID checksum fails Joao Pinto
2016-05-30 19:10   ` Russell King - ARM Linux
2016-05-31 16:58     ` Joao Pinto
2016-06-01 16:32       ` Russell King - ARM Linux
2016-06-01 16:38         ` Joao Pinto

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.1464619185.git.jpinto@synopsys.com \
    --to=joao.pinto@synopsys.com \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=liviu.dudau@arm.com \
    --cc=rmk+kernel@armlinux.org.uk \
    --cc=ryan.harkin@linaro.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.