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.5 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS 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 9B183C433DF for ; Fri, 21 Aug 2020 09:09:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6F30320720 for ; Fri, 21 Aug 2020 09:09:58 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=mg.codeaurora.org header.i=@mg.codeaurora.org header.b="l0MQpjBv" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728270AbgHUJJ5 (ORCPT ); Fri, 21 Aug 2020 05:09:57 -0400 Received: from mail29.static.mailgun.info ([104.130.122.29]:49110 "EHLO mail29.static.mailgun.info" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725806AbgHUJJ4 (ORCPT ); Fri, 21 Aug 2020 05:09:56 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1598000996; h=Message-ID: References: In-Reply-To: Subject: Cc: To: From: Date: Content-Transfer-Encoding: Content-Type: MIME-Version: Sender; bh=DKbT5SYW9YuDWZyzPT6+7oVs0JXbbl+H8yc/pdhTi9M=; b=l0MQpjBvDtUagDl4DO/Y+nKfAvl0zmUgCcszEY+0DqqaaMU5KHS2b288xiUs6aV1RDO41Jau pv+qvWGIpiqAd3nb2DEBYabsjxYso1jHQkbw1rYf6z7eoFl86wq9zPYL7ln9SqL/ShdOxDTO iFNz14gnpPCK90DOjR+MB+fXjis= X-Mailgun-Sending-Ip: 104.130.122.29 X-Mailgun-Sid: WyI0MWYwYSIsICJsaW51eC1rZXJuZWxAdmdlci5rZXJuZWwub3JnIiwgImJlOWU0YSJd Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by smtp-out-n04.prod.us-east-1.postgun.com with SMTP id 5f3f8f567eb4541d939de9ed (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Fri, 21 Aug 2020 09:09:42 GMT Received: by smtp.codeaurora.org (Postfix, from userid 1001) id CB735C433AF; Fri, 21 Aug 2020 09:09:40 +0000 (UTC) Received: from mail.codeaurora.org (localhost.localdomain [127.0.0.1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: saiprakash.ranjan) by smtp.codeaurora.org (Postfix) with ESMTPSA id 4F427C433CA; Fri, 21 Aug 2020 09:09:39 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 21 Aug 2020 14:39:39 +0530 From: Sai Prakash Ranjan To: Tingwei Zhang Cc: Mathieu Poirier , Suzuki K Poulose , Alexander Shishkin , Mike Leach , tsoni@codeaurora.org, Kim Phillips , kernel test robot , Mao Jinlong , Greg Kroah-Hartman , coresight@lists.linaro.org, Randy Dunlap , Mian Yousaf Kaukab , Russell King , linux-kernel@vger.kernel.org, Leo Yan , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v10 14/24] coresight: allow funnel driver to be built as module In-Reply-To: <20200821034445.967-15-tingwei@codeaurora.org> References: <20200821034445.967-1-tingwei@codeaurora.org> <20200821034445.967-15-tingwei@codeaurora.org> Message-ID: <472632ddb17ef8f26645d27b1661c96e@codeaurora.org> X-Sender: saiprakash.ranjan@codeaurora.org User-Agent: Roundcube Webmail/1.3.9 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2020-08-21 09:14, Tingwei Zhang wrote: > From: Kim Phillips > > Allow to build coresight-funnel as module, for ease of development. > > - combine static and dynamic funnel init into single > module_init/exit call > - add funnel_remove functions, for module unload > - add a MODULE_DEVICE_TABLE for autoloading on boot > > Cc: Mathieu Poirier > Cc: Leo Yan > Cc: Alexander Shishkin > Cc: Randy Dunlap > Cc: Suzuki K Poulose > Cc: Greg Kroah-Hartman > Cc: Russell King > Co-developed-by: Mian Yousaf Kaukab > Signed-off-by: Mian Yousaf Kaukab > Signed-off-by: Kim Phillips > Signed-off-by: Tingwei Zhang > Reported-by: kernel test robot > Tested-by: Mike Leach > Reviewed-by: Mathieu Poirier > --- Tested-by: Sai Prakash Ranjan -- QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation 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 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 645C0C433DF for ; Fri, 21 Aug 2020 09:11:22 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 2531520732 for ; Fri, 21 Aug 2020 09:11:22 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="nIFILU3C"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=mg.codeaurora.org header.i=@mg.codeaurora.org header.b="WctjYFeC" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2531520732 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Type: Content-Transfer-Encoding:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Message-ID:References:In-Reply-To:Subject:To:From: Date:MIME-Version:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=0w0DkMwmfxRXFf8aL642/sCPLr8+JrFcwhnTb+OFzoQ=; b=nIFILU3CIG9vv0ij2b+D0f8to cyAhVEDajs5TbtuRuc9E4dDqtsUwaxYgoTuyWHCTGtVuSFDAI4VsNmHuLL9rSfublm9Go3blmIwPW TYBu48bf8SqgDozKWKgbCHJpIE7+Nl9yeWStzONWP3cMXkbAisWP8m/dAPaPPLEwOvclxqsuz3Vi6 bsJJiQ/T926xEEF0Zt/w8kmMqaqW4AnmRW4XExwo2/59Su0qAy8Ft88AHa8TdwYutSiw7Cj9042KR on/aulV+iVOYfeqNT2V+doWwLY8npGt5zDPpp7Mnxsml47EvLFaMt2aDSnuaK0+B1b4DbNMElVpow Ka/xsOf/Q==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1k933c-0005LI-Au; Fri, 21 Aug 2020 09:09:56 +0000 Received: from mail29.static.mailgun.info ([104.130.122.29]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1k933W-0004kj-Tn for linux-arm-kernel@lists.infradead.org; Fri, 21 Aug 2020 09:09:54 +0000 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1598000993; h=Message-ID: References: In-Reply-To: Subject: Cc: To: From: Date: Content-Transfer-Encoding: Content-Type: MIME-Version: Sender; bh=DKbT5SYW9YuDWZyzPT6+7oVs0JXbbl+H8yc/pdhTi9M=; b=WctjYFeC32MkJCV+12/WS/YnZog4zdz+QoyxtJm7kcY0T6zeLu2Y6d0DqzNGAZABbcEbiVQR 5mKkkyg5SmlP6xSeGYIstGiUBxI9ZR1TxtCFY28a7N0pLpWuvxoKsKzQ6GioAqO7GE1tG5oC cdiXRIx9ge7sEGlsFhXfYhWcSkI= X-Mailgun-Sending-Ip: 104.130.122.29 X-Mailgun-Sid: WyJiYzAxZiIsICJsaW51eC1hcm0ta2VybmVsQGxpc3RzLmluZnJhZGVhZC5vcmciLCAiYmU5ZTRhIl0= Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by smtp-out-n05.prod.us-east-1.postgun.com with SMTP id 5f3f8f55f729de1078c244eb (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Fri, 21 Aug 2020 09:09:41 GMT Received: by smtp.codeaurora.org (Postfix, from userid 1001) id B9E9AC433CB; Fri, 21 Aug 2020 09:09:40 +0000 (UTC) Received: from mail.codeaurora.org (localhost.localdomain [127.0.0.1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: saiprakash.ranjan) by smtp.codeaurora.org (Postfix) with ESMTPSA id 4F427C433CA; Fri, 21 Aug 2020 09:09:39 +0000 (UTC) MIME-Version: 1.0 Date: Fri, 21 Aug 2020 14:39:39 +0530 From: Sai Prakash Ranjan To: Tingwei Zhang Subject: Re: [PATCH v10 14/24] coresight: allow funnel driver to be built as module In-Reply-To: <20200821034445.967-15-tingwei@codeaurora.org> References: <20200821034445.967-1-tingwei@codeaurora.org> <20200821034445.967-15-tingwei@codeaurora.org> Message-ID: <472632ddb17ef8f26645d27b1661c96e@codeaurora.org> X-Sender: saiprakash.ranjan@codeaurora.org User-Agent: Roundcube Webmail/1.3.9 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200821_050954_324456_9337AFFC X-CRM114-Status: GOOD ( 13.82 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: tsoni@codeaurora.org, Kim Phillips , kernel test robot , Mathieu Poirier , Suzuki K Poulose , Alexander Shishkin , Greg Kroah-Hartman , coresight@lists.linaro.org, Mao Jinlong , Mian Yousaf Kaukab , Russell King , linux-kernel@vger.kernel.org, Randy Dunlap , Leo Yan , linux-arm-kernel@lists.infradead.org, Mike Leach Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 2020-08-21 09:14, Tingwei Zhang wrote: > From: Kim Phillips > > Allow to build coresight-funnel as module, for ease of development. > > - combine static and dynamic funnel init into single > module_init/exit call > - add funnel_remove functions, for module unload > - add a MODULE_DEVICE_TABLE for autoloading on boot > > Cc: Mathieu Poirier > Cc: Leo Yan > Cc: Alexander Shishkin > Cc: Randy Dunlap > Cc: Suzuki K Poulose > Cc: Greg Kroah-Hartman > Cc: Russell King > Co-developed-by: Mian Yousaf Kaukab > Signed-off-by: Mian Yousaf Kaukab > Signed-off-by: Kim Phillips > Signed-off-by: Tingwei Zhang > Reported-by: kernel test robot > Tested-by: Mike Leach > Reviewed-by: Mathieu Poirier > --- Tested-by: Sai Prakash Ranjan -- QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel