From patchwork Thu Feb 28 13:25:40 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gareth Williams X-Patchwork-Id: 10833051 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 670401575 for ; Thu, 28 Feb 2019 13:26:30 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 55C6628747 for ; Thu, 28 Feb 2019 13:26:30 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 411EC28726; Thu, 28 Feb 2019 13:26:30 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B103528726 for ; Thu, 28 Feb 2019 13:26:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727946AbfB1N0X (ORCPT ); Thu, 28 Feb 2019 08:26:23 -0500 Received: from relmlor1.renesas.com ([210.160.252.171]:1704 "EHLO relmlie5.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1730654AbfB1N0W (ORCPT ); Thu, 28 Feb 2019 08:26:22 -0500 X-IronPort-AV: E=Sophos;i="5.58,423,1544454000"; d="scan'208";a="9122276" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie5.idc.renesas.com with ESMTP; 28 Feb 2019 22:26:20 +0900 Received: from renesas-VirtualBox.ree.adwin.renesas.com (unknown [10.226.37.56]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id DA7A944683A7; Thu, 28 Feb 2019 22:26:18 +0900 (JST) From: Gareth Williams To: Mark Brown , Rob Herring , Mark Rutland Cc: Gareth Williams , linux-spi@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/2] spi: dw: Add support for an optional interface clock Date: Thu, 28 Feb 2019 13:25:40 +0000 Message-Id: <1551360342-23981-1-git-send-email-gareth.williams.jx@renesas.com> X-Mailer: git-send-email 2.7.4 Sender: linux-spi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-spi@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The Synopsys SSI Controller has an interface clock that must be explicitly enabled in order to access the registers. This patch series adds support for the interface clock and adds the associated bindings documentation. Phil Edworthy (2): dt: snps,dw-apb-ssi: Add clock bindings documentation spi: dw: Add support for an optional interface clock Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.txt | 10 +++++++++- drivers/spi/spi-dw-mmio.c | 12 ++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-)