From patchwork Wed Apr 27 16:11:20 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 567060 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 654CEC4332F for ; Wed, 27 Apr 2022 16:13:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242383AbiD0QRD (ORCPT ); Wed, 27 Apr 2022 12:17:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49818 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243751AbiD0QPX (ORCPT ); Wed, 27 Apr 2022 12:15:23 -0400 Received: from mail-ed1-x530.google.com (mail-ed1-x530.google.com [IPv6:2a00:1450:4864:20::530]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 518793ECCB3 for ; Wed, 27 Apr 2022 09:11:40 -0700 (PDT) Received: by mail-ed1-x530.google.com with SMTP id k27so2519188edk.4 for ; Wed, 27 Apr 2022 09:11:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=FHQXh9gRHSuCtKpw4S8gNEXf40YtVi/37N45wueEtCE=; b=whQlgOgZ1T4nh5vFwqRU4TA9h4eZzMhFhfvjD1KFTbysCz1xTn36hj8mp0McdsPks0 hfh6AymX7rYfW6UPr06z0ltHndyGPdP2oMwtiqrhFyYt6Kp7xDItzu1cCiLUK9wXmMSi KB17ptN8Yagim/pv3z0Qd5PP/3XfuXvfO2znNw4Gq0l5gZTHLsiKAvbUZ8Myr71028Jr 1ReMRE/IZsMmJqBGrFZnWzIeLdyybOmS6ZtjJWsyGsin41kMW35dKxzqELef5NQVbGqe MZYYlw0zdvbglPcQxzqEjR9/73RCe3Z2N5Ytp0mOeFE6NacKQLdIxyHTPdXz1wcg47/l pzsg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=FHQXh9gRHSuCtKpw4S8gNEXf40YtVi/37N45wueEtCE=; b=GqXDpLE2XSbZ0lRSTh2RhfQiKXLkIajqyTWzml1bvFotxWiyRdGA9m3Y/uSjSqJLkN 9j230TO4Z+BBsHw8op5HTPmpNoojTo6gS/hn6TR8ruVhGWxZC4516KAyvzU0bH48WeNB CKFA//kBu2v7/Ms2v9jqna6pEqp8DsV5FozMRLR+k3hFyPCzyiRMoOu5HYsPYZPeTJpG BflEqLQGvRwTsZWi2sXaaTaI7pnpKZ/zezrEPJ69NvLozW8UEiAudNhdQY08kKgtvqBV 4mnD9bKCvqZ2T0Ypylbl3glMDivdm4vnI22GgSLgOQhbcmdntEpXX0NBv6T2LAGANrX/ fKdQ== X-Gm-Message-State: AOAM530Y/PP8FdpALVb/G3Ic+/9NNV+NcWzKO6h7lote6j3JaCs6jWOM dIu1GjwGN5FMeD+hippNRQjU9Q== X-Google-Smtp-Source: ABdhPJy/QgE4GcAklbebq4FtmcUymveQXY2Wss5nt06fNQ1+geuX8b6wnTlKKIZ0cRgMRpDbpMGaEQ== X-Received: by 2002:aa7:c70f:0:b0:425:f70d:b34 with SMTP id i15-20020aa7c70f000000b00425f70d0b34mr12765572edq.306.1651075899438; Wed, 27 Apr 2022 09:11:39 -0700 (PDT) Received: from localhost.localdomain (xdsl-188-155-176-92.adslplus.ch. [188.155.176.92]) by smtp.gmail.com with ESMTPSA id m1-20020a170906234100b006ef83025804sm7124610eja.87.2022.04.27.09.11.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 27 Apr 2022 09:11:37 -0700 (PDT) From: Krzysztof Kozlowski To: Greg Kroah-Hartman , Rob Herring , Krzysztof Kozlowski , =?utf-8?q?Beno?= =?utf-8?q?=C3=AEt_Cousson?= , Tony Lindgren , Sekhar Nori , Bartosz Golaszewski , Vinod Koul , linux-usb@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, dmaengine@vger.kernel.org Cc: Krzysztof Kozlowski Subject: [PATCH v2 0/6] dmaengine/ARM: use proper 'dma-channels/requests' properties Date: Wed, 27 Apr 2022 18:11:20 +0200 Message-Id: <20220427161126.647073-1-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org Hi, The core DT schema defines generic 'dma-channels' and 'dma-requests' properties, so in preparation to moving bindings to DT schema, convert existing users of '#dma-channels' and '#dma-requests' to the generic variant. Not tested on hardware. IMPORTANT ========= The patchset is not bisectable! The DTS patches should be applied a release *after* driver change is accepted. Changes since v1 ================ 1. Add missing TI patches. See also: [1] https://lore.kernel.org/linux-devicetree/fedb56be-f275-aabb-cdf5-dbd394b8a7bd@linaro.org/T/#m6235f451045c337d70a62dc65eab9a716618550b Best regards, Krzysztof Reviewed-by: Rob Herring