Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp3304587pxj; Mon, 14 Jun 2021 20:33:11 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyy+FYgMOqGW0J50jxwqiYV7lqomIdX0B1ziRxaj2t4r5AIvH5DBp9fvoVZpCqG/RDGFSpO X-Received: by 2002:a05:6e02:482:: with SMTP id b2mr16444972ils.279.1623727991605; Mon, 14 Jun 2021 20:33:11 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1623727991; cv=none; d=google.com; s=arc-20160816; b=BTCA80OH8vh/bkSta0MvSBe7xOkm3btkhJMnLWIF5TZ+JRJ8/i0gt9G9a6OFW+rEXT hyn3Fg9DYwRsMz8dffxYyPRSdh8G8T+t4aFShGuvKgUiSYYCn75PFMwF4FEix02fgbvp iKH5PfnHwSTg4ktUcZayMGx4RpQlDpW7046DLvCyKrUT7PFctbBZ9HuQ5P7fagK4bh3t eifKeWmgqflEvzsLdp+hIrlAdBPFYNMadPbN4tCm6EcYHI7U8Lsh2rXcUkbFRb5HuZLa zB2K54A0TwCRzEQxp8+w2D7fbDnJvhIW7IDoTGVWUqIOju5TpfvRoPjXBmuOHmWwUTJ3 hQGg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:message-id:date:subject:cc:to:from; bh=p0AKM/K8W2F6iWwiMlbHPsIWhUbBpFDlxnvAU/a/ZCQ=; b=skZOeMrYqi32D312pFLNr2Shdz0sA9QMOxM1CQ83e2AEV/ZVUODdTpSlcGvJZtyRXI RzJcViOQ1hONcc174YuFgv4Te7U0bB+B9K5vcHqAzYFHbjpJAxwT3QuQew8Vzn+KB1hD Fbpg6/AseAUVb5SMoqNylexsH4ZqF/GzlTPa47ABBxi7+LzprDU95k2Co3dMoASwUVrN jjcgk6VKGf7vm7MG9ythaFR5QYx9Rc0eMUWhv3bS4il+d1MoaCxCfAGzlvGPAwX+K7L0 Pm3rjq+R4rKnsTh+tt47WgeoDUp0Td6P2q9G98vmLO6n9PWHvXGOsBmXGXAZFYj7XlM5 KwhA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id t6si19465061iov.63.2021.06.14.20.32.58; Mon, 14 Jun 2021 20:33:11 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230295AbhFODeY (ORCPT + 99 others); Mon, 14 Jun 2021 23:34:24 -0400 Received: from lucky1.263xmail.com ([211.157.147.131]:33980 "EHLO lucky1.263xmail.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229809AbhFODeW (ORCPT ); Mon, 14 Jun 2021 23:34:22 -0400 Received: from localhost (unknown [192.168.167.16]) by lucky1.263xmail.com (Postfix) with ESMTP id E0BDABA865; Tue, 15 Jun 2021 11:32:16 +0800 (CST) X-MAIL-GRAY: 0 X-MAIL-DELIVERY: 1 X-ADDR-CHECKED4: 1 X-SKE-CHECKED: 1 X-ANTISPAM-LEVEL: 2 Received: from localhost.localdomain (unknown [58.22.7.114]) by smtp.263.net (postfix) whith ESMTP id P16485T139918414178048S1623727934928454_; Tue, 15 Jun 2021 11:32:16 +0800 (CST) X-IP-DOMAINF: 1 X-UNIQUE-TAG: <88ca8b830136884670bdc08239cae3ae> X-RL-SENDER: jon.lin@rock-chips.com X-SENDER: jon.lin@rock-chips.com X-LOGIN-NAME: jon.lin@rock-chips.com X-FST-TO: broonie@kernel.org X-RCPT-COUNT: 9 X-SENDER-IP: 58.22.7.114 X-ATTACHMENT-NUM: 0 X-System-Flag: 0 From: Jon Lin To: broonie@kernel.org Cc: jon.lin@rock-chips.com, heiko@sntech.de, robh+dt@kernel.org, linux-spi@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: [PATCH v8 0/6] Support ROCKCHIP SPI new feature Date: Tue, 15 Jun 2021 11:32:07 +0800 Message-Id: <20210615033213.14241-1-jon.lin@rock-chips.com> X-Mailer: git-send-email 2.17.1 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Changes in v8: - There is a problem with the version 7 mail format. resend it Changes in v7: - Fall back "rockchip,rv1126-spi" to "rockchip,rk3066-spi" Changes in v6: - Consider to compatibility, the "rockchip,rk3568-spi" is removed in Series-changes v5, so the commit massage should also remove the corresponding information Changes in v5: - Change to leave one compatible id rv1126, and rk3568 is compatible with rv1126 Changes in v4: - Adjust the order patches - Simply commit massage like redundancy "application" content Changes in v3: - Fix compile error which is find by Sascha in [v2,2/8] Jon Lin (6): dt-bindings: spi: spi-rockchip: add description for rv1126 spi: rockchip: add compatible string for rv1126 spi: rockchip: Set rx_fifo interrupt waterline base on transfer item spi: rockchip: Wait for STB status in slave mode tx_xfer spi: rockchip: Support cs-gpio spi: rockchip: Support SPI_CS_HIGH .../devicetree/bindings/spi/spi-rockchip.yaml | 1 + drivers/spi/spi-rockchip.c | 95 +++++++++++++++---- 2 files changed, 80 insertions(+), 16 deletions(-) -- 2.17.1