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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id DD0E5C433EF for ; Wed, 16 Mar 2022 11:27:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1355320AbiCPL2a (ORCPT ); Wed, 16 Mar 2022 07:28:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43294 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345749AbiCPL22 (ORCPT ); Wed, 16 Mar 2022 07:28:28 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 604B8652D7; Wed, 16 Mar 2022 04:27:14 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id EEA8261675; Wed, 16 Mar 2022 11:27:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 59BFFC340E9; Wed, 16 Mar 2022 11:27:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1647430033; bh=g3R59Ud+4Lq9HFnMOaBBpAh56Ru1PjO+vZlKpzbV1s8=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=j2cOz4quxecrGn0bwwgDHNi/y4Kxz8zqU+ZUaraRtx0ybtGhItfluPr9USHzKgP0i 5DsnWVJApaVjQggVUHku1hG9SLyDfRzNzqVDUCaCp/fUFQ0zIGI5gXllsdC6NJUoc8 JAWzGFfzuAIInEaU2XD+LRQEX2Lv6ejgwfmd8vSo4D7Jj7rLGtpvgCRkcmrK8VKqmg 2VUzCZuuM23ZroMRQdTMoOov3yYoBGPeDlGpuvYOhMDuYM4wF58nreSHDkAQuLlQJ5 yNdFtorW7ARJGhoNrhaTqxcGGG2BUeQyJiZZYHZZq+t3oSYK/oPG1WN1hyGmtrvSLU +EvdlLlHi0oZQ== Received: from disco-boy.misterjones.org ([51.254.78.96] helo=www.loen.fr) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nURo6-00Ethq-Sd; Wed, 16 Mar 2022 11:27:11 +0000 MIME-Version: 1.0 Date: Wed, 16 Mar 2022 11:27:10 +0000 From: Marc Zyngier To: Kuldeep Singh Cc: Mark Rutland , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org Subject: Re: [PATCH 0/3] Fix dtbs warnings for arch timer In-Reply-To: <20220316095433.20225-1-singh.kuldeep87k@gmail.com> References: <20220316095433.20225-1-singh.kuldeep87k@gmail.com> User-Agent: Roundcube Webmail/1.4.13 Message-ID: <5521012e957efa3c4afe2de996a1b5ac@kernel.org> X-Sender: maz@kernel.org Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-SA-Exim-Connect-IP: 51.254.78.96 X-SA-Exim-Rcpt-To: singh.kuldeep87k@gmail.com, mark.rutland@arm.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2022-03-16 09:54, Kuldeep Singh wrote: > This patchset is an attempt to resolve 'make dtbs_check' warning for > arch timer. > > Patch 1 is done in preparation for following patches which defines > compatibles order in more clear way. > Patch 2 documents arm,cortex-a7-timer entry in bindings similar to an > existing entry arm,cortex-a15-timer. > Patch 3 adds above 2 properties in of_match list to bring them in > use. > > Please note, this patchset is based on > git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git, > master > > Kuldeep Singh (3): > dt-bindings: timer: Rearrange compatible entries of arch timer > dt-bindings: timer: Document arm,cortex-a7-timer for arch timer > clocksource: arch_timer: Add arm,cortex-a7/15-timer in of_match list > > .../devicetree/bindings/timer/arm,arch_timer.yaml | 13 +++++-------- > drivers/clocksource/arm_arch_timer.c | 2 ++ > 2 files changed, 7 insertions(+), 8 deletions(-) Please use my @kernel.org address exclusively. My @arm.com address stopped working over two years ago, and the MAINTAINERS file shows the right addresses. Thanks, M. -- Jazz is not dead. It just smells funny... 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 A29AAC433F5 for ; Wed, 16 Mar 2022 11:28:29 +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-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Message-ID:References:In-Reply-To:Subject:Cc: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=65wumUGaIqL/jNmw8PUXf9KI7nJ74B22fAkTnnWRzYY=; b=4p7jfQa3hurK0jbWzEXZjyzo6e D73Zhl5YIYzFHjbsP5vMneK4fo4tRaunsn2x0xeVfKes56I2LhfKaFQ9PHO3SjoPBpg6dx87JqUWC fpcf5YLjEnqLVibyrwxujnpvDZ3rkalNI0cCLZ4uJkZy+blck58dlOMsZBGJIKLlSDpA3BSG2s5Jk +8t6bsVhDpXwrJbrC86cARZPsOKg557srncOba50sariU0hPHAGOnFUkdQgqJyYVGT2maarDLg1K7 TwJr4TfqA9Wbv+BIVkpnxuwf45AZxhACYZZX4ZqxSa/RbnP1FvEMXMGR8YKRvmpQm5AfOmPb7bR+y gFRiebKw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nURoD-00CcgS-Aq; Wed, 16 Mar 2022 11:27:17 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nURoA-00Ccg9-GW for linux-arm-kernel@lists.infradead.org; Wed, 16 Mar 2022 11:27:15 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id E8C8B61687; Wed, 16 Mar 2022 11:27:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 59BFFC340E9; Wed, 16 Mar 2022 11:27:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1647430033; bh=g3R59Ud+4Lq9HFnMOaBBpAh56Ru1PjO+vZlKpzbV1s8=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=j2cOz4quxecrGn0bwwgDHNi/y4Kxz8zqU+ZUaraRtx0ybtGhItfluPr9USHzKgP0i 5DsnWVJApaVjQggVUHku1hG9SLyDfRzNzqVDUCaCp/fUFQ0zIGI5gXllsdC6NJUoc8 JAWzGFfzuAIInEaU2XD+LRQEX2Lv6ejgwfmd8vSo4D7Jj7rLGtpvgCRkcmrK8VKqmg 2VUzCZuuM23ZroMRQdTMoOov3yYoBGPeDlGpuvYOhMDuYM4wF58nreSHDkAQuLlQJ5 yNdFtorW7ARJGhoNrhaTqxcGGG2BUeQyJiZZYHZZq+t3oSYK/oPG1WN1hyGmtrvSLU +EvdlLlHi0oZQ== Received: from disco-boy.misterjones.org ([51.254.78.96] helo=www.loen.fr) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nURo6-00Ethq-Sd; Wed, 16 Mar 2022 11:27:11 +0000 MIME-Version: 1.0 Date: Wed, 16 Mar 2022 11:27:10 +0000 From: Marc Zyngier To: Kuldeep Singh Cc: Mark Rutland , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org Subject: Re: [PATCH 0/3] Fix dtbs warnings for arch timer In-Reply-To: <20220316095433.20225-1-singh.kuldeep87k@gmail.com> References: <20220316095433.20225-1-singh.kuldeep87k@gmail.com> User-Agent: Roundcube Webmail/1.4.13 Message-ID: <5521012e957efa3c4afe2de996a1b5ac@kernel.org> X-Sender: maz@kernel.org X-SA-Exim-Connect-IP: 51.254.78.96 X-SA-Exim-Rcpt-To: singh.kuldeep87k@gmail.com, mark.rutland@arm.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220316_042714_625554_7AE8E1EB X-CRM114-Status: GOOD ( 16.39 ) 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-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 2022-03-16 09:54, Kuldeep Singh wrote: > This patchset is an attempt to resolve 'make dtbs_check' warning for > arch timer. > > Patch 1 is done in preparation for following patches which defines > compatibles order in more clear way. > Patch 2 documents arm,cortex-a7-timer entry in bindings similar to an > existing entry arm,cortex-a15-timer. > Patch 3 adds above 2 properties in of_match list to bring them in > use. > > Please note, this patchset is based on > git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git, > master > > Kuldeep Singh (3): > dt-bindings: timer: Rearrange compatible entries of arch timer > dt-bindings: timer: Document arm,cortex-a7-timer for arch timer > clocksource: arch_timer: Add arm,cortex-a7/15-timer in of_match list > > .../devicetree/bindings/timer/arm,arch_timer.yaml | 13 +++++-------- > drivers/clocksource/arm_arch_timer.c | 2 ++ > 2 files changed, 7 insertions(+), 8 deletions(-) Please use my @kernel.org address exclusively. My @arm.com address stopped working over two years ago, and the MAINTAINERS file shows the right addresses. Thanks, M. -- Jazz is not dead. It just smells funny... _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel