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.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 758FFC4CEC8 for ; Thu, 12 Sep 2019 20:33:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3FC4520856 for ; Thu, 12 Sep 2019 20:33:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1568320385; bh=CB2XpztpavJGy3dm3AoMm+FcqVmWK1TrOXf41F5cmwg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=g/fy4PLNgdxwDWh2PECosk0UDWkW5/EAX32WmFqRhlMD97ha1tw1LDEI7vITbEJBL cbjJcdqlmAbAsIZ5U10x/+r2Vl2efIW7qAOMA3wxBu7CUmUAi+MWd82bTIr5XbzISs 62ZZ5PWG308tk4MXQYoMS7bpVcWKmI+M8T7kNmmY= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727487AbfILUdE (ORCPT ); Thu, 12 Sep 2019 16:33:04 -0400 Received: from mail.kernel.org ([198.145.29.99]:57812 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725995AbfILUdE (ORCPT ); Thu, 12 Sep 2019 16:33:04 -0400 Received: from localhost (lfbn-1-10718-76.w90-89.abo.wanadoo.fr [90.89.68.76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 1B7142081B; Thu, 12 Sep 2019 20:33:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1568320383; bh=CB2XpztpavJGy3dm3AoMm+FcqVmWK1TrOXf41F5cmwg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=caMq8O9OoJzYXInTCWtgcByNPiOWIaps2AzQGUoA3ebFQRsv7lBeXZ/lwMjbntD1H ReskcFFUIqcNtmZmgQ3lVrJJJwrn62/H+099nba/6y6v27Gd2ZShStQ0aaQu/8Rb4B kGjSRuutTV4HzCssIjjdbgN+Pdpk7Qzg4iQ57Ko8= Date: Thu, 12 Sep 2019 22:33:01 +0200 From: Maxime Ripard To: Chen-Yu Tsai Cc: Corentin Labbe , David Miller , Herbert Xu , Russell King , Mark Rutland , Rob Herring , devicetree , linux-arm-kernel , linux-crypto@vger.kernel.org, linux-kernel , linux-sunxi Subject: Re: [PATCH 3/9] dt-bindings: crypto: Add DT bindings documentation for sun8i-ce Crypto Engine Message-ID: <20190912203301.is4ubixhk64dl5t7@localhost.localdomain> References: <20190906184551.17858-1-clabbe.montjoie@gmail.com> <20190906184551.17858-4-clabbe.montjoie@gmail.com> <20190907040116.lib532o2eqt4qnvv@flea> <20190911183158.GA8264@Red> <20190912093737.s6iu63sdncij2qib@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: User-Agent: NeoMutt/20180716 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 12, 2019 at 09:26:27PM +0100, Chen-Yu Tsai wrote: > > > > > > clock-names: > > > items: > > > - const: ahb > > > - const: mod > > > - const: mbus > > > > And here as well > > > > Something I missed earlier though was that we've tried to unify as > > much as possible the ahb / apb / axi clocks around the bus name, it > > would be great if you could do it. >=20 > I think we also want to standardize "mbus" as "dram"? Do we? The only user so far seems to be sun9i-de, while mbus has more users. I don't really care though, both mbus and dram are pretty generic to me. What makes you prefer dram over mbus? Maxime