mbox series

[GIT,PULL] : Second soundwire updates

Message ID 20190502165636.GU3845@vkoul-mobl.Dlink (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] : Second soundwire updates | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-5.2-rc1_2

Message

Vinod Koul May 2, 2019, 4:56 p.m. UTC
Hi Greg,

As discussed here is the second soundwire PULL request for v5.2-rc1.

The following changes since commit 4abbd783d126cabfc20d1b8d50b1d5026b5cba09:

  soundwire: intel: fix implicit header use of module.h/export.h (2019-04-14 15:52:50 +0530)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-5.2-rc1_2

for you to fetch changes up to f3ed52bc798d7a5bc229d62374bf24173498092b:

  soundwire: remove multiple blank lines (2019-05-02 22:12:26 +0530)

----------------------------------------------------------------
2nd soundwire updates for v5.2-rc1

This includes
 - the code cleanup series from Pierre
 - subsequent cleanups from me

----------------------------------------------------------------
Pierre-Louis Bossart (27):
      soundwire: Kconfig: fix help format
      soundwire: bus: fix alignment issues
      soundwire: bus: fix typos in comments
      soundwire: bus: fix boolean comparisons
      soundwire: bus: remove spurious newline
      soundwire: bus_type: fix alignment issues
      soundwire: mipi_disco: fix alignment issues
      soundwire: mipi_disco: fix boolean comparisons
      soundwire: stream: fix alignment issues
      soundwire: slave: fix alignment issues
      soundwire: intel_init: fix alignment issues
      soundwire: intel: fix alignment issues
      soundwire: intel: protect macro parameters
      soundwire: intel: fix boolean comparison
      soundwire: cadence_master: fix alignment issues
      soundwire: cadence_master: balance parentheses
      soundwire: cadence_master: fix boolean comparisons
      soundwire: cadence_master: remove spurious newline
      soundwire: fix SPDX license for header files
      soundwire: cadence: fix SPDX license for header files
      soundwire: intel: fix SPDX license for header files
      soundwire: fix alignment issues in header files
      soundwire: cadence: fix alignment issues in header files
      soundwire: bus: remove useless parentheses
      soundwire: add missing newlines in dynamic debug logs
      soundwire: cadence: add missing newlines in dynamic debug logs
      soundwire: intel: add missing newlines in dynamic debug logs

Vinod Koul (14):
      soundwire: fix kconfig help format
      soundwire: fix SPDX license for header files
      soundwire: intel: fix SPDX license for header file
      soundwire: remove empty line before/after braces
      soundwire: cadence: remove empty line after braces
      soundwire: intel: remove empty line after braces
      soundwire: add argument to function definition
      soundwire: more alignment fixes
      soundwire: intel: more alignment fixes
      soundwire: avoid multiple assignments
      soundwire: fix more typos
      soundwire: wrap macro argument in parenthesis
      soundwire: add a blank line between functions
      soundwire: remove multiple blank lines

 drivers/soundwire/Kconfig               |   4 +-
 drivers/soundwire/bus.c                 | 150 ++++++++---------
 drivers/soundwire/bus.h                 |  16 +-
 drivers/soundwire/bus_type.c            |   4 +-
 drivers/soundwire/cadence_master.c      | 100 +++++------
 drivers/soundwire/cadence_master.h      |  22 +--
 drivers/soundwire/intel.c               | 135 ++++++++-------
 drivers/soundwire/intel.h               |   4 +-
 drivers/soundwire/intel_init.c          |  13 +-
 drivers/soundwire/mipi_disco.c          | 122 +++++++-------
 drivers/soundwire/slave.c               |  10 +-
 drivers/soundwire/stream.c              | 283 ++++++++++++++++----------------
 include/linux/soundwire/sdw.h           |  16 +-
 include/linux/soundwire/sdw_intel.h     |   6 +-
 include/linux/soundwire/sdw_registers.h |   5 +-
 include/linux/soundwire/sdw_type.h      |   6 +-
 16 files changed, 449 insertions(+), 447 deletions(-)

Thanks

Comments

Greg Kroah-Hartman May 2, 2019, 5:09 p.m. UTC | #1
On Thu, May 02, 2019 at 10:26:36PM +0530, Vinod Koul wrote:
> Hi Greg,
> 
> As discussed here is the second soundwire PULL request for v5.2-rc1.
> 
> The following changes since commit 4abbd783d126cabfc20d1b8d50b1d5026b5cba09:
> 
>   soundwire: intel: fix implicit header use of module.h/export.h (2019-04-14 15:52:50 +0530)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-5.2-rc1_2

I just did a pull, and a diff, and got nothing:
	$ git diff work-testing..HEAD
	$

So what I currently have in my char-misc work-testing branch is
identical to your branch.  So if you were to rebase, you would have a
"clean" tree.

So I'll just keep what I have already, as this way, everything has my
signed-off-by on them, as I did take the time to review them all :)

thanks,

greg k-h