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=-8.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable 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 C1559C3A5A7 for ; Wed, 4 Sep 2019 11:59:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8ECC122DBF for ; Wed, 4 Sep 2019 11:59:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567598367; bh=QOB+pnpJzvM3T17WHP6bSNkNARFO49kKixC1PCOUZsM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=OMfG7X5pgjCZ9JvrrBK6KuljgJPWcu7AN1PRFWiFrRz24QwGYkGPJQ2Q/BxYguY0I x9fPJ5JEsuarpmiDRQb/2L0LgEPZgLkzel4JCEi5seE+i2WWj18+mOde9S1Y/tz1lE R41tJZYoS4KesCsN9oy+ku6Dk6cPrPboJTQ3eTYk= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727125AbfIDL7S (ORCPT ); Wed, 4 Sep 2019 07:59:18 -0400 Received: from mail.kernel.org ([198.145.29.99]:39500 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725938AbfIDL7S (ORCPT ); Wed, 4 Sep 2019 07:59:18 -0400 Received: from localhost (unknown [122.182.201.156]) (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 5E26722CF5; Wed, 4 Sep 2019 11:59:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567598357; bh=QOB+pnpJzvM3T17WHP6bSNkNARFO49kKixC1PCOUZsM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=aOlfHDSGCDjFeO2R0XS7K6sD4Lgld5REbGaRR3Qia3o5yuRAt/i0/X9owavTvrpO8 ScrJCDtPQJM+KraQIysQVQWs7fTg5FLoD8fIathUzBvL58Y07IwwuO7RoithpqZvdC VmY5Psyz9wHu1jd8h41snskHyvO731eV6EdFByvs= Date: Wed, 4 Sep 2019 17:28:08 +0530 From: Vinod Koul To: Lee Jones Cc: alokc@codeaurora.org, agross@kernel.org, robh+dt@kernel.org, mark.rutland@arm.com, bjorn.andersson@linaro.org, linux-i2c@vger.kernel.org, linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] dt-bindings: soc: qcom: Provide option to select FIFO mode Message-ID: <20190904115808.GX2672@vkoul-mobl> References: <20190904113613.14997-1-lee.jones@linaro.org> <20190904113613.14997-2-lee.jones@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190904113613.14997-2-lee.jones@linaro.org> User-Agent: Mutt/1.12.0 (2019-05-25) Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 04-09-19, 12:36, Lee Jones wrote: > Used when DMA is not available or the best option. Ah binding is the second patch, I would assume think that this should be first patch :) Nevertheless looks good to me. Reviewed-by: Vinod Koul > Signed-off-by: Lee Jones > --- > Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.txt b/Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.txt > index dab7ca9f250c..b0e71c07e604 100644 > --- a/Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.txt > +++ b/Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.txt > @@ -40,6 +40,7 @@ Required properties: > Optional property: > - clock-frequency: Desired I2C bus clock frequency in Hz. > When missing default to 100000Hz. > +- qcom,geni-se-fifo: Selects FIFO processing - as opposed to DMA. > > Child nodes should conform to I2C bus binding as described in i2c.txt. > > -- > 2.17.1 -- ~Vinod 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=-8.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 81492C3A5A7 for ; Wed, 4 Sep 2019 11:59:24 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 577782339E for ; Wed, 4 Sep 2019 11:59:24 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="dZAPwQHI"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="aOlfHDSG" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 577782339E Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=QCa8O5BT7783tDhMLMnu73owq19lWlHDyg+SLshcq3I=; b=dZAPwQHIHDlw6R pItBde+kGQXuyv1O7pZFj/MYeaer/bz+oRzZmhdM2aPFY5wjH+Jj41dTa3pe0cu8Mm/zGYDX1si4n 0PrPBBhPxNjuEdWhZJ6Y044C4YIz4TvyScz/wFcZGANlVQvBGE9q4tTrj5mvg6GBlguJEddB8WqmZ xVk3VN6ge7d+hyCMSzf2/SpiAhKUR7XCX/6POACeQWLMjZJm1WDQreKRsPea2Pziol9aFiEE2NImE WmNc4Y/A4FpYmVCSfuhdD55LR9gYS/L5bFMgXUD0MhJcqc5aUSR2J3dRBtzpTFKcDJckhb/g04r1n N8UBEdclPC1ulmO066SQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1i5TwX-0002uZ-3i; Wed, 04 Sep 2019 11:59:21 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1i5TwT-0002u1-Id for linux-arm-kernel@lists.infradead.org; Wed, 04 Sep 2019 11:59:19 +0000 Received: from localhost (unknown [122.182.201.156]) (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 5E26722CF5; Wed, 4 Sep 2019 11:59:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567598357; bh=QOB+pnpJzvM3T17WHP6bSNkNARFO49kKixC1PCOUZsM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=aOlfHDSGCDjFeO2R0XS7K6sD4Lgld5REbGaRR3Qia3o5yuRAt/i0/X9owavTvrpO8 ScrJCDtPQJM+KraQIysQVQWs7fTg5FLoD8fIathUzBvL58Y07IwwuO7RoithpqZvdC VmY5Psyz9wHu1jd8h41snskHyvO731eV6EdFByvs= Date: Wed, 4 Sep 2019 17:28:08 +0530 From: Vinod Koul To: Lee Jones Subject: Re: [PATCH 2/2] dt-bindings: soc: qcom: Provide option to select FIFO mode Message-ID: <20190904115808.GX2672@vkoul-mobl> References: <20190904113613.14997-1-lee.jones@linaro.org> <20190904113613.14997-2-lee.jones@linaro.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20190904113613.14997-2-lee.jones@linaro.org> User-Agent: Mutt/1.12.0 (2019-05-25) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190904_045918_373102_2375B4F9 X-CRM114-Status: GOOD ( 15.11 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: mark.rutland@arm.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, agross@kernel.org, robh+dt@kernel.org, bjorn.andersson@linaro.org, alokc@codeaurora.org, linux-i2c@vger.kernel.org, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 04-09-19, 12:36, Lee Jones wrote: > Used when DMA is not available or the best option. Ah binding is the second patch, I would assume think that this should be first patch :) Nevertheless looks good to me. Reviewed-by: Vinod Koul > Signed-off-by: Lee Jones > --- > Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.txt b/Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.txt > index dab7ca9f250c..b0e71c07e604 100644 > --- a/Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.txt > +++ b/Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.txt > @@ -40,6 +40,7 @@ Required properties: > Optional property: > - clock-frequency: Desired I2C bus clock frequency in Hz. > When missing default to 100000Hz. > +- qcom,geni-se-fifo: Selects FIFO processing - as opposed to DMA. > > Child nodes should conform to I2C bus binding as described in i2c.txt. > > -- > 2.17.1 -- ~Vinod _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel