From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752402AbbHRKYz (ORCPT ); Tue, 18 Aug 2015 06:24:55 -0400 Received: from ozlabs.org ([103.22.144.67]:48903 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752117AbbHRKYu (ORCPT ); Tue, 18 Aug 2015 06:24:50 -0400 In-Reply-To: <1438273132-20926-6-git-send-email-javier@osg.samsung.com> To: Javier Martinez Canillas , linux-kernel@vger.kernel.org From: Michael Ellerman Cc: Javier Martinez Canillas , linuxppc-dev@lists.ozlabs.org Subject: Re: [05/27] macintosh: therm_windtunnel: Export I2C module alias information Message-Id: <20150818102449.06B531406A9@ozlabs.org> Date: Tue, 18 Aug 2015 20:24:48 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2015-30-07 at 16:18:30 UTC, Javier Martinez Canillas wrote: > The I2C core always reports the MODALIAS uevent as "i2c: regardless if the driver was matched using the I2C id_table or the > of_match_table. So the driver needs to export the I2C table and this > be built into the module or udev won't have the necessary information > to auto load the correct module when the device is added. > > Signed-off-by: Javier Martinez Canillas > --- > > drivers/macintosh/therm_windtunnel.c | 1 + > 1 file changed, 1 insertion(+) Who are you expecting to merge this? cheers