All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] soundwire: filter out invalid PARITY errors
@ 2020-08-18 14:06 ` Bard Liao
  0 siblings, 0 replies; 39+ messages in thread
From: Bard Liao @ 2020-08-18 14:06 UTC (permalink / raw)
  To: alsa-devel, vkoul
  Cc: vinod.koul, linux-kernel, tiwai, broonie, gregkh, jank,
	srinivas.kandagatla, rander.wang, ranjani.sridharan, hui.wang,
	pierre-louis.bossart, sanyog.r.kale, mengdong.lin, bard.liao

Some codecs may report fake PARITY errors in the initial state. This
series will filter them out.

Pierre-Louis Bossart (7):
  soundwire: bus: use property to set interrupt masks
  soundwire: bus: filter-out unwanted interrupt reports
  soundwire: slave: add first_interrupt_done status
  soundwire: bus: use quirk to filter out invalid parity errors
  ASoC: codecs: realtek-soundwire: ignore initial PARITY errors
  soundwire: bus: export broadcast read/write capability for tests
  soundwire: cadence: add parity error injection through debugfs

 drivers/soundwire/bus.c            | 93 ++++++++++++++++++++++++------
 drivers/soundwire/bus.h            |  4 ++
 drivers/soundwire/cadence_master.c | 86 +++++++++++++++++++++++++++
 drivers/soundwire/slave.c          |  1 +
 include/linux/soundwire/sdw.h      |  9 +++
 sound/soc/codecs/max98373-sdw.c    |  3 +
 sound/soc/codecs/rt1308-sdw.c      |  3 +
 sound/soc/codecs/rt5682-sdw.c      |  5 ++
 sound/soc/codecs/rt700-sdw.c       |  5 ++
 sound/soc/codecs/rt711-sdw.c       |  5 ++
 sound/soc/codecs/rt715-sdw.c       |  5 ++
 sound/soc/codecs/wsa881x.c         |  1 +
 12 files changed, 202 insertions(+), 18 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 39+ messages in thread

end of thread, other threads:[~2020-09-09  1:59 UTC | newest]

Thread overview: 39+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-18 14:06 [PATCH 0/7] soundwire: filter out invalid PARITY errors Bard Liao
2020-08-18 14:06 ` Bard Liao
2020-08-18 14:06 ` [PATCH 1/7] soundwire: bus: use property to set interrupt masks Bard Liao
2020-08-18 14:06   ` Bard Liao
2020-08-28  6:51   ` Vinod Koul
2020-08-28  6:51     ` Vinod Koul
2020-09-08 12:05     ` Jaroslav Kysela
2020-09-08 12:05       ` Jaroslav Kysela
2020-09-08 12:11       ` Mark Brown
2020-09-08 12:11         ` Mark Brown
2020-09-08 12:28         ` Jaroslav Kysela
2020-09-08 12:28           ` Jaroslav Kysela
2020-09-08 14:33           ` Mark Brown
2020-09-08 14:33             ` Mark Brown
2020-09-08 14:43             ` Jaroslav Kysela
2020-09-08 14:43               ` Jaroslav Kysela
2020-09-09  1:58               ` Liao, Bard
2020-09-08 14:47             ` Pierre-Louis Bossart
2020-09-08 14:47               ` Pierre-Louis Bossart
2020-09-08 15:14               ` Mark Brown
2020-09-08 15:14                 ` Mark Brown
2020-09-08 15:33                 ` Pierre-Louis Bossart
2020-09-08 15:33                   ` Pierre-Louis Bossart
2020-08-18 14:06 ` [PATCH 2/7] soundwire: bus: filter-out unwanted interrupt reports Bard Liao
2020-08-18 14:06   ` Bard Liao
2020-08-18 14:06 ` [PATCH 3/7] soundwire: slave: add first_interrupt_done status Bard Liao
2020-08-18 14:06   ` Bard Liao
2020-08-18 14:06 ` [PATCH 4/7] soundwire: bus: use quirk to filter out invalid parity errors Bard Liao
2020-08-18 14:06   ` Bard Liao
2020-08-18 14:06 ` [PATCH 5/7] ASoC: codecs: realtek-soundwire: ignore initial PARITY errors Bard Liao
2020-08-18 14:06   ` Bard Liao
2020-08-19  8:39   ` Mark Brown
2020-08-19  8:39     ` Mark Brown
2020-08-18 14:06 ` [PATCH 6/7] soundwire: bus: export broadcast read/write capability for tests Bard Liao
2020-08-18 14:06   ` Bard Liao
2020-08-18 14:06 ` [PATCH 7/7] soundwire: cadence: add parity error injection through debugfs Bard Liao
2020-08-18 14:06   ` Bard Liao
2020-09-08 12:07 ` [PATCH 0/7] soundwire: filter out invalid PARITY errors Jaroslav Kysela
2020-09-08 12:07   ` Jaroslav Kysela

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.