From patchwork Wed Nov 24 17:55:40 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ivan Bornyakov X-Patchwork-Id: 12693563 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 4F0B0C433F5 for ; Wed, 24 Nov 2021 18:11:46 +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=Nq/LrIRAbBC895J4mcoUVtiJ9LgFDuwLsxWOEvITwHY=; b=n55VsdDcyWHOE/ ivRQgqQssFoR7NQvTV85oZa9BQcChxQp/I9AAp1cDX/JfQ+/JmExeKXetS2rhZzFabjotDDOopEHM +RwIw6CBoIg3O4VJPvKGTUGhUioFHrUQoLaCiy9scwixxfBWhq+zz2A0+6rHyNbanvgQpDiuZVgTi fL/nItGulHiMvuzLx1PjWx7y0+i90+ycUmpxf1YjDd3c/EROb8NBqc8vAWBfviHs+2YDPX1vLJC6T BcECasmCdjcz1850bwLXeWoHxzCu8JKc6TBU/w8KfitCaNhHDl2wWMQv+YPDXiYqkU0pyjwD5TVZf eNquy4R/mHyT/IUPCzLQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mpwj1-005Tlw-5L; Wed, 24 Nov 2021 18:10:31 +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 1mpwiw-005TkO-Qc for linux-arm-kernel@lists.infradead.org; Wed, 24 Nov 2021 18:10:28 +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=e6TOCjRJbJandG+35LvQLQPU70j05e55WPIfdzIeEcI=; b=ixRWon7Aihsy9Hoj3wK7pH7QxdGYjPt0m2n2HGvkDf1MVaO6yJmxP7St/uWRxiV77VlHK3LWT+GWk IbB/cbTOwzRJu6AlX0A0QcpaZDQ0hdQqqeWanf3NRwajqekcY6KzZx1dPsyR6OXUuCCQ4OfyKONak7 dhSwkxpF2hRJolp3Cco9GaasS4MoR2OeCyvvEL79lR/6x2Hdl4LJOOgYaY/R8wn3l3PwCim4lvd0PR fVDz1P9MtKy0bbb04A5jy3O6n9DOjlDv8fLeQ3JYowPP7LxX4T0hzc+Qe4PCTZgm0Eyq7wiC+1XHBx eo7REBBDoC1/cmjDe7GNyraRik7yCFg== X-Footer: bWV0cm90ZWsucnU= Received: from localhost.localdomain ([178.66.213.198]) (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)); Wed, 24 Nov 2021 21:10:19 +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 v2 0/2] bus: imx-weim: optionally enable continuous burst clock Date: Wed, 24 Nov 2021 20:55:40 +0300 Message-Id: <20211124175542.2772-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-20211124_101027_220547_6191D190 X-CRM114-Status: UNSURE ( 5.93 ) 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 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(-)