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 X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, T_DKIMWL_WL_HIGH,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2693BC072B5 for ; Fri, 24 May 2019 19:43:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id EAA8B21850 for ; Fri, 24 May 2019 19:43:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1558726995; bh=JoJ30cZZRw+96tUSEN2lLac7yZbukKSqlzqPvnxZo0E=; h=References:In-Reply-To:From:Date:Subject:To:Cc:List-ID:From; b=MyQruQc5D3MHI5Z3Jj9XwHmQNRxz/1IQ/PNx6M56IvaSM4bs+6WfUb1IVVfl9VOFc L+EE9QL/5QWGqCZpeKS/1JZ41wQPFLv260butfT3OOQlovHR1syvwP7wDU3NU/XAm5 q/k2e+N5NHCGFglnt/0AbCzGxmXkYVUlPj1PQtTQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391771AbfEXTnO (ORCPT ); Fri, 24 May 2019 15:43:14 -0400 Received: from mail.kernel.org ([198.145.29.99]:53916 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2391745AbfEXTnO (ORCPT ); Fri, 24 May 2019 15:43:14 -0400 Received: from mail-qk1-f178.google.com (mail-qk1-f178.google.com [209.85.222.178]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 5C12621851; Fri, 24 May 2019 19:43:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1558726993; bh=JoJ30cZZRw+96tUSEN2lLac7yZbukKSqlzqPvnxZo0E=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=fovUaanVzvYvwZEA1pjRpYU1WpEc0jWDhBLr9b2svYpR0Riztfp2nATcfeW8Uqn+t usnY29eAv0rh0aA95b/kWrxvIGL4TTBlVIsklWbWkaeVA54n3aJbYCmpQKnQhf2bx1 aVLnT2RCS9MUkIzG/jSCJXwaxzOdlKSX/FApIaUY= Received: by mail-qk1-f178.google.com with SMTP id a132so9186520qkb.13; Fri, 24 May 2019 12:43:13 -0700 (PDT) X-Gm-Message-State: APjAAAWCHJoAUFNhBxTmQ5BLDu0tdEFSgVtUvGNbv4FvNI4wMdfo5fg5 2fGA5uLqA/kNZ4aqZYO964MoK+2JaKsH3pOQvQ== X-Google-Smtp-Source: APXvYqzkUYKCKgnkwrNYbWnSQTsripKs5yX2p+epdNTxo2VL5V4U7Vanpt6QtJj+hEfCDR5o4QiRFJEscpPwAJKjIjA= X-Received: by 2002:ac8:3884:: with SMTP id f4mr89506622qtc.300.1558726992675; Fri, 24 May 2019 12:43:12 -0700 (PDT) MIME-Version: 1.0 References: <20190524162651.28189-1-ard.biesheuvel@linaro.org> <20190524162651.28189-7-ard.biesheuvel@linaro.org> In-Reply-To: <20190524162651.28189-7-ard.biesheuvel@linaro.org> From: Rob Herring Date: Fri, 24 May 2019 14:43:01 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v2 6/6] dt-bindings: move Atmel ECC508A I2C crypto processor to trivial-devices To: Ard Biesheuvel Cc: "open list:HARDWARE RANDOM NUMBER GENERATOR CORE" , devicetree@vger.kernel.org, "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , Herbert Xu , Tudor Ambarus , Linus Walleij , Mika Westerberg Content-Type: text/plain; charset="UTF-8" Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org On Fri, May 24, 2019 at 11:27 AM Ard Biesheuvel wrote: > > Move the binding for the discrete Atmel I2C Elliptic Curve h/w crypto > module to trivial-devices.yaml, as it doesn't belong in atmel-crypto > which describes unrelated on-SoC peripherals. > > Signed-off-by: Ard Biesheuvel > --- > Documentation/devicetree/bindings/crypto/atmel-crypto.txt | 13 ------------- > Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ > 2 files changed, 2 insertions(+), 13 deletions(-) Reviewed-by: Rob Herring From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v2 6/6] dt-bindings: move Atmel ECC508A I2C crypto processor to trivial-devices Date: Fri, 24 May 2019 14:43:01 -0500 Message-ID: References: <20190524162651.28189-1-ard.biesheuvel@linaro.org> <20190524162651.28189-7-ard.biesheuvel@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20190524162651.28189-7-ard.biesheuvel@linaro.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Ard Biesheuvel Cc: devicetree@vger.kernel.org, Herbert Xu , Tudor Ambarus , Linus Walleij , "open list:HARDWARE RANDOM NUMBER GENERATOR CORE" , Mika Westerberg , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" List-Id: devicetree@vger.kernel.org On Fri, May 24, 2019 at 11:27 AM Ard Biesheuvel wrote: > > Move the binding for the discrete Atmel I2C Elliptic Curve h/w crypto > module to trivial-devices.yaml, as it doesn't belong in atmel-crypto > which describes unrelated on-SoC peripherals. > > Signed-off-by: Ard Biesheuvel > --- > Documentation/devicetree/bindings/crypto/atmel-crypto.txt | 13 ------------- > Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ > 2 files changed, 2 insertions(+), 13 deletions(-) Reviewed-by: Rob Herring 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 X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,T_DKIMWL_WL_HIGH, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 806EAC072B5 for ; Fri, 24 May 2019 19:43:23 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 55F4C2184E for ; Fri, 24 May 2019 19:43:23 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="LC3RMSW1"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="fovUaanV" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 55F4C2184E Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=hINiZFOgNccaMK1iFjoORriljRsJe4CAy6a0hQBajdU=; b=LC3RMSW11NPlj6 QYDlMzCEOQs6+FGSOgA6tqLR6AYmaFcKDi+sPaBMbFKizZ9Ui/AuDIsSjabb5LpbCw+Go6vd1J/Jo IG0xEAMJB70iAUCSOc+jfaXWKJX3MQeA8qilMb+YLEAKK2E6ASFSBMCx2yAUC0HGvfoN6Ad1hWu2M Qd+aDfSH2Xxsw0epE7SvWZgtQvSBAIbjj+nhUwnWUf0Z1ZdM6SrHVXWoz70N3z8O4ZHpM+CcM/XMZ b2llk3hdHBp9XrN4xM9RqlZ3OMy6Rhe5s6GIarkz5plasPqGTcvJ8GXE+h99KmHwQ9HJf6aduxy0I DN/Chflp5HGRVK0VyhKA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hUG60-0000Kt-Ft; Fri, 24 May 2019 19:43:16 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1hUG5x-0000K1-PK for linux-arm-kernel@lists.infradead.org; Fri, 24 May 2019 19:43:14 +0000 Received: from mail-qk1-f172.google.com (mail-qk1-f172.google.com [209.85.222.172]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 5BDAF21850 for ; Fri, 24 May 2019 19:43:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1558726993; bh=JoJ30cZZRw+96tUSEN2lLac7yZbukKSqlzqPvnxZo0E=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=fovUaanVzvYvwZEA1pjRpYU1WpEc0jWDhBLr9b2svYpR0Riztfp2nATcfeW8Uqn+t usnY29eAv0rh0aA95b/kWrxvIGL4TTBlVIsklWbWkaeVA54n3aJbYCmpQKnQhf2bx1 aVLnT2RCS9MUkIzG/jSCJXwaxzOdlKSX/FApIaUY= Received: by mail-qk1-f172.google.com with SMTP id p18so9244291qkk.0 for ; Fri, 24 May 2019 12:43:13 -0700 (PDT) X-Gm-Message-State: APjAAAV7usMaof2VOvntKfg68QJWv8O8bOB4iDnuuFQfCjTG77KDGujf 6cos2tFTibeLyflten6JFZn6/sQd1fX88agPqw== X-Google-Smtp-Source: APXvYqzkUYKCKgnkwrNYbWnSQTsripKs5yX2p+epdNTxo2VL5V4U7Vanpt6QtJj+hEfCDR5o4QiRFJEscpPwAJKjIjA= X-Received: by 2002:ac8:3884:: with SMTP id f4mr89506622qtc.300.1558726992675; Fri, 24 May 2019 12:43:12 -0700 (PDT) MIME-Version: 1.0 References: <20190524162651.28189-1-ard.biesheuvel@linaro.org> <20190524162651.28189-7-ard.biesheuvel@linaro.org> In-Reply-To: <20190524162651.28189-7-ard.biesheuvel@linaro.org> From: Rob Herring Date: Fri, 24 May 2019 14:43:01 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v2 6/6] dt-bindings: move Atmel ECC508A I2C crypto processor to trivial-devices To: Ard Biesheuvel X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190524_124313_839818_AF27794F X-CRM114-Status: GOOD ( 10.03 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Herbert Xu , Tudor Ambarus , Linus Walleij , "open list:HARDWARE RANDOM NUMBER GENERATOR CORE" , Mika Westerberg , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, May 24, 2019 at 11:27 AM Ard Biesheuvel wrote: > > Move the binding for the discrete Atmel I2C Elliptic Curve h/w crypto > module to trivial-devices.yaml, as it doesn't belong in atmel-crypto > which describes unrelated on-SoC peripherals. > > Signed-off-by: Ard Biesheuvel > --- > Documentation/devicetree/bindings/crypto/atmel-crypto.txt | 13 ------------- > Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ > 2 files changed, 2 insertions(+), 13 deletions(-) Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel