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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 756C3EB64D7 for ; Tue, 20 Jun 2023 07:36:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=iyXMUzNNMonkf8CpUr2S9FRCUaJ9ZwllQYHiN1/QdiI=; b=e3Ifps1Vj9chOm o/H1SYTLelvXuj8B9kH9lDICPf0ViIgjSIZ8GoKZxO2L5aphXUlP1BsB3HnrMIAFoBkwJ06pfZ/lG ROZQ11bSnQ5v/pKdYR8J09LyDsAL8zWiGZIraHDfFvMD/dqVs718GA3+FO9G8qOO943fD7mCtY8B5 /e8NrQiE/6QTWIGjemwHs00kJzaS3PSCvrC00stjgrhw8pqvpCz5ulyqCvXRSJeSmAEha9tt4PWPl JjTlgJaa7aLcjwnVJK2Hqn8ZJuvV0OWgb4LIOoLww+ttScGKXHIMDTWJdzJQKyFCHg9rhW3OH2Awc MnRaR3qju98CwrQYX5AA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qBVuW-00APnI-1d; Tue, 20 Jun 2023 07:36:20 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qBVuU-00APmO-0v for linux-arm-kernel@lists.infradead.org; Tue, 20 Jun 2023 07:36:19 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id C1E4F60FA4; Tue, 20 Jun 2023 07:36:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A5E76C433C8; Tue, 20 Jun 2023 07:36:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1687246577; bh=Iw+s7u/KTHMceoFYllQq6Cj60DTWYwWM+CTQBzHhnB8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Ec1x6xmKX7/rC5TC3NR5xJt7R67jd0RQhN5MNrg6fQ4DJ5puMrcxmHE9t3ultLgWI JuCEd1eXKd3pxGq6JevM9dRCdynwh325QPGAdGkSCISIcSC4yf+PbVNJfaPE4YmiQo pAXDhfS/Yzn8AQWU+WYKzz0dYLgZ7GQN+Y4GYe+4= Date: Tue, 20 Jun 2023 09:36:14 +0200 From: Greg Kroah-Hartman To: Tao Zhang Cc: Mathieu Poirier , Suzuki K Poulose , Alexander Shishkin , Konrad Dybcio , Mike Leach , Rob Herring , Krzysztof Kozlowski , Jinlong Mao , Leo Yan , coresight@lists.linaro.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Tingwei Zhang , Yuanfang Zhang , Trilok Soni , Hao Zhang , linux-arm-msm@vger.kernel.org, andersson@kernel.org Subject: Re: [PATCH v6 09/13] Add nodes for dsb edge control Message-ID: <2023062004-sterile-exhaust-35b6@gregkh> References: <1687246361-23607-1-git-send-email-quic_taozha@quicinc.com> <1687246361-23607-10-git-send-email-quic_taozha@quicinc.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1687246361-23607-10-git-send-email-quic_taozha@quicinc.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230620_003618_368093_FA72F34C X-CRM114-Status: UNSURE ( 9.45 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, Jun 20, 2023 at 03:32:37PM +0800, Tao Zhang wrote: > Add the nodes to set value for DSB edge control and DSB edge > control mask. Each DSB subunit TPDM has maximum of n(n<16) EDCR > resgisters to configure edge control. DSB edge detection control > 00: Rising edge detection > 01: Falling edge detection > 10: Rising and falling edge detection (toggle detection) > And each DSB subunit TPDM has maximum of m(m<8) ECDMR registers to > configure mask. Eight 32 bit registers providing DSB interface > edge detection mask control. > > Signed-off-by: Tao Zhang Your subject line is missing a prefix :( _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel