Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp3657825pxj; Mon, 21 Jun 2021 03:48:51 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyh/8GDNAS/VsumexF4uWwWl6CUWmyZSAfYsMeITGc45x7GgjgPzd9zNSC5cNzedttiI8d3 X-Received: by 2002:a92:690d:: with SMTP id e13mr17598073ilc.257.1624272531087; Mon, 21 Jun 2021 03:48:51 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1624272531; cv=none; d=google.com; s=arc-20160816; b=IyliTwbeJLfv+gxrp9IRZ4MuBFAbpk4oktWzRx6yH8XoayiDcLVC3BVlnBQ1q17VkR 0yZCeslCjIv+g+/Ci49dMdExOmI8L/KT4z1Uvx8YL72liUaM4fiYJF9+ikG1Zg3hNB40 y7LSf7cwb4cR+pkn3yFobgvtMMBN3TUdjAyoHwS0tCZkWp71pHEDNX1tGbf9mAdWzC9O lyapQcbEQMZxOM0aJb0MgLq/N5WbjfWCd3fmYTxEwJOn3OAiwqYJc5tNu14P0MJkJUKO RyirKEGpj1leegRz6EwTwHj9GaT/Q1B7ihsI+yPnWOFGvXgL29gp9VcHTHnv4yjQxgbC MUFw== 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=eJUzyVXYj7LIzllKfIT9W34LIkbGOFsjKiOoTnqpfZU=; b=j9VJbaZwxCjMSouKNdX/xv2J5T5/2/WnSHzlK6/M5NgfWDxu9JcyxZp7S+orGEFtUs RwEA7atC2lQu95bf8joJKn4ug+fKk0uJcX8DDbofwktAZx3E9us21SibHyUeySTQsT+v LJuGfoMTVUAdSo5MC0phi+b/0H+qWbwUL6isJf4PsBRP1CbTJnurxoJcutdJU32ow/Ma 3VizZ1BVvmqoXc+D20h5UABPKRxrk3Zv4OQkPfkL2fMERQldmtUGCNNEC+iJMV4wbsqL NJp4YEcELi1ll7irhPtowywEf/B4UAuMEa9UAntY7z2beGi7UXRlaeF+bSzqKda8Xrbu UFYg== 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 h23si7446766ila.82.2021.06.21.03.48.38; Mon, 21 Jun 2021 03:48:51 -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 S229663AbhFUKuX (ORCPT + 99 others); Mon, 21 Jun 2021 06:50:23 -0400 Received: from lucky1.263xmail.com ([211.157.147.135]:55118 "EHLO lucky1.263xmail.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229651AbhFUKuX (ORCPT ); Mon, 21 Jun 2021 06:50:23 -0400 Received: from localhost (unknown [192.168.167.16]) by lucky1.263xmail.com (Postfix) with ESMTP id C0A92AD5FD; Mon, 21 Jun 2021 18:48:05 +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 P24132T140365807994624S1624272484357256_; Mon, 21 Jun 2021 18:48:05 +0800 (CST) X-IP-DOMAINF: 1 X-UNIQUE-TAG: <10292b0ec8847d933dbe4f72212f2387> 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 v10 0/6] Support ROCKCHIP SPI new feature Date: Mon, 21 Jun 2021 18:47:54 +0800 Message-Id: <20210621104800.19088-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 v10: - The internal CS inactive function is only supported after VER 0x00110002 Changes in v9: - Conver to use CS GPIO description 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 | 55 ++++++++++++++----- 2 files changed, 41 insertions(+), 15 deletions(-) -- 2.17.1