From patchwork Thu Dec 2 05:57:22 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ivan Bornyakov X-Patchwork-Id: 12694432 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 46079C433EF for ; Thu, 2 Dec 2021 06:13:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=vA59vLvqYu2gVmF8Qn2JYMTMpIx/y1uc5pw5ookJB3E=; b=YmjmJrbYwSnDI9 Ogu11THOYBF7STCj5c7NMCAQ3kEJb6LLlEp0NyL9OztoxyHooab/zyURYphJre6/zxuhhdn0p/Pur vW+IKPQhGDkX/YAb7Y27VSg76/C3QTgOff5tsB/Mhx3UAgtG/E7cbax+ry8lXBxrzTy8ffRjTluDO lh8MEetWkamu6NOO9Y8rO/cF4RamyaD7BxJ/3IFFuUo1vcRi3r1Qu5pa0/XAJ0YP0jgfeqL5PrNC4 q/Ut6P8tP/7GAKA/eVGzb2dG6pHy8xzcPlRFFhhL8/kZC9Zp/140oKIyjH7OgLTknOAg3CQDdhbRA ZdbXl54HmUHnP4nFBYWw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1msfKF-00B1HJ-AF; Thu, 02 Dec 2021 06:12:11 +0000 Received: from mail.pr-group.ru ([178.18.215.3]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1msfKA-00B1FP-Tx for linux-arm-kernel@lists.infradead.org; Thu, 02 Dec 2021 06:12:08 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=metrotek.ru; s=mail; h=from:subject:date:message-id:to:cc:mime-version:content-transfer-encoding; bh=7M5/+ZjFpJFZ7JNVxf3J1RcU8/cym02LNFv156Yi9Uw=; b=dmjdo1DWaUkpG6IovUMXn+aX4QSKlQi4KOhQ15qGjqyKPwpbwGaNc6Q995/Sc++WBk7iNKli38YWy j6UNtKY3288GbczZNhtt4ZevlrzIZUUbmRXFFejAfx3vHIom3SyagxMQ9yejaC2UdyurTotz/SbnRt Irr+L8N7tjJ0YCcoNpl8K1Uvy7eSGBHK/XbR2xa7sbmrB7BxsBPgnwkD6LgDsr+qovGx/irHY8w7zi djpQt+ld8tMu0MNc7OuwYrYzlXprZVVeq7xGX3aLD9OJbRjqW4E/ENXjThRQNEkbm6maCTI8Dzx0xA auwKRDQa6cSf6R9thoCNFqn9Lmvmshg== X-Footer: bWV0cm90ZWsucnU= Received: from localhost.localdomain ([178.70.66.234]) (authenticated user i.bornyakov@metrotek.ru) by mail.pr-group.ru with ESMTPSA (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256 bits)); Thu, 2 Dec 2021 09:11:55 +0300 From: Ivan Bornyakov To: Cc: Ivan Bornyakov , system@metrotek.ru, shawnguo@kernel.org, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, robh+dt@kernel.org, devicetree@vger.kernel.org Subject: [PATCH v3 0/2] bus: imx-weim: optionally enable continuous burst clock Date: Thu, 2 Dec 2021 08:57:22 +0300 Message-Id: <20211202055724.4416-1-i.bornyakov@metrotek.ru> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211201_221207_329722_CBA50E78 X-CRM114-Status: UNSURE ( 5.51 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Introduce option to enable continuous burst clock, if burst clock itself is enabled. Changelog: v1 -> v2: * documentation about this option added to Documentation/devicetree/bindings/bus/imx-weim.txt v2 -> v3: * added missing Signed-off-by line Ivan Bornyakov (2): bus: imx-weim: optionally enable continuous burst clock dt-bindings: bus: imx-weim: add words about continuous bclk .../devicetree/bindings/bus/imx-weim.txt | 5 +++++ drivers/bus/imx-weim.c | 18 ++++++++++++++++-- 2 files changed, 21 insertions(+), 2 deletions(-)