Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752364AbbH0Q6D (ORCPT ); Thu, 27 Aug 2015 12:58:03 -0400 Received: from mail-wi0-f179.google.com ([209.85.212.179]:35269 "EHLO mail-wi0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750967AbbH0Q6B (ORCPT ); Thu, 27 Aug 2015 12:58:01 -0400 Date: Thu, 27 Aug 2015 18:57:58 +0200 From: Luis de Bethencourt To: linux-kernel@vger.kernel.org Cc: Dmitry Torokhov , Jingoo Han , linux-input@vger.kernel.org, Javier Martinez Canillas , Wolfram Sang Subject: [PATCH 0/6] input: Fix module autoload for OF platform driver Message-ID: <20150827165758.GA4619@goodgumbo.baconseed.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1263 Lines: 35 Hello, This series add the missing MODULE_DEVICE_TABLE() for OF to eport that information so modules have the correct aliases built-in and autoloading works correctly. A longer explanation by Javier Canillas can be found here: https://lkml.org/lkml/2015/7/30/519 Thanks, Luis Luis de Bethencourt (6) input: mms114: Fix module autoload for OF platform driver input: egalax_ts: Fix module autoload for OF platform driver input: sparcspkr: Fix module autoload for OF platform drivers input: regulator-haptic: Fix module autoload for OF platform driver input: pwm-beeper: Fix module autoload for OF platform driver input: ab8500-ponkey: Fix module autoload for OF platform driver drivers/input/misc/ab8500-ponkey.c | 2 ++ drivers/input/misc/pwm-beeper.c | 2 ++ drivers/input/misc/regulator-haptic.c | 2 ++ drivers/input/misc/sparcspkr.c | 4 ++++ drivers/input/touchscreen/egalax_ts.c | 2 ++ drivers/input/touchscreen/mms114.c | 1 + 6 files changed, 13 insertions(+) -- 2.4.6 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/