mbox series

[GIT,PULL] soundwire fixes for v5.4-rc6

Message ID 20191031095307.GB2695@vkoul-mobl.Dlink (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] soundwire fixes for v5.4-rc6 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-5.4-rc6

Message

Vinod Koul Oct. 31, 2019, 9:53 a.m. UTC
Hi Greg,

Please pull to receive couple of fixes for soundwire. All these changes
have been sitting in linux-next as well

The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:

  Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-5.4-rc6

for you to fetch changes up to 7b47ad3322d114736e08cc244a84fe7af9b861f6:

  soundwire: slave: fix scanf format (2019-10-24 16:55:45 +0530)

----------------------------------------------------------------
soundwire fixes for v5.4-rc6

- Kconfig fixes to ensure soundwire is built only for ACPI and DT
  platform
- fix for intel PDI offsets and numbers
- slave scanf format fix

----------------------------------------------------------------
Bard Liao (1):
      soundwire: intel: fix intel_register_dai PDI offsets and numbers

Michal Suchanek (2):
      soundwire: depend on ACPI
      soundwire: depend on ACPI || OF

Pierre-Louis Bossart (1):
      soundwire: slave: fix scanf format

 drivers/soundwire/Kconfig | 1 +
 drivers/soundwire/intel.c | 4 ++--
 drivers/soundwire/slave.c | 3 ++-
 3 files changed, 5 insertions(+), 3 deletions(-)

Thanks

Comments

Greg KH Nov. 2, 2019, 5:16 p.m. UTC | #1
On Thu, Oct 31, 2019 at 03:23:07PM +0530, Vinod Koul wrote:
> Hi Greg,
> 
> Please pull to receive couple of fixes for soundwire. All these changes
> have been sitting in linux-next as well
> 
> The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:
> 
>   Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-5.4-rc6

Pulled and pushed out, thanks.

greg k-h