mbox series

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

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

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-5.3-rc5

Message

Vinod Koul Aug. 16, 2019, 9:57 a.m. UTC
Hi Greg,

We have couple of fixes queued up, please pull. Some more are in review,
will send them later.
These fixes are in linux-next as well.

The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

  Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-5.3-rc5

for you to fetch changes up to 8676b3ca4673517650fd509d7fa586aff87b3c28:

  soundwire: fix regmap dependencies and align with other serial links (2019-08-09 10:20:40 +0530)

----------------------------------------------------------------
soundwire fixes for v5.3-rc5

Pierre sent fixes which are queued now for v5.3-rc5 are:
 - regmap dependecy
 - cadence register definitions

----------------------------------------------------------------
Pierre-Louis Bossart (3):
      soundwire: cadence_master: fix register definition for SLAVE_STATE
      soundwire: cadence_master: fix definitions for INTSTAT0/1
      soundwire: fix regmap dependencies and align with other serial links

 drivers/base/regmap/Kconfig        | 2 +-
 drivers/soundwire/Kconfig          | 7 +------
 drivers/soundwire/Makefile         | 2 +-
 drivers/soundwire/cadence_master.c | 8 ++++----
 4 files changed, 7 insertions(+), 12 deletions(-)

Thanks

Comments

Greg KH Aug. 16, 2019, 10:37 a.m. UTC | #1
On Fri, Aug 16, 2019 at 03:27:09PM +0530, Vinod Koul wrote:
> Hi Greg,
> 
> We have couple of fixes queued up, please pull. Some more are in review,
> will send them later.
> These fixes are in linux-next as well.
> 
> The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:
> 
>   Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-5.3-rc5

Pulled and pushed out, thanks.

greg k-h