From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934868AbcJRVCB (ORCPT ); Tue, 18 Oct 2016 17:02:01 -0400 Received: from ec2-52-27-115-49.us-west-2.compute.amazonaws.com ([52.27.115.49]:43311 "EHLO s-opensource.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933707AbcJRVB7 (ORCPT ); Tue, 18 Oct 2016 17:01:59 -0400 From: Javier Martinez Canillas To: linux-kernel@vger.kernel.org Cc: Javier Martinez Canillas , Baruch Siach , Wolfram Sang , linux-arm-kernel@lists.infradead.org, linux-i2c@vger.kernel.org Subject: [PATCH 0/4] i2c: Fix module autoload for some i2c busses platform drivers Date: Tue, 18 Oct 2016 18:01:44 -0300 Message-Id: <1476824508-4679-1-git-send-email-javier@osg.samsung.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello Wolfram, I noticed that module autoload won't be working in some of the i2c busses drivers. This patch series contains the fixes for these. Best regards, Javier Javier Martinez Canillas (4): i2c: jz4780: Fix module autoload i2c: xlp9xx: Fix module autoload i2c: xlr: Fix module autoload for OF registration i2c: digicolor: Fix module autoload drivers/i2c/busses/i2c-digicolor.c | 1 + drivers/i2c/busses/i2c-jz4780.c | 1 + drivers/i2c/busses/i2c-xlp9xx.c | 1 + drivers/i2c/busses/i2c-xlr.c | 1 + 4 files changed, 4 insertions(+) -- 2.7.4 From mboxrd@z Thu Jan 1 00:00:00 1970 From: javier@osg.samsung.com (Javier Martinez Canillas) Date: Tue, 18 Oct 2016 18:01:44 -0300 Subject: [PATCH 0/4] i2c: Fix module autoload for some i2c busses platform drivers Message-ID: <1476824508-4679-1-git-send-email-javier@osg.samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hello Wolfram, I noticed that module autoload won't be working in some of the i2c busses drivers. This patch series contains the fixes for these. Best regards, Javier Javier Martinez Canillas (4): i2c: jz4780: Fix module autoload i2c: xlp9xx: Fix module autoload i2c: xlr: Fix module autoload for OF registration i2c: digicolor: Fix module autoload drivers/i2c/busses/i2c-digicolor.c | 1 + drivers/i2c/busses/i2c-jz4780.c | 1 + drivers/i2c/busses/i2c-xlp9xx.c | 1 + drivers/i2c/busses/i2c-xlr.c | 1 + 4 files changed, 4 insertions(+) -- 2.7.4