Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755409AbdDDT0s (ORCPT ); Tue, 4 Apr 2017 15:26:48 -0400 Received: from ec2-52-27-115-49.us-west-2.compute.amazonaws.com ([52.27.115.49]:36696 "EHLO osg.samsung.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754888AbdDDT0q (ORCPT ); Tue, 4 Apr 2017 15:26:46 -0400 From: Javier Martinez Canillas To: linux-kernel@vger.kernel.org Cc: Javier Martinez Canillas , Jaroslav Kysela , Charles Keepax , alsa-devel@alsa-project.org, patches@opensource.wolfsonmicro.com, Mark Brown , Oder Chiou , Takashi Iwai , Liam Girdwood , Lars-Peter Clausen , Julia Lawall , Kuninori Morimoto , Bard Liao Subject: [PATCH 0/6] ASoC: Add OF device table to I2C drivers that are missing it Date: Tue, 4 Apr 2017 15:26:24 -0400 Message-Id: <20170404192630.11408-1-javier@osg.samsung.com> X-Mailer: git-send-email 2.9.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1143 Lines: 35 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: 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