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=-11.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,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 B0089C48BE5 for ; Wed, 16 Jun 2021 03:40:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8615661351 for ; Wed, 16 Jun 2021 03:40:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229992AbhFPDm2 (ORCPT ); Tue, 15 Jun 2021 23:42:28 -0400 Received: from mail.kernel.org ([198.145.29.99]:48180 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229931AbhFPDm2 (ORCPT ); Tue, 15 Jun 2021 23:42:28 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 5A19B61369; Wed, 16 Jun 2021 03:40:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1623814823; bh=au93g7gCljhd/LM1FC4eoywQ9MhD/o8ogZOppWJhaaI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=svpKHwepRkYIL7lmUbmjqTo+05+YU8VemZFewlLI2nhrfCN4vb69+CQb/0SXM2OFb BaR/XGpBYNPqwLir19YQ4ap1I4KjpBQwc2/Ho+1ps7mlhKYWVq8XoHBb4Nw6YddTvx mqc6rAIR8n0w2jd1/BWaeXiHlwUvAsAqy9ZqcvvdYLGwYzov8/SIsSnZqM+pHAGXHY 3kBdfDHeZ40ukR2KE67jtHuSlMUJWGZS5MpW4ZtfuHa3mlxzzK+3JuiuXZ0sOMIWmu wzmR2E4i66zfa949/a/3xlDexT4g8E+osuGldqovU0YPWAYPKwh9suuShS8tbEMabg k+6rdX8wHp3oA== Date: Wed, 16 Jun 2021 09:10:18 +0530 From: Vinod Koul To: Bjorn Andersson Cc: Konrad Dybcio , ~postmarketos/upstreaming@lists.sr.ht, martin.botka@somainline.org, angelogioacchino.delregno@somainline.org, marijn.suijten@somainline.org, jamipkettunen@somainline.org, Andy Gross , Rob Herring , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] arm64: dts: qcom: sm8250: Add DMA to I2C/SPI Message-ID: References: <20210615142249.170512-1-konrad.dybcio@somainline.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 15-06-21, 18:51, Bjorn Andersson wrote: > On Tue 15 Jun 09:22 CDT 2021, Konrad Dybcio wrote: > > > Add dma properties to I2C and SPI nodes to make sure DMA transfers can go > > through. While at it, fix up the property order in SPI nodes to make #address- > > and #size-cells go after all the meaningful properties. > > > > Reviewed-by: Bjorn Andersson Acked-By: Vinod Koul > > But I'll have to wait until Vinod has merged the compatible addition in > the driver - or given me an Ack to include the pair here. I will pick that up later today -- ~Vinod