public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] ASoC: Add OF device table to I2C drivers that are missing it
@ 2017-04-04 19:26 Javier Martinez Canillas
  2017-04-04 19:26 ` [PATCH 1/6] ASoc: rt5645: Add OF device ID table Javier Martinez Canillas
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Javier Martinez Canillas @ 2017-04-04 19:26 UTC (permalink / raw)
  To: linux-kernel
  Cc: Javier Martinez Canillas, Jaroslav Kysela, Charles Keepax,
	alsa-devel, patches, Mark Brown, Oder Chiou, Takashi Iwai,
	Liam Girdwood, Lars-Peter Clausen, Julia Lawall,
	Kuninori Morimoto, Bard Liao

Hello,

This series add OF device ID tables to ASoC I2C drivers whose devices are
either used in Device Tree source files or are listed in binding docs as
a compatible string.

That's done because the plan is to change the I2C core to report proper OF
modaliases instead of always reporting a MODALIAS=i2c:<foo> regardless if
a device was registered via DT or using the legacy platform data mechanism.

So these patches will make sure that ASoC I2C drivers modules will continue
to be autoloaded once the I2C core is changed to report proper OF modalias.

Best regards,
Javier


Javier Martinez Canillas (6):
  ASoc: rt5645: Add OF device ID table
  ASoC: ssm4567: Add OF device ID table
  ASoC: sta529: Add OF device ID table
  ASoC: uda1380: Add OF device ID table
  ASoC: wm8978: Add OF device ID table
  ASoC: rt5677: Add OF device ID table

 sound/soc/codecs/rt5645.c  | 10 ++++++++++
 sound/soc/codecs/rt5677.c  |  7 +++++++
 sound/soc/codecs/ssm4567.c |  9 +++++++++
 sound/soc/codecs/sta529.c  |  7 +++++++
 sound/soc/codecs/uda1380.c |  7 +++++++
 sound/soc/codecs/wm8978.c  |  7 +++++++
 6 files changed, 47 insertions(+)

-- 
2.9.3

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

end of thread, other threads:[~2017-04-05 17:34 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-04 19:26 [PATCH 0/6] ASoC: Add OF device table to I2C drivers that are missing it Javier Martinez Canillas
2017-04-04 19:26 ` [PATCH 1/6] ASoc: rt5645: Add OF device ID table Javier Martinez Canillas
2017-04-05 17:30   ` Applied "ASoc: rt5645: Add OF device ID table" to the asoc tree Mark Brown
2017-04-04 19:26 ` [PATCH 2/6] ASoC: ssm4567: Add OF device ID table Javier Martinez Canillas
2017-04-05 17:30   ` Applied "ASoC: ssm4567: Add OF device ID table" to the asoc tree Mark Brown
2017-04-04 19:26 ` [PATCH 3/6] ASoC: sta529: Add OF device ID table Javier Martinez Canillas
2017-04-05 17:30   ` Applied "ASoC: sta529: Add OF device ID table" to the asoc tree Mark Brown
2017-04-04 19:26 ` [PATCH 4/6] ASoC: uda1380: Add OF device ID table Javier Martinez Canillas
2017-04-05 17:30   ` Applied "ASoC: uda1380: Add OF device ID table" to the asoc tree Mark Brown
2017-04-04 19:26 ` [PATCH 5/6] ASoC: wm8978: Add OF device ID table Javier Martinez Canillas
2017-04-05  8:51   ` Charles Keepax
2017-04-05 17:30   ` Applied "ASoC: wm8978: Add OF device ID table" to the asoc tree Mark Brown
2017-04-04 19:26 ` [PATCH 6/6] ASoC: rt5677: Add OF device ID table Javier Martinez Canillas
2017-04-05 17:30   ` Applied "ASoC: rt5677: Add OF device ID table" to the asoc tree Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox