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 C79E4C433EF for ; Tue, 3 May 2022 17:40:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240505AbiECRng (ORCPT ); Tue, 3 May 2022 13:43:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55292 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232024AbiECRnf (ORCPT ); Tue, 3 May 2022 13:43:35 -0400 Received: from mail-oa1-f44.google.com (mail-oa1-f44.google.com [209.85.160.44]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 17D3A3E0F1; Tue, 3 May 2022 10:40:02 -0700 (PDT) Received: by mail-oa1-f44.google.com with SMTP id 586e51a60fabf-ed8a3962f8so7807707fac.4; Tue, 03 May 2022 10:40:02 -0700 (PDT) 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=T26t2ndEFIH6S+3HkEK1nLdgLk1SpCDyhR5mC6y7yeQ=; b=Zx0X/B6AJz6cZgeBJ0sucKAu2ldV87VzUZ/pUIrA8JMZk9IERbn6vpbS8j7ujbsMQj TE3L4cro9Abs39yP+CqQEt0nizS5NY/Pa+KcOsxvXu6kI4DDCRc1Q/NIb/m14SIwMHuq wLEQAuWCDaiWgt3oAr8nyYzzxsfMeCdaWOUnkb9jqxYyfRsSyJAlVr/awGRHrXI8I5OI cpMqLBZfDjsxVnNZS1ylNYSArT59rFciar9QJLUxBQ9t8vP33XlhcVnMn+8RSx/rN4Ou V8hma/XuHm4YIxvsRLjtVuvSykfd+HsoKSgjtJG69oRanWtFkRHkX1axrfOE4GKu52OM 4xkA== X-Gm-Message-State: AOAM532uegJSYcHOo3VtDd6el8MKkidTVMLsMwNSmA5u11lURWw+0o/Y BQu88pT+lxcJoRHfemcsgg== X-Google-Smtp-Source: ABdhPJyPpfCiqdOQ40SAw7c9w9h9ymzXJPNLFETwoOT00HWCVhhF8aiQYCYC2X/d4h+Y4ZFiXMYGww== X-Received: by 2002:a05:6870:959f:b0:ed:754:a261 with SMTP id k31-20020a056870959f00b000ed0754a261mr2384440oao.296.1651599601348; Tue, 03 May 2022 10:40:01 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id b14-20020a056870160e00b000e915a9121csm7691776oae.52.2022.05.03.10.40.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 03 May 2022 10:40:00 -0700 (PDT) Received: (nullmailer pid 3931437 invoked by uid 1000); Tue, 03 May 2022 17:39:59 -0000 Date: Tue, 3 May 2022 12:39:59 -0500 From: Rob Herring To: nick.hawkins@hpe.com Cc: Thomas Gleixner , Rob Herring , arnd@arndb.de, verdun@hpe.com, nick@hpe.com, Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, joel@jms.id.au, Daniel Lezcano Subject: Re: [PATCH v6 5/8] dt-bindings: timer: hpe,gxp-timer: Creation Message-ID: References: <20220502204050.88316-1-nick.hawkins@hpe.com> <20220502204050.88316-5-nick.hawkins@hpe.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220502204050.88316-5-nick.hawkins@hpe.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 02 May 2022 15:40:47 -0500, nick.hawkins@hpe.com wrote: > From: Nick Hawkins > > Add support for the HPE GXP Timer and Watchdog. There are multiple > timers on the SoC but only one is enabled at this time. > > Signed-off-by: Nick Hawkins > > --- > v6: > * Removed simple-mfd compatible, timer will create watchdog without > watchdog node. > * Removed timer0 label > * Changed title from HPE GXP TIMER to HPE GXP Timer > * Changed clock name iopclk to iop > * Set additionalProperties to false > * Added space after ',' in the compatible list > * Changed subject to match the log better > * Altered description to take up 75 characters per line > * Changed description to better describe the patch > v5: > * Fix versioning > * Fixed typo time -> timer > v4: > * Made watchdog a child of timer > * Added reference clock > v3: > * Removed maintainer change from patch > * Verified there was no compilation errors > * Added reference code in separate patch of patchset > v2: > * Converted from txt to yaml > --- > .../bindings/timer/hpe,gxp-timer.yaml | 47 +++++++++++++++++++ > 1 file changed, 47 insertions(+) > create mode 100644 Documentation/devicetree/bindings/timer/hpe,gxp-timer.yaml > Reviewed-by: Rob Herring