[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190408200501.9610-1-pierre-louis.bossart@linux.intel.com>
Date: Mon, 8 Apr 2019 15:04:57 -0500
From: Pierre-Louis Bossart <pierre-louis.bossart@...ux.intel.com>
To: alsa-devel@...a-project.org
Cc: linux-kernel@...r.kernel.org, tiwai@...e.de, broonie@...nel.org,
vkoul@...nel.org, gregkh@...uxfoundation.org,
liam.r.girdwood@...ux.intel.com, jank@...ence.com, joe@...ches.com,
srinivas.kandagatla@...aro.org,
Pierre-Louis Bossart <pierre-louis.bossart@...ux.intel.com>
Subject: [PATCH v2 0/4] soundwire: code cleanup
SoundWire support will be provided in Linux with the Sound Open
Firmware (SOF) on Intel platforms. Before we start adding the missing
pieces, there are a number of warnings and style issues reported by
checkpatch, cppcheck and Coccinelle that need to be cleaned-up.
Changes since v1:
added missing newlines in new patch (suggested by Joe Perches)
Pierre-Louis Bossart (4):
soundwire: fix style issues
soundwire: bus: remove useless initializations
soundwire: stream: remove useless initialization of local variable
soundwire: add missing newlines in dynamic debug logs
drivers/soundwire/Kconfig | 2 +-
drivers/soundwire/bus.c | 137 ++++++++-------
drivers/soundwire/bus.h | 16 +-
drivers/soundwire/bus_type.c | 4 +-
drivers/soundwire/cadence_master.c | 99 +++++------
drivers/soundwire/cadence_master.h | 22 +--
drivers/soundwire/intel.c | 101 ++++++-----
drivers/soundwire/intel.h | 4 +-
drivers/soundwire/intel_init.c | 12 +-
drivers/soundwire/mipi_disco.c | 116 +++++++------
drivers/soundwire/slave.c | 10 +-
drivers/soundwire/stream.c | 267 +++++++++++++++--------------
12 files changed, 403 insertions(+), 387 deletions(-)
--
2.17.1
Powered by blists - more mailing lists