From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754792AbbISNLL (ORCPT ); Sat, 19 Sep 2015 09:11:11 -0400 Received: from lists.s-osg.org ([54.187.51.154]:38193 "EHLO lists.s-osg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752744AbbISNLJ (ORCPT ); Sat, 19 Sep 2015 09:11:09 -0400 From: Luis de Bethencourt To: linux-kernel@vger.kernel.org Cc: gregkh@linuxfoundation.org, stern@rowland.harvard.edu, nikhil.badola@freescale.com, ramneek.mehresh@freescale.com, wsa@the-dreams.de, linux@prisktech.co.nz, linux-usb@vger.kernel.org, Luis de Bethencourt Subject: [PATCH v3 0/4] usb: host: Fix module autoload for OF platform drivers Date: Sat, 19 Sep 2015 14:10:55 +0100 Message-Id: X-Mailer: git-send-email 2.5.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Resending the whole series as Greg asked, and also doing it as a thread patch series. Sorry for not doing this properly before, I'm learning the development process. I was using mutt but now I switched to git send-email. Hopefully procedure will be correct this time. These patches add the missing MODULE_DEVICE_TABLE() for OF to export the 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 (4): usb: host: ehci-spear: Fix module autoload for OF platform driver usb: host: fsl-mph-dr-of: Fix module autoload for OF platform driver usb: host: ohci-spear: Fix module autoload for OF platform driver usb: host: uhci-platform: Fix module autoload for OF platform driver drivers/usb/host/ehci-spear.c | 1 + drivers/usb/host/fsl-mph-dr-of.c | 1 + drivers/usb/host/ohci-spear.c | 1 + drivers/usb/host/uhci-platform.c | 1 + 4 files changed, 4 insertions(+) -- 2.5.1