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 92E51C433FE for ; Wed, 16 Mar 2022 17:21:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1350579AbiCPRWO (ORCPT ); Wed, 16 Mar 2022 13:22:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41778 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232192AbiCPRWL (ORCPT ); Wed, 16 Mar 2022 13:22:11 -0400 Received: from mail-pf1-x42b.google.com (mail-pf1-x42b.google.com [IPv6:2607:f8b0:4864:20::42b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 915D95AA4F; Wed, 16 Mar 2022 10:20:57 -0700 (PDT) Received: by mail-pf1-x42b.google.com with SMTP id d19so4571637pfv.7; Wed, 16 Mar 2022 10:20:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=Q00tc0Jq4/avpRUI+W2YPMMtTK5TxCyKgnoT7tOZx6M=; b=e3LyYK82GkTpOeDruWPgkDxnEuqS1LiSMVXM8iPurdU3UDUky44tyOA8xekTWGWUgB nwWOg6kMAef5BImr4ZL7zQvOhnxJ2LrUubuqN9N917PPft8w+wYPhbDjA5I5okjIUDEy XAJ6OTKi5D2ge+4ua7vcIBPHW98xQdlu1t2yDQ5Tx9QDXfS6pl9VhuBPng/vuH8lHL2X /ush1kElO/+J4rNEn7tdZzgkmlRPbR8ugw6CRk9IwfPUv70QIiqKibKzZkTcxMlu3G7d dHmN+FzvGosRkA+LYxJJCwpfQZlB/1gGNaQQnkK/osWmUxwFg641SX6I+iUe69PcYOl/ 958A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=Q00tc0Jq4/avpRUI+W2YPMMtTK5TxCyKgnoT7tOZx6M=; b=JRHJeN+eaAaxiXg7P9DKAVXnq1iPU2579f/ZKPfqPDdgAmC9llq3XcWo1t/BJTspeI dSjSIUToEky319GJbyNMaWsKMC2dWJRD+3nzcIWXoRCk+9RwglM9L05wpMDj5xsDGGMK H1u4TM4L5LiXvuwjsMVJAm61R3ZbBItRxYPDjuaX6sQZiSqKeYcDBiXbkycM7fBNVZ2d ulse9+SFOhq0bnYeHj07puB6Y0w10OQeEqEilVQr2P02mQsFXgPf2MDX3EBGIhCKiF1s KMcsbqFa6MylC+EtpPJRbWDGgk8Da/pvq7wcH8rsgrvNlZZpxbjebDJAY6gMxjqCQE5p K/Rg== X-Gm-Message-State: AOAM5307X8Mpu/BWozfJQVEX6J94sfzXb0CAFgmWbUKSzOkjqdjz9jP6 0EOCWTLuT/mb7zPn17q2i1k= X-Google-Smtp-Source: ABdhPJy+kQ+thgGrruOCz+9zl5Y+etvUgthRquFgSlpQ/CVeoZ4H5Q0DrEgjVc6QPbIn7YTiGE/s6w== X-Received: by 2002:a65:5583:0:b0:380:d91a:8270 with SMTP id j3-20020a655583000000b00380d91a8270mr503520pgs.620.1647451256799; Wed, 16 Mar 2022 10:20:56 -0700 (PDT) Received: from 9a2d8922b8f1 ([122.161.51.18]) by smtp.gmail.com with ESMTPSA id h18-20020a056a00231200b004f72b290994sm3093703pfh.180.2022.03.16.10.20.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 16 Mar 2022 10:20:56 -0700 (PDT) Date: Wed, 16 Mar 2022 22:50:51 +0530 From: Kuldeep Singh To: Marc Zyngier 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 Message-ID: <20220316172051.GA21737@9a2d8922b8f1> References: <20220316095433.20225-1-singh.kuldeep87k@gmail.com> <5521012e957efa3c4afe2de996a1b5ac@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5521012e957efa3c4afe2de996a1b5ac@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 16, 2022 at 11:27:10AM +0000, Marc Zyngier wrote: > 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. Hi Marc, I have tocmd and cccmd set in my gitconfig and it generated mail addresses automatically so I assume it is correct. tocmd ="`pwd`/scripts/get_maintainer.pl --nogit --nogit-fallback --norolestats --nol" It seems your arm mail address got configured from binding file and not from MAINTAINERS. Regards Kuldeep > > 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 0F9B7C433EF for ; Wed, 16 Mar 2022 17:22:20 +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=tI2tiEC2hJ3yhqWJzwZCzs0jBMqSgPAgqqcp263K2M8=; b=HW2eHKo0XPintU EQ9uXYf7XAkTfNvN1tim7+XPBC0hrci1Cv6tnLF9FxA4WUI3jR1bsNSevNql2xqlp/5DmsTwf06R/ m94kSkkRhVynWipdvlhDgTaubsYpfIKo0ua209sWgYIaVqJ8nas0Zl6ekvFP4tERnpDT+m7TaCrH3 BoSEQK+h7hY72DEVKvUNcZLulhFI6cIZ3Ud8QEX38M0LsVJkpzjwpML4/cLd+4O/EN2D5BbjQ1ywZ 74KJUhfEW0M7LLL1TcwTQlxsV8TrgyJbK2+Ol3uYKxGuhZEstoprB9Lb8gottQJrv0ohaEXMJwh7h 6EfdTX+YtfgJNz+Am6Ng==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nUXKX-00DwJR-FJ; Wed, 16 Mar 2022 17:21:01 +0000 Received: from mail-pg1-x536.google.com ([2607:f8b0:4864:20::536]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nUXKU-00DwIO-72 for linux-arm-kernel@lists.infradead.org; Wed, 16 Mar 2022 17:20:59 +0000 Received: by mail-pg1-x536.google.com with SMTP id e6so691265pgn.2 for ; Wed, 16 Mar 2022 10:20:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=Q00tc0Jq4/avpRUI+W2YPMMtTK5TxCyKgnoT7tOZx6M=; b=e3LyYK82GkTpOeDruWPgkDxnEuqS1LiSMVXM8iPurdU3UDUky44tyOA8xekTWGWUgB nwWOg6kMAef5BImr4ZL7zQvOhnxJ2LrUubuqN9N917PPft8w+wYPhbDjA5I5okjIUDEy XAJ6OTKi5D2ge+4ua7vcIBPHW98xQdlu1t2yDQ5Tx9QDXfS6pl9VhuBPng/vuH8lHL2X /ush1kElO/+J4rNEn7tdZzgkmlRPbR8ugw6CRk9IwfPUv70QIiqKibKzZkTcxMlu3G7d dHmN+FzvGosRkA+LYxJJCwpfQZlB/1gGNaQQnkK/osWmUxwFg641SX6I+iUe69PcYOl/ 958A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=Q00tc0Jq4/avpRUI+W2YPMMtTK5TxCyKgnoT7tOZx6M=; b=Fwo6jY5gf5YRcCOETvQNL95jqEmJTchEXrskViP1M8tTmacQFnJccniOkIhStsazpP zRx0aYX+/9QYyZh6G1WxZVQsxgfqs4vmCIWIBWssyn9mD/oJwa8Un3erdKrKF0xDD+pY wKzSmEys6FUcVIybsEW0WF6kelnOZJ6XfJWu5MBRNL4+SMHKurJASHJBL4ZZMLHQtUEN G4u2/Pv/JyBYV2HRKIhUefYUUJOuS7bvthBbvRZ6jQWUMdvQzMOF+M4l8SlostSEvwek RmADIEM/UsAYE8PM2U004C5kB227ysbRuLBIck2Jfpy7u/fT+zQxIeAHNbHs55BcmVFr w0+w== X-Gm-Message-State: AOAM5313rrWHi3pkJzGohqMdVECT7gxMNFz3angeKqIQw5kGOtrjfnqp RPD7kP6ylNct53b820qn9no= X-Google-Smtp-Source: ABdhPJy+kQ+thgGrruOCz+9zl5Y+etvUgthRquFgSlpQ/CVeoZ4H5Q0DrEgjVc6QPbIn7YTiGE/s6w== X-Received: by 2002:a65:5583:0:b0:380:d91a:8270 with SMTP id j3-20020a655583000000b00380d91a8270mr503520pgs.620.1647451256799; Wed, 16 Mar 2022 10:20:56 -0700 (PDT) Received: from 9a2d8922b8f1 ([122.161.51.18]) by smtp.gmail.com with ESMTPSA id h18-20020a056a00231200b004f72b290994sm3093703pfh.180.2022.03.16.10.20.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 16 Mar 2022 10:20:56 -0700 (PDT) Date: Wed, 16 Mar 2022 22:50:51 +0530 From: Kuldeep Singh To: Marc Zyngier 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 Message-ID: <20220316172051.GA21737@9a2d8922b8f1> References: <20220316095433.20225-1-singh.kuldeep87k@gmail.com> <5521012e957efa3c4afe2de996a1b5ac@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <5521012e957efa3c4afe2de996a1b5ac@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220316_102058_290599_E24BCE0E X-CRM114-Status: GOOD ( 19.92 ) 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 Wed, Mar 16, 2022 at 11:27:10AM +0000, Marc Zyngier wrote: > 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. Hi Marc, I have tocmd and cccmd set in my gitconfig and it generated mail addresses automatically so I assume it is correct. tocmd ="`pwd`/scripts/get_maintainer.pl --nogit --nogit-fallback --norolestats --nol" It seems your arm mail address got configured from binding file and not from MAINTAINERS. Regards Kuldeep > > 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