Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp6512182ybe; Wed, 18 Sep 2019 04:54:44 -0700 (PDT) X-Google-Smtp-Source: APXvYqy8lFw1cEnqLT2/TRnJoKTFfe/2uCv+72Dc32OMN6X0zH6+0Dqw1L7jTnG+e/gkLV3ZtyWA X-Received: by 2002:a17:906:b259:: with SMTP id ce25mr5902930ejb.229.1568807684698; Wed, 18 Sep 2019 04:54:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1568807684; cv=none; d=google.com; s=arc-20160816; b=UVeVDWCz7zDbFxKV1pXsuhHc0LIYAyDvB2gXqMYVRJ7zPgyUxBou2boxV3OV8SBTur XOe5RZkVgX/zr7p+MFOv+halCG6or0SBuChNiRICJbfQ7SNz9v9Pp1cHhV60YNT0szfT pbFP8CvzWX026E8diPNKvRFcItOFAH+DehelmZMdkNXGTqlYNC0RmeOMSrf9TJobT/Ei hxnZXBkPWlbZcf1ERC1yopgluihbxan1Kmt+Wc6a+q3A6n1UPU/vZB3MZnRb4kdRQG78 RD4V+jY2ZWoyqbrZspBsU3YBEeWgXIcKBjFmTW2YCOjC/vV6dVmTaHZD7qux0IfBFx8x AnmQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=6BJjPMaBS/zMdDwPAWRaA8XbmvlEd5a/+PVjD3ZzjWA=; b=o4ev5ZgRhR5O8GjFECpSHTPi1j3rUK33MMswTU8AVw6LRdPCyIl1USXtzJA8YyYWL2 0MIwn/Gf3gYRJxUzkjMPBo8GCYjk0DqqI9gh7NIo5w9VY7Qr1cvk+ZfkeSHaA617luaN L0ptxgzI3uhbcNGInv9nHubT01OzH+8OaVKiCv254cf0dS1s1cstvjz8JOFH0ambXfSR kGRx/+t6aYlbXwS4BlIK4EFdXwxWd+zzG1mZ/MwMmuHvpGAhNShPPBbLT9j861ntCVis lFgsjyAF7pOJt2z5v/wrMjxSzsMPdA2Ri0jbIGCs5BPLM/DaCLHFWpRYfJl3/uzGa4MV uC/g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id x21si2632489ejs.66.2019.09.18.04.54.21; Wed, 18 Sep 2019 04:54:44 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728296AbfIRIEt (ORCPT + 99 others); Wed, 18 Sep 2019 04:04:49 -0400 Received: from relmlor2.renesas.com ([210.160.252.172]:16147 "EHLO relmlie6.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726814AbfIRIEt (ORCPT ); Wed, 18 Sep 2019 04:04:49 -0400 X-IronPort-AV: E=Sophos;i="5.64,519,1559487600"; d="scan'208";a="26658074" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie6.idc.renesas.com with ESMTP; 18 Sep 2019 17:04:47 +0900 Received: from renesas-VirtualBox.ree.adwin.renesas.com (unknown [10.226.37.56]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 079B341C9BD7; Wed, 18 Sep 2019 17:04:44 +0900 (JST) From: Gareth Williams To: Mark Brown , Rob Herring , Mark Rutland Cc: Gareth Williams , Phil Edworthy , Geert Uytterhoeven , linux-spi@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 0/4] spi: dw: Add basic runtime PM support Date: Wed, 18 Sep 2019 09:04:32 +0100 Message-Id: <1568793876-9009-1-git-send-email-gareth.williams.jx@renesas.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The Renesas RZ/N1 SPI Controller is based on the Synopsys DW SSI. This series enables power mode in the driver so the clock domain will enable the bus clock, adds the compatible string and updates the associated bindings documentation. v2: - Note that pclk should be renamed when using a clock domain in the bindings documentation. - Set spi_controller.auto_runtime_pm instead of using pm_runtime_get_sync. - Added pm_runtime_disable calls to dw_spi_remove_host and the error condition of dw_spi_add_host. Gareth Williams (1): dt-bindings: snps,dw-apb-ssi: Add optional clock domain information Phil Edworthy (3): dt: spi: Add Renesas RZ/N1 binding documentation spi: dw: Add basic runtime PM support spi: dw: Add compatible string for Renesas RZ/N1 SPI Controller Documentation/devicetree/bindings/spi/renesas,rzn1-spi.txt | 11 +++++++++++ Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.txt | 3 ++- drivers/spi/spi-dw-mmio.c | 1 + drivers/spi/spi-dw.c | 8 ++++++++ 4 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 Documentation/devicetree/bindings/spi/renesas,rzn1-spi.txt -- 2.7.4