All of lore.kernel.org
 help / color / mirror / Atom feed
From: Russell King <rmk@armlinux.org.uk>
To: David Airlie <airlied@linux.ie>
Cc: dri-devel@lists.freedesktop.org
Subject: [GIT PULL] TDA998x I2C driver development updates
Date: Tue, 22 Nov 2016 10:48:37 +0000	[thread overview]
Message-ID: <20161122104837.GA25807@rmk-PC.arm.linux.org.uk> (raw)

David,

Please incorporate the latest TDA998x I2C driver development updates,
which can be found at:

  git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-devel

with SHA1 9b2502b6ebc632ff49743b3639ea12d4f08808a5.

These updates:
* improve the robustness of the driver wrt races
* improve the compliance for sending infoframes and audio
* re-organise the function order in the driver to group like functions
  together.  (This unfortunately causes a conflict with the change in
  drm-misc, but it should be trivial to solve, although it looks more
  scarey than it really is - sfr has already sent two reports about
  this, one earlier today.)
* simplify tda998x_audio_get_eld and DPMS handling
* power down sections of the chip that we never use
* add some initial preparation for supporting the CEC driver

This will update the following files:

 drivers/gpu/drm/i2c/tda998x_drv.c | 953 ++++++++++++++++++++------------------
 1 file changed, 503 insertions(+), 450 deletions(-)

through these changes:

Colin Ian King (1):
      drm/i2c: tda998x: fix spelling mistake

Russell King (16):
      drm/i2c: tda998x: move audio mutex initialisation
      drm/i2c: tda998x: avoid race in tda998x_encoder_mode_set()
      drm/i2c: tda998x: avoid racy access to mode clock
      drm/i2c: tda998x: avoid race when programming audio
      drm/i2c: tda998x: only configure infoframes and audio if supported
      drm/i2c: tda998x: only enable audio if supported by sink
      drm/i2c: tda998x: correct function name in comments
      drm/i2c: tda998x: move and rename tda998x_encoder_set_config()
      drm/i2c: tda998x: group connector functions and funcs together
      drm/i2c: tda998x: separate connector initialisation
      drm/i2c: tda998x: group audio functions together
      drm/i2c: tda998x: remove complexity from tda998x_audio_get_eld()
      drm/i2c: tda998x: switch to boolean is_on
      drm/i2c: tda998x: power down pre-filter and color conversion
      drm/i2c: tda998x: allow interrupt to be shared
      drm/i2c: tda998x: allow sharing of the CEC device accesses

Many thanks.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

             reply	other threads:[~2016-11-22 10:48 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-22 10:48 Russell King [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-08-02  9:34 [GIT PULL] TDA998x I2C driver development updates Russell King
2018-08-07  9:35 ` Russell King - ARM Linux
2016-09-09 16:16 Russell King
2015-12-22 16:38 Russell King
2015-10-14 16:41 Russell King
2015-05-28  9:33 Russell King
2015-05-09 13:32 Russell King

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=20161122104837.GA25807@rmk-PC.arm.linux.org.uk \
    --to=rmk@armlinux.org.uk \
    --cc=airlied@linux.ie \
    --cc=dri-devel@lists.freedesktop.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.