From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752614AbbHTIiT (ORCPT ); Thu, 20 Aug 2015 04:38:19 -0400 Received: from ozlabs.org ([103.22.144.67]:43281 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751807AbbHTIiQ (ORCPT ); Thu, 20 Aug 2015 04:38:16 -0400 X-powerpc-patch-notification: thanks X-powerpc-patch-commit: cb0eefcc3271ea1d370476dd29685918b99c5a9f 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: <20150820083815.1D5101402AB@ozlabs.org> Date: Thu, 20 Aug 2015 18:38:15 +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 Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/cb0eefcc3271ea1d3704 cheers