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 CC532C7618E for ; Wed, 26 Apr 2023 20:42:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239890AbjDZUmj (ORCPT ); Wed, 26 Apr 2023 16:42:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58158 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235264AbjDZUmg (ORCPT ); Wed, 26 Apr 2023 16:42:36 -0400 Received: from mail-yb1-xb33.google.com (mail-yb1-xb33.google.com [IPv6:2607:f8b0:4864:20::b33]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7A1DF10DE for ; Wed, 26 Apr 2023 13:42:35 -0700 (PDT) Received: by mail-yb1-xb33.google.com with SMTP id 3f1490d57ef6-b9a6eec8611so88190276.0 for ; Wed, 26 Apr 2023 13:42:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1682541754; x=1685133754; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=FIDP59Myi8dfg7gwveqHDngbZncEz1dYSlvsaTTJByQ=; b=f8/Iay1jcqp76Q57GKrLft79wxE9zxJbQyI/4Dg5j34/FwxCZTqLF2XG7I1CnxtRZz IAh4hXJaCUbuT5j1Ea24x/87FsJBP+7470pTvlKWL9rojMlGV3wYvq8phWrS+jEBFZR0 Z9YPm8D8Lcr5IwGVT5K9M9Ktwkr7NHhTIuYrC4lyEUYkCjBIpEtx3e3YKBwgCOsfOuxc 7d1HRxw1Nsua/klko0wUXmQ7egZoMMvMNUz5NKJEpBThxqIiED1cthF8mkQ9z3JkV+my Y+sWpO697wa+0OMDgOUIctMiMEzofKaMvLkv0RnHxm9JpLgzEjJxzMWkeY4I3Fgh4Mlt z72w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1682541754; x=1685133754; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=FIDP59Myi8dfg7gwveqHDngbZncEz1dYSlvsaTTJByQ=; b=UTaRGHhS1QhDnLT4B/pT8MM3RHUCf7bdTmBHA1QewliF+3iOUYq+hoBu51ct7WgeZ/ wv+x2qGM93NSmSlyNaZjhh804fSoLZsgl1APBeL5D18lhdp8y9irc5FOQ59TVNqez03J r1DNYT3Hi2QMRatVenrBKCoSpuQnhqMS7tAIIUMTxPpGEEdjsYoVTYk0up8IUpSX1g2O y8zx6paLWxgKN7lcdhzzD+GP28/tU5Fr5NoYNQMMhsjN9/NCQRViSKIwTVkFJ4lFx8S3 XEAJxdlW2GFjemu7xghsJNHBInfuMVcWPk4Rrwx0n0nX+njm/0W4GHHqcbWpvV48RSSp RXuA== X-Gm-Message-State: AC+VfDx1nV3AFXS077vv1IjMFkEQTcnKcIYxlEkJ6SrW79vv3AOtrK10 WQDnDHU50Xm1CClK/U0oYpMOPq45a/LXGyECAPBbIA== X-Google-Smtp-Source: ACHHUZ6TsZLr5BMq4JWZHcssgX8+DaHhdcowYIU/tMHL3MlKBuwFelehc6V3GkJb7v/fdsN5P1sKIiMBLm74LLhiUH4= X-Received: by 2002:a81:f4b:0:b0:552:a4af:da with SMTP id 72-20020a810f4b000000b00552a4af00damr2630744ywp.10.1682541754720; Wed, 26 Apr 2023 13:42:34 -0700 (PDT) MIME-Version: 1.0 References: <20230424123522.18302-1-nikita.shubin@maquefel.me> <20230424123522.18302-18-nikita.shubin@maquefel.me> In-Reply-To: <20230424123522.18302-18-nikita.shubin@maquefel.me> From: Linus Walleij Date: Wed, 26 Apr 2023 22:42:23 +0200 Message-ID: Subject: Re: [PATCH 17/43] spi: ep93xx: add DT support for Cirrus EP93xx To: Nikita Shubin Cc: Arnd Bergmann , Linus Walleij , Alexander Sverdlin , Mark Brown , linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Apr 24, 2023 at 11:35=E2=80=AFAM Nikita Shubin wrote: > - find register range from the device tree > - provide clock access via of > - use_dma as a DT node > > Signed-off-by: Nikita Shubin Reviewed-by: Linus Walleij Yours, Linus Walleij