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 2B57EECAAA1 for ; Fri, 28 Oct 2022 17:38:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229900AbiJ1Ri2 (ORCPT ); Fri, 28 Oct 2022 13:38:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37808 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229918AbiJ1Ri0 (ORCPT ); Fri, 28 Oct 2022 13:38:26 -0400 Received: from mail-qt1-x836.google.com (mail-qt1-x836.google.com [IPv6:2607:f8b0:4864:20::836]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 002A722BAD4 for ; Fri, 28 Oct 2022 10:38:23 -0700 (PDT) Received: by mail-qt1-x836.google.com with SMTP id bb5so3888666qtb.11 for ; Fri, 28 Oct 2022 10:38:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=OoiWmzEHNiG88vfsHfRqrZ47OnbEddshqdwrSUCSfdc=; b=KVHYbMgLdjosFobEllSKS2gVxGXmn7likk3DFxkKLRckWZBWtQ+hYLRHf+mHMnbAzk OS6GbPuf0tS6LBmIxqEmp14LX28G3ZfllSvD0QnStJJOfPOfW6SC/UmDt6h7H7gbl8zl GtdUA69sBxa8SDi5iTokosr/jbkNeuSq01ATIF7I1oCTapq+ZqHj1dxZhYsFqBrV59Ga 4o6kKJGy0TsHgli8sUlqjpSMEUGglIqtzD8g3eGRRnwFxB80tTodWyguO7OM/7/UEYT7 Yan2bmd5zkguKG/iX6GqzIQ+Le87HcLfC7Nn/oz9sm4/EBBKd7X44vo+DownrOs5fxbo t2yA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=OoiWmzEHNiG88vfsHfRqrZ47OnbEddshqdwrSUCSfdc=; b=1/CsaneplmG6Kc/k1kT4z6bpu9Jf1e6XfSN1Jfs2OxBr3jFGpszJZIi83umnCFsJzC 9XID7qDUhgSBTRbqiVqyrzal0gJ+3ThVY9UfUM1oCfcXz+3qAreId6ibl8oQ5Wo367yH rZMtSmJGho/wmTWRyNUMZuVrRIeOP2wmK67MfL140fANJ4eeidC5JwKkFdXc6APNwteV YLntpqS3KAXJb1BEGexw7G12nvVax5TXZStRV7dyMUmIbMARIwwE+yhhsLFfP6NNRP/t snHqQxYEHzVctpCXXWRFzRQSPQzcHmYvTCvw6ZcZtZqwNSGRdyzwgxax2VvteVszpdiL BB0Q== X-Gm-Message-State: ACrzQf3HN99I4sg5J2A5b3ds4VbvLjP3uU0udzW83l9KAUxW36OwV2AM lWytJ3SUk9nyjLNTvnNu5YrfgA== X-Google-Smtp-Source: AMsMyM4caIjhtYHuTfGPNcDxg9L7/E27m2qa9JZA/wHA4f+o4D1CwRHBXK6JfuWmsbrhp+8T9OCd7A== X-Received: by 2002:a05:622a:1905:b0:3a5:c6f:a874 with SMTP id w5-20020a05622a190500b003a50c6fa874mr552750qtc.282.1666978703103; Fri, 28 Oct 2022 10:38:23 -0700 (PDT) Received: from [192.168.1.11] ([64.57.193.93]) by smtp.gmail.com with ESMTPSA id i6-20020a05622a08c600b0039853b7b771sm2612184qte.80.2022.10.28.10.38.21 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 28 Oct 2022 10:38:22 -0700 (PDT) Message-ID: Date: Fri, 28 Oct 2022 13:38:20 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.1 Subject: Re: [PATCH 1/2] dt-bindings: rtc: ds1307: Add support for Epson RX8111 Content-Language: en-US To: glasveze@delta.nl, linux-rtc@vger.kernel.org, devicetree@vger.kernel.org Cc: a.zummo@towertech.it, alexandre.belloni@bootlin.com, robh+dt@kernel.org, linux-kernel@vger.kernel.org, Mike Looijmans References: <20221028144041.11067-1-glasveze@delta.nl> From: Krzysztof Kozlowski In-Reply-To: <20221028144041.11067-1-glasveze@delta.nl> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-rtc@vger.kernel.org On 28/10/2022 10:40, glasveze@delta.nl wrote: > From: Mike Looijmans > > The rx_8111 is quite similar to the rx_8030. This adds support for this > chip to the ds1307 driver. > > This adds the entry to the devicetree bindings. > > Signed-off-by: Mike Looijmans Please use scripts/get_maintainers.pl to get a list of necessary people and lists to CC. It might happen, that command when run on an older kernel, gives you outdated entries. Therefore please be sure you base your patches on recent Linux kernel. Acked-by: Krzysztof Kozlowski Best regards, Krzysztof