From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753019AbbIPU4k (ORCPT ); Wed, 16 Sep 2015 16:56:40 -0400 Received: from mail-wi0-f177.google.com ([209.85.212.177]:32883 "EHLO mail-wi0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752521AbbIPU4j (ORCPT ); Wed, 16 Sep 2015 16:56:39 -0400 Date: Wed, 16 Sep 2015 22:56:36 +0200 From: Luis de Bethencourt To: linux-kernel@vger.kernel.org Cc: Dan Williams , Vinod Koul , dmaengine@vger.kernel.org Subject: [PATCH 0/6] dmaengine: Fix module autoload for OF platform drivers Message-ID: <20150916205636.GA5708@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 Hello, 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 (6): dmaengine: fsldma: Fix module autoload for OF platform driver dmaengine: moxart-dma: Fix module autoload for OF platform driver dmaengine: mpc512x: Fix module autoload for OF platform driver dmaengine: sirf: Fix module autoload for OF platform driver dmaengine: sun6i: Fix module autoload for OF platform driver dmaengine: xilinx: Fix module autoload for OF platform driver drivers/dma/fsldma.c | 1 + drivers/dma/moxart-dma.c | 1 + drivers/dma/mpc512x_dma.c | 1 + drivers/dma/sirf-dma.c | 1 + drivers/dma/sun6i-dma.c | 1 + drivers/dma/xilinx/xilinx_vdma.c | 1 + 6 files changed, 6 insertions(+) -- 2.4.6