All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vinod Koul <vkoul@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: LKML <linux-kernel@vger.kernel.org>
Subject: SoundWire subsystem updates for v6.14
Date: Thu, 30 Jan 2025 00:09:42 +0530	[thread overview]
Message-ID: <Z5p17orwbsXaqeNj@vaman> (raw)

[-- Attachment #1: Type: text/plain, Size: 2832 bytes --]

Hello again,

Please pull the last one in the set to receive updates for soundwire
subsystem. This includes the big multi-lane support

The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:

  Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-6.14-rc1

for you to fetch changes up to 74148bb59e2064b87eb1715d9eb109adccb75316:

  soundwire: amd: clear wake enable register for power off mode (2024-12-23 12:01:13 +0530)

----------------------------------------------------------------
soundwire updates for 6.14

 - SoundWire multi lane support to use multiple lanes if supported
 - Stream handling of DEPREPARED state
 - amd wake register programming for power off mode

----------------------------------------------------------------
Bard Liao (12):
      soundwire: add lane field in sdw_port_runtime
      soundwire: mipi_disco: read lane mapping properties from ACPI
      soundwire: add lane_used_bandwidth in struct sdw_bus
      Soundwire: add sdw_slave_get_scale_index helper
      Soundwire: stream: program BUSCLOCK_SCALE
      Soundwire: generic_bandwidth_allocation: set frame shape on fly
      soundwire: generic_bandwidth_allocation: correct clk_freq check in sdw_select_row_col
      soundwire: generic_bandwidth_allocation: check required freq accurately
      soundwire: generic_bandwidth_allocation: select data lane
      soundwire: generic_bandwidth_allocation: add lane in sdw_group_params
      SoundWire: pass stream to compute_params()
      soundwire: generic_bandwidth_allocation: count the bandwidth of active streams only

Charles Keepax (1):
      soundwire: bus: Move irq mapping cleanup into devres

Pierre-Louis Bossart (2):
      soundwire: stream: set DEPREPARED state earlier
      soundwire: generic_bandwidth_allocation: skip DEPREPARED streams

Vijendar Mukunda (1):
      soundwire: amd: clear wake enable register for power off mode

 drivers/soundwire/amd_manager.c                  |   5 +-
 drivers/soundwire/bus.c                          |  65 +++--
 drivers/soundwire/bus.h                          |   3 +
 drivers/soundwire/bus_type.c                     |   3 -
 drivers/soundwire/generic_bandwidth_allocation.c | 316 +++++++++++++++++++----
 drivers/soundwire/irq.c                          |  12 +-
 drivers/soundwire/irq.h                          |   5 -
 drivers/soundwire/mipi_disco.c                   |  40 ++-
 drivers/soundwire/qcom.c                         |   2 +-
 drivers/soundwire/stream.c                       |  71 ++++-
 include/linux/soundwire/sdw.h                    | 154 +++++------
 11 files changed, 513 insertions(+), 163 deletions(-)

-- 
~Vinod

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

                 reply	other threads:[~2025-01-29 18:39 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=Z5p17orwbsXaqeNj@vaman \
    --to=vkoul@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.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.