From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751351AbbGaA6X (ORCPT ); Thu, 30 Jul 2015 20:58:23 -0400 Received: from bh-25.webhostbox.net ([208.91.199.152]:49506 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750884AbbGaA6V (ORCPT ); Thu, 30 Jul 2015 20:58:21 -0400 Message-ID: <55BAC827.2030400@roeck-us.net> Date: Thu, 30 Jul 2015 17:58:15 -0700 From: Guenter Roeck User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 MIME-Version: 1.0 To: Javier Martinez Canillas , linux-kernel@vger.kernel.org CC: Jean Delvare , lm-sensors@lm-sensors.org Subject: Re: [lm-sensors] [PATCH 14/27] hwmon: (nct7904) Export I2C module alias information References: <1438273132-20926-1-git-send-email-javier@osg.samsung.com> <1438273132-20926-15-git-send-email-javier@osg.samsung.com> In-Reply-To: <1438273132-20926-15-git-send-email-javier@osg.samsung.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated_sender: linux@roeck-us.net X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bh-25.webhostbox.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roeck-us.net X-Get-Message-Sender-Via: bh-25.webhostbox.net: authenticated_id: linux@roeck-us.net X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/30/2015 09:18 AM, 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 Applied. Thanks, Guenter