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=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 E71B8C43603 for ; Thu, 12 Dec 2019 16:16:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C514F2073B for ; Thu, 12 Dec 2019 16:16:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729605AbfLLQQU (ORCPT ); Thu, 12 Dec 2019 11:16:20 -0500 Received: from muru.com ([72.249.23.125]:46382 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729247AbfLLQQU (ORCPT ); Thu, 12 Dec 2019 11:16:20 -0500 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id E264480C0; Thu, 12 Dec 2019 16:16:58 +0000 (UTC) Date: Thu, 12 Dec 2019 08:16:16 -0800 From: Tony Lindgren To: Tero Kristo Cc: linux-omap@vger.kernel.org, =?utf-8?Q?Beno=C3=AEt?= Cousson , devicetree@vger.kernel.org, Keerthy Subject: Re: [PATCH 00/14] Probe am3, am4 and dra7 crypto accelerators with ti-sysc Message-ID: <20191212161616.GS35479@atomide.com> References: <20191210231722.44215-1-tony@atomide.com> <823e559b-8ef4-b6b7-df63-aaefca16a0ab@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <823e559b-8ef4-b6b7-df63-aaefca16a0ab@ti.com> User-Agent: Mutt/1.12.2 (2019-09-21) Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org * Tero Kristo [191212 08:21]: > On 11/12/2019 01:17, Tony Lindgren wrote: > > Hi, > > > > This series updates crypto accelerators to probe with ti-sysc and device tree > > data for am3, am4 and dra7. ... > Gave this a shot on top of 5.5-rc1 + the crypto fixes series on > am57xx-beagle-x15, using both tcrypt.ko and crypto manager self tests. > Appears to be working. Also, looked at the patches and they seem fine, so > for the whole series: > > Tested-by: Tero Kristo > Reviewed-by: Tero Kristo OK thanks for testing, good to hear. Regards, Tony