From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C69C9C76186 for ; Wed, 24 Jul 2019 20:48:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8B5B32084D for ; Wed, 24 Jul 2019 20:48:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1564001306; bh=OWw6WJ9GFzt1SjBYFMDIQ38+3nzbD1M3ctnDH4MxBDs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=zV3wJH2BNjjvR1rmDYPALFnpq1a5DRx0Ssp/OrqdKhHVrZt5bVK/3tXFPWi/EE08l qsKWZ0wx9qLKbxB4cmwwr2y/ZB07M1SsI2mwvjknLd99w4NhHBb1q5S8OjO+rcTtmW A/98SnCIrjICOqBA085lhRAfF9i4oVNk/P/viuvE= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387782AbfGXUsZ (ORCPT ); Wed, 24 Jul 2019 16:48:25 -0400 Received: from mail-io1-f68.google.com ([209.85.166.68]:36409 "EHLO mail-io1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726698AbfGXUsY (ORCPT ); Wed, 24 Jul 2019 16:48:24 -0400 Received: by mail-io1-f68.google.com with SMTP id o9so92603777iom.3; Wed, 24 Jul 2019 13:48:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=IHAe9r8SwKR0SOE7feOFdveA8IT0SDk7uX1IR0X6Pa8=; b=VKTL2mDmpsBNmsM1JMrLP2x6QIe3+uWnLOp5EzDvE6nhWDM8XNVOSx5ydDs1kFEYr8 whKx74qjmDlGAoYUpQX8+WzgOxujj5pgyDPMCIL9YbgBcaK06Z1ye77Ml3svtDYi4B6n tHXxaFbxCMsoPhPU5gyFT18Q7e+yZJ77aSAs7qMitMdm8lV1LxTG7rgmVk8kbw0Dyfzv uSPmnczzM5Gxc8YtRDSL/Fp8+jhjXdCNV8ZP19Vh0sFYShtuNSJjO6kH/Z5YuyzrUrFr WOnEfGrzhylbFBEOwUPBLWQMkSC+CMtmgMgxr1SWT9Bgy9dTqCfc0uQT2B2XmsiMk6C8 VYww== X-Gm-Message-State: APjAAAXLMG8r4lCaVVD6DZz+y6D10X2ZfYsJdG3/7EjgJEHIWgFTkMGY E65eh2lOa8AJuecZuHr9ug== X-Google-Smtp-Source: APXvYqyaS0TYvzjTPZIPuZme/uFk9QJ9Ap7J20wOVd2CKLqEYYi1duV0VS989NHcY60O65J0oEWMoQ== X-Received: by 2002:a6b:5a17:: with SMTP id o23mr73100927iob.41.1564001303913; Wed, 24 Jul 2019 13:48:23 -0700 (PDT) Received: from localhost ([64.188.179.254]) by smtp.gmail.com with ESMTPSA id y5sm49459573ioc.86.2019.07.24.13.48.23 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Wed, 24 Jul 2019 13:48:23 -0700 (PDT) Date: Wed, 24 Jul 2019 14:48:22 -0600 From: Rob Herring To: Sven Van Asbroeck Cc: Shawn Guo , NXP Linux Team , Kees Cook , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Mark Rutland , Sascha Hauer , devicetree@vger.kernel.org, Fabio Estevam , Pengutronix Kernel Team , Arnd Bergmann Subject: Re: [PATCH 2/2] dt-bindings: bus: imx-weim: document optional burst clock mode Message-ID: <20190724204822.GA17166@bogus> References: <20190712204316.16783-1-TheSven73@gmail.com> <20190712204316.16783-2-TheSven73@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190712204316.16783-2-TheSven73@gmail.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 12 Jul 2019 16:43:16 -0400, Sven Van Asbroeck wrote: > An optional devicetree property was added to the imx-weim driver, > which if present instructs it to operate in burst clock mode. > Update the dt-bindings to reflect this. > > Signed-off-by: Sven Van Asbroeck > --- > Documentation/devicetree/bindings/bus/imx-weim.txt | 4 ++++ > 1 file changed, 4 insertions(+) > Reviewed-by: Rob Herring From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 607C9C76186 for ; Wed, 24 Jul 2019 20:48:28 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 2DD1D2084D for ; Wed, 24 Jul 2019 20:48:28 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="d+1qhXOx" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2DD1D2084D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=KJWp6gIEEsmkTe4IG2bHMGQKtR00OB59QGczb1rmicY=; b=d+1qhXOxZWjWUp VJ78MiVkALzF79jMVpw2qUwbyM1cikRFVwMJ9btRa/sMoAiMuMQayemS6HYtecmLsEDocUrzyfCgS /Nvy1qTpIilC/jVmQV8oHSVRSMAPvTnqrb3xKpTJRHDxMvHuU2QDAl2WUyhT/Q5n0PI+FQDh1ZHu6 70zu/Et0myqCIyrOayG/2DBBlaac/hEckkmB5G8zFV7u0iC2y3WCxmm6KuAQ/EDCEnyKyHvSp+vb1 4tKsOxqp1WZxdDWqxnZZHHP0jYnllwpoz60uZS8MmAN9AQFJcRJ+1jtkukgDxuc6GUuNY+WE0sGq3 F8zGrnMNo5L7Fsy8dP0A==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hqOBX-0006JW-Lz; Wed, 24 Jul 2019 20:48:27 +0000 Received: from mail-io1-f65.google.com ([209.85.166.65]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1hqOBU-0006J2-L0 for linux-arm-kernel@lists.infradead.org; Wed, 24 Jul 2019 20:48:25 +0000 Received: by mail-io1-f65.google.com with SMTP id s7so92389726iob.11 for ; Wed, 24 Jul 2019 13:48:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=IHAe9r8SwKR0SOE7feOFdveA8IT0SDk7uX1IR0X6Pa8=; b=aJNf52AiiGTX9qbpEOpRyuvJseUzgtvcFy8/klYibGZGe31mgmtOXynpCE1J4N6llO a151UGupuKjXvY/Z6cEi9FEwX32BflhS1eoOpVvXka9D12BIzJx/kv2ZePNfrlgzZ8BJ aVhW9+VeNPpEY8+x0UbyKyxj8AKjux4OMjhCPe5wRKQt+Z8JNEOccLDz7qq6AEDpjj2w lZv3pst3WZgf1Z9WhCD4MgdiLvOiGnzBUyJH+nZxAVteBjxVX409qxxyWYy/YkOsH8Pi v8k1m7NDK+LufzUF3aIO2u/P8s6pcOWmrlVr6Gr/WmwPYvDWnC4Pg0QFVlJTgSoEkT24 45UQ== X-Gm-Message-State: APjAAAUgagNeF8+vFkkNpd5Y4E7HUR70lxquwq/wDa/ulrh6Cu4dgU6+ KxLCmDllML+QnDSpSh41Qg== X-Google-Smtp-Source: APXvYqyaS0TYvzjTPZIPuZme/uFk9QJ9Ap7J20wOVd2CKLqEYYi1duV0VS989NHcY60O65J0oEWMoQ== X-Received: by 2002:a6b:5a17:: with SMTP id o23mr73100927iob.41.1564001303913; Wed, 24 Jul 2019 13:48:23 -0700 (PDT) Received: from localhost ([64.188.179.254]) by smtp.gmail.com with ESMTPSA id y5sm49459573ioc.86.2019.07.24.13.48.23 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Wed, 24 Jul 2019 13:48:23 -0700 (PDT) Date: Wed, 24 Jul 2019 14:48:22 -0600 From: Rob Herring To: Sven Van Asbroeck Subject: Re: [PATCH 2/2] dt-bindings: bus: imx-weim: document optional burst clock mode Message-ID: <20190724204822.GA17166@bogus> References: <20190712204316.16783-1-TheSven73@gmail.com> <20190712204316.16783-2-TheSven73@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20190712204316.16783-2-TheSven73@gmail.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190724_134824_691203_6441A351 X-CRM114-Status: GOOD ( 10.21 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , devicetree@vger.kernel.org, Kees Cook , Arnd Bergmann , Fabio Estevam , Sascha Hauer , linux-kernel@vger.kernel.org, NXP Linux Team , Pengutronix Kernel Team , Shawn Guo , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, 12 Jul 2019 16:43:16 -0400, Sven Van Asbroeck wrote: > An optional devicetree property was added to the imx-weim driver, > which if present instructs it to operate in burst clock mode. > Update the dt-bindings to reflect this. > > Signed-off-by: Sven Van Asbroeck > --- > Documentation/devicetree/bindings/bus/imx-weim.txt | 4 ++++ > 1 file changed, 4 insertions(+) > Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel