From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752121AbbJLSZ6 (ORCPT ); Mon, 12 Oct 2015 14:25:58 -0400 Received: from mail-pa0-f53.google.com ([209.85.220.53]:35779 "EHLO mail-pa0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751640AbbJLSZ4 (ORCPT ); Mon, 12 Oct 2015 14:25:56 -0400 From: Kevin Hilman 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 Subject: Re: [PATCH v2] PM / AVS: rockchip-io: Fix module autoload for OF platform driver References: <1443796077-24722-1-git-send-email-luisbg@osg.samsung.com> Date: Mon, 12 Oct 2015 11:25:54 -0700 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") Message-ID: <7hlhb8djv1.fsf@deeprootsystems.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.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