From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH v2] PM / AVS: rockchip-io: Fix module autoload for OF platform driver Date: Mon, 12 Oct 2015 11:25:54 -0700 Message-ID: <7hlhb8djv1.fsf@deeprootsystems.com> References: <1443796077-24722-1-git-send-email-luisbg@osg.samsung.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from mail-pa0-f43.google.com ([209.85.220.43]:33138 "EHLO mail-pa0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751529AbbJLSZ4 (ORCPT ); Mon, 12 Oct 2015 14:25:56 -0400 Received: by pabrc13 with SMTP id rc13so25330356pab.0 for ; Mon, 12 Oct 2015 11:25:56 -0700 (PDT) In-Reply-To: <1443796077-24722-1-git-send-email-luisbg@osg.samsung.com> (Luis de Bethencourt's message of "Fri, 2 Oct 2015 15:27:57 +0100") Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: Luis de Bethencourt Cc: 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 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. Kevin