From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965307AbcJRWUI (ORCPT ); Tue, 18 Oct 2016 18:20:08 -0400 Received: from mail-pf0-f179.google.com ([209.85.192.179]:35712 "EHLO mail-pf0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965169AbcJRWT6 (ORCPT ); Tue, 18 Oct 2016 18:19:58 -0400 Date: Tue, 18 Oct 2016 15:19:54 -0700 From: Bjorn Andersson To: Javier Martinez Canillas Cc: linux-kernel@vger.kernel.org, Ohad Ben-Cohen , linux-remoteproc@vger.kernel.org Subject: Re: [PATCH 0/3] remoteproc: Fix module autoload for qcom platform drivers Message-ID: <20161018221954.GD19384@tuxbot> References: <1476825861-7880-1-git-send-email-javier@osg.samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1476825861-7880-1-git-send-email-javier@osg.samsung.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue 18 Oct 14:24 PDT 2016, Javier Martinez Canillas wrote: > Hello, > > I noticed that module autoload won't be working in some of the qcom > remoteproc drivers. This patch series contains the fixes for these. > Thanks for spotting this, applied all three patches. Regards, Bjorn > Best regards, > Javier > > > Javier Martinez Canillas (3): > remoteproc: qcom: q6v5_pil: Fix module autoload > remoteproc: qcom: wcnss: Fix module autoload > remoteproc: qcom: wcnss_iris: Fix module autoload > > drivers/remoteproc/qcom_q6v5_pil.c | 1 + > drivers/remoteproc/qcom_wcnss.c | 1 + > drivers/remoteproc/qcom_wcnss_iris.c | 1 + > 3 files changed, 3 insertions(+) > > -- > 2.7.4 >