From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-io0-f194.google.com ([209.85.223.194]:33915 "EHLO mail-io0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754160AbcB2S4v convert rfc822-to-8bit (ORCPT ); Mon, 29 Feb 2016 13:56:51 -0500 Received: by mail-io0-f194.google.com with SMTP id l127so14573177iof.1 for ; Mon, 29 Feb 2016 10:56:51 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1456104396-13282-2-git-send-email-emilio@elopez.com.ar> References: <1456104396-13282-1-git-send-email-emilio@elopez.com.ar> <1456104396-13282-2-git-send-email-emilio@elopez.com.ar> Date: Mon, 29 Feb 2016 15:56:50 -0300 Message-ID: Subject: Re: [PATCH 2/3] dmaengine: sun4i: support module autoloading From: Javier Martinez Canillas To: =?UTF-8?Q?Emilio_L=C3=B3pez?= Cc: Vinod Koul , Maxime Ripard , Chen-Yu Tsai , Mauro Carvalho Chehab , balbi@kernel.org, Hans de Goede , dmaengine@vger.kernel.org, =?UTF-8?Q?Emilio_L=C3=B3pez?= , USB list , "linux-arm-kernel@lists.infradead.org" , Linux Media Mailing List Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-media-owner@vger.kernel.org List-ID: Hello Emilio, On Sun, Feb 21, 2016 at 10:26 PM, Emilio López wrote: > From: Emilio López > > MODULE_DEVICE_TABLE() is missing, so the module isn't auto-loading on > supported systems. This commit adds the missing line so it loads > automatically when building it as a module and running on a system > with the early sunxi DMA engine. > > Signed-off-by: Emilio López > --- Reviewed-by: Javier Martinez Canillas Best regards, Javier