All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/3] Match data improvements for wm8580 driver
@ 2023-09-01  6:59 Biju Das
  2023-09-01  6:59 ` [PATCH v4 1/3] ASoC: wm8580: Simplify probe() Biju Das
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Biju Das @ 2023-09-01  6:59 UTC (permalink / raw)
  To: Jaroslav Kysela, Takashi Iwai
  Cc: Biju Das, Liam Girdwood, Mark Brown, Charles Keepax,
	Uwe Kleine-König, Andy Shevchenko, patches, alsa-devel,
	linux-kernel, Biju Das

This patch series aims to add match data improvements for wm8580 driver.

This patch series is only compile tested.

v3->v4:
 * Created patch#2 for removing trailing comma in the terminator entry
   for OF table.
v2->v3:
 * Added Rb tag from Andy.
 * Restored OF table postion and moved in patch#2
 * Moved OF table near to the user.
v1->v2:
 * Added Ack from Charles Keepax.
 * Removed comma in the terminator entry.
 * Restored original error code -EINVAL

Biju Das (3):
  ASoC: wm8580: Simplify probe()
  ASoC: wm8580: Remove trailing comma in the terminator entry
  ASoC: wm8580: Move OF table

 sound/soc/codecs/wm8580.c | 26 ++++++++++----------------
 1 file changed, 10 insertions(+), 16 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2023-09-12  0:07 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-01  6:59 [PATCH v4 0/3] Match data improvements for wm8580 driver Biju Das
2023-09-01  6:59 ` [PATCH v4 1/3] ASoC: wm8580: Simplify probe() Biju Das
2023-09-01  6:59 ` [PATCH v4 2/3] ASoC: wm8580: Remove trailing comma in the terminator entry Biju Das
2023-09-01  8:18   ` Charles Keepax
2023-09-01  8:53   ` Andy Shevchenko
2023-09-01 12:54     ` Mark Brown
2023-09-01 13:19       ` Andy Shevchenko
2023-09-01 13:33         ` Mark Brown
2023-09-01  6:59 ` [PATCH v4 3/3] ASoC: wm8580: Move OF table Biju Das
2023-09-01  8:18   ` Charles Keepax
2023-09-11 23:57 ` [PATCH v4 0/3] Match data improvements for wm8580 driver Mark Brown

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.