From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755221AbbJACEZ (ORCPT ); Wed, 30 Sep 2015 22:04:25 -0400 Received: from mga01.intel.com ([192.55.52.88]:41354 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751931AbbJACEW (ORCPT ); Wed, 30 Sep 2015 22:04:22 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,615,1437462000"; d="scan'208";a="781455305" Date: Thu, 1 Oct 2015 07:37:16 +0530 From: Vinod Koul To: Luis de Bethencourt Cc: linux-kernel@vger.kernel.org, Dan Williams , dmaengine@vger.kernel.org Subject: Re: [PATCH 0/6] dmaengine: Fix module autoload for OF platform drivers Message-ID: <20151001020716.GC11757@localhost> References: <20150916205636.GA5708@goodgumbo.baconseed.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150916205636.GA5708@goodgumbo.baconseed.org> 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 On Wed, Sep 16, 2015 at 10:56:36PM +0200, Luis de Bethencourt wrote: > 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. Applied all. Also please fix the way you send patch series, the threading was broken for this series so I had to search for the 6 patches. Usually one should rely on git send email to do right thing! -- ~Vinod