From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id F1332C4727E for ; Thu, 1 Oct 2020 15:57:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BD27D20872 for ; Thu, 1 Oct 2020 15:57:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601567842; bh=88TimvFIDpE/EXN2SuKN5wvVnaahwbSobcreM/XHuIA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=n7YxxGGGylpr42D+9raavzZx/MN0jkcH3l03+QNPCq+ntkBaAi9XhsOxBsd9VaPE+ lmeMwt7sdmKT4Rl4hnsU07gycFuylJDlIBTNPFU0H2WJJYihmUy+ziWmViY0LF+Kae n51MT2bv5yq9IezXwlXVo5MAM2qqQQc/8MWEBKI4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732242AbgJAP5W (ORCPT ); Thu, 1 Oct 2020 11:57:22 -0400 Received: from mail.kernel.org ([198.145.29.99]:59948 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732213AbgJAP5W (ORCPT ); Thu, 1 Oct 2020 11:57:22 -0400 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id E5DC420759; Thu, 1 Oct 2020 15:57:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601567840; bh=88TimvFIDpE/EXN2SuKN5wvVnaahwbSobcreM/XHuIA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=xhMJFOUnIYdeRHwfv4I5B4y0/BGIk7VILVt99QhcP+HMRR0zevySj/C2yjsdvHZ7L DadE0GWYU1GjMM4vg0zM1iglNh6x9yLFbRI2JMDdz/v1dHOzMgCkZX1hstMkic35Iw Yp1GfA3rJqHHmzQ/IMWPt1L54WAiwQd31B7+IjDo= Date: Thu, 1 Oct 2020 17:57:21 +0200 From: Greg KH To: Lina Iyer Cc: bjorn.andersson@linaro.org, agross@kernel.org, linux-arm-msm@vger.kernel.org, mkshah@codeaurora.org, John Stultz Subject: Re: [PATCH v3] soc: qcom: cmd-db: allow loading as a module Message-ID: <20201001155721.GA3046334@kroah.com> References: <20201001154144.5226-1-ilina@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201001154144.5226-1-ilina@codeaurora.org> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Thu, Oct 01, 2020 at 09:41:44AM -0600, Lina Iyer wrote: > This patch enables Command DB driver to be loaded as a module. Command > DB is inherent to RPMH interaction and as such would never be unloaded. > Add supress_bind_attrs to make it a permanently loaded module. > > Reviewed-by: John Stultz > Tested-by: John Stultz > Signed-off-by: Lina Iyer > --- > Changes in v3: > - Update copyright, suggested by Greg K-H I did not say to update the copyright, I said if you were going to update it, to do so properly :) Anyway, tiny issue. Reviewed-by: Greg Kroah-Hartman