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 0643EC433EF for ; Mon, 18 Apr 2022 08:01:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237062AbiDRIEd (ORCPT ); Mon, 18 Apr 2022 04:04:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35306 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233589AbiDRIEb (ORCPT ); Mon, 18 Apr 2022 04:04:31 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C93CABCB4; Mon, 18 Apr 2022 01:01:51 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id C2CCC61046; Mon, 18 Apr 2022 08:01:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 65842C385A1; Mon, 18 Apr 2022 08:01:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1650268910; bh=IyzSVLfdcBbKl8zIAujJzT6QnmAgtPWoVsrvljUu2cY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PZm+zTtL1HVfBKRURRM6yHdFi1tuH9UUEhml7HIpSkb9R5nUFgyJguKcup90Hd0PT W1eC8/f/MeJAe9GqfcjF3dxsknjk3WBNvRKKK1eKEcgKaP5kGndAqT8F8Akw/p8IZG WJbv0CEfFR1J4XAfTVBG7dXd/VBlJFYCZVQF1UNq5REQ0/qUuqSI3CPStThD0DFDE5 L4Mvz6Rc6aF7psSNTKEH2+P44bokEOyhEYdJAA3ijU5S+D4XSiNuc1KMRvIWgpjSEH lG+YwSpSDtwJ+ycv0dSYbTTvlLSNaKG6H2572KLnaIyk5FHMzpyuwXFAPcEzcVPc5X AtTfTXU0t9HQA== Date: Mon, 18 Apr 2022 13:31:45 +0530 From: Vinod Koul To: Bjorn Andersson Cc: Rob Herring , Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/3] arm64: dts: qcom: sm8350: Add GENI I2C/SPI DMA channels Message-ID: References: <20220412215137.2385831-1-bjorn.andersson@linaro.org> <20220412215137.2385831-2-bjorn.andersson@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220412215137.2385831-2-bjorn.andersson@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12-04-22, 14:51, Bjorn Andersson wrote: > The GENI I2C and SPI controllers may use the GPI DMA engine, define the > rx and tx channels for these controllers to enable this. Reviewed-by: Vinod Koul -- ~Vinod