From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754774AbbJOAG6 (ORCPT ); Wed, 14 Oct 2015 20:06:58 -0400 Received: from v094114.home.net.pl ([79.96.170.134]:48572 "HELO v094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1753258AbbJOAG4 (ORCPT ); Wed, 14 Oct 2015 20:06:56 -0400 From: "Rafael J. Wysocki" To: Kevin Hilman Cc: Luis de Bethencourt , linux-kernel@vger.kernel.org, rafael.j.wysocki@intel.com, nm@ti.com, heiko@sntech.de, linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org Subject: Re: [PATCH v2] PM / AVS: rockchip-io: Fix module autoload for OF platform driver Date: Thu, 15 Oct 2015 02:35:39 +0200 Message-ID: <3694102.oARWiAFOaH@vostro.rjw.lan> User-Agent: KMail/4.11.5 (Linux/4.1.0-rc5+; KDE/4.11.5; x86_64; ; ) In-Reply-To: <7hlhb8djv1.fsf@deeprootsystems.com> References: <1443796077-24722-1-git-send-email-luisbg@osg.samsung.com> <7hlhb8djv1.fsf@deeprootsystems.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Monday, October 12, 2015 11:25:54 AM Kevin Hilman wrote: > Luis de Bethencourt writes: > > > This platform driver has a OF device ID table but the OF module > > alias information is not created so module autoloading won't work. > > > > Signed-off-by: Luis de Bethencourt > > Reviewed-by: Heiko Stuebner > > Acked-by: Kevin Hilman > > Rafael, feel free to apply directly. Done. Thanks, Rafael