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=-0.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 A0A2BC76190 for ; Thu, 25 Jul 2019 19:32:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6559B218EA for ; Thu, 25 Jul 2019 19:32:33 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="C4AxvAwo" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726845AbfGYTcc (ORCPT ); Thu, 25 Jul 2019 15:32:32 -0400 Received: from mail-lj1-f194.google.com ([209.85.208.194]:35613 "EHLO mail-lj1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726597AbfGYTcc (ORCPT ); Thu, 25 Jul 2019 15:32:32 -0400 Received: by mail-lj1-f194.google.com with SMTP id x25so49175225ljh.2; Thu, 25 Jul 2019 12:32:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Kp0EWNt1hJYOLXDTYlF7zykP3Zq2TsBvXEhXEloAP6c=; b=C4AxvAwobnSSddWK24zoACbWa2WjxylpFNge6tKlmOW+LLRo+AXD/ZpOa2ItZLWQ0V rca8/YgVzcRihbJdusIc8NP6R3JF6C/L5frSIAc/ApkYxB0wzAc/FRwDJCtahPQgb0Hs n6AYQKp2AyOCm6dUCMFiWExIrr7KlAr2OSGThds/zl6FzBQwutPcxhg8gmCHra/5nXrQ IFypJzMVv81BoUmg/179zDv95k+wq9BmQCIE/v38M6QgpT2vp1mZDuyRiUPuPDsu6wJo ThpgtWT10jqE3omLZRtngj0C7o/10Ew8qAXeJP224fMyanvN2BdJ790hY3vFN7KL3lgf A13w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Kp0EWNt1hJYOLXDTYlF7zykP3Zq2TsBvXEhXEloAP6c=; b=koKc9XOcM/qE/rJBKkRGiU665hLLAf/2m4JxY+Qr22IMgHnZATzEh2bsWuD7K+aRvP qzAx3zOx5ElDLPrfDCUUk7Bz9so2Pd7xMuGNVWCcKUqf+FSRRcZFJ3dc71lIAiXJEgtS ASZxGOG/Ldvi3wPGWAhsBXSKm4+M2+pFPTNokPole8o4dkRxibndTpMJOKbi3tLdJnm4 TGIkOMkDhDjXxMJ7suqKuyAKdned6S4RVl/R0lgih14AIWmRpiIVW+tI+WmAEg49Y2pz Nc3V+WrIG4e6My7Aw4h7psslC3U64B0QyqFzKaNk7FQ2iTRqvvtfGAXEe7itjTRF7L+o sPWQ== X-Gm-Message-State: APjAAAVNCyA40QDw9r/LX/hfFJt1B2KDszVt9geKBCYr68gT/SNOq6qf CNCZssJHH/cUVtWFkgoTPLDuNnn5Wxwl6z1Px0s= X-Google-Smtp-Source: APXvYqyDf3rdKYXqiXUlgdRjLq+Vaz3jmCLYtBCYErQSevesbRjPKuJmugaeK1C2zffMG++H1hJFxitGJxEZjTaH6lU= X-Received: by 2002:a2e:5dc6:: with SMTP id v67mr47345282lje.240.1564083149838; Thu, 25 Jul 2019 12:32:29 -0700 (PDT) MIME-Version: 1.0 References: <20190712204316.16783-1-TheSven73@gmail.com> In-Reply-To: From: Fabio Estevam Date: Thu, 25 Jul 2019 16:32:31 -0300 Message-ID: Subject: Re: [PATCH 1/2] bus: imx-weim: optionally enable burst clock mode To: Sven Van Asbroeck Cc: Shawn Guo , NXP Linux Team , Kees Cook , Linux Kernel Mailing List , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , Mark Rutland , Sascha Hauer , devicetree , Pengutronix Kernel Team , Arnd Bergmann Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Sven, On Thu, Jul 25, 2019 at 11:30 AM Sven Van Asbroeck wrote: > > On Fri, Jul 12, 2019 at 4:43 PM Sven Van Asbroeck wrote: > > > > To enable burst clock mode, add the fsl,burst-clk-enable > > property to the weim bus's devicetree node. > > > > Any feedback on this patch, positive or negative? Looks good to me: Reviewed-by: Fabio Estevam From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio Estevam Subject: Re: [PATCH 1/2] bus: imx-weim: optionally enable burst clock mode Date: Thu, 25 Jul 2019 16:32:31 -0300 Message-ID: References: <20190712204316.16783-1-TheSven73@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Sven Van Asbroeck Cc: Shawn Guo , NXP Linux Team , Kees Cook , Linux Kernel Mailing List , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , Mark Rutland , Sascha Hauer , devicetree , Pengutronix Kernel Team , Arnd Bergmann List-Id: devicetree@vger.kernel.org Hi Sven, On Thu, Jul 25, 2019 at 11:30 AM Sven Van Asbroeck wrote: > > On Fri, Jul 12, 2019 at 4:43 PM Sven Van Asbroeck wrote: > > > > To enable burst clock mode, add the fsl,burst-clk-enable > > property to the weim bus's devicetree node. > > > > Any feedback on this patch, positive or negative? Looks good to me: Reviewed-by: Fabio Estevam 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=-0.7 required=3.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,DKIM_VALID,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 06322C76190 for ; Thu, 25 Jul 2019 19:32:35 +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 D2B5C218F0 for ; Thu, 25 Jul 2019 19:32:34 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="UPoR/1Gu"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="C4AxvAwo" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D2B5C218F0 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com 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:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=7YwTrJNEABXJVQJ7zGVt5MGLjN9irLD5Fe2c9/ebVyc=; b=UPoR/1GuaskHiP WRJL5KzyzdCMh5g0v54NdMIV+nfcsUTA+6Bxv4c3UHRUVeR3pDRz/+HhGj04kYADdZrD6iFqDmlXD uZHmEhRRM5gB0kbQ+OU6r4vzDIQrQTdUGgfC4hpcs89frFlsR3gv0QbWwBPqMACgwOu4ZF/SdXpfn S9OqJ+dC5nXUb+ikrlujTgxzSgLDgkI8l1isFH+CKM5TZv/xO8czOp2UiLHe+PQFDZaTM5d/XU9pz DAziGMoaQSMe1/9z15iu0c0ISoC2caoKl/MWja6qo/kej1DFXbzw2vvNFbQDJQsUh4vic709KQneb nEGneeOQG/cKBy/tTr+w==; 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 1hqjTe-0005L4-2h; Thu, 25 Jul 2019 19:32:34 +0000 Received: from mail-lj1-x242.google.com ([2a00:1450:4864:20::242]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1hqjTb-0005Kb-P4 for linux-arm-kernel@lists.infradead.org; Thu, 25 Jul 2019 19:32:32 +0000 Received: by mail-lj1-x242.google.com with SMTP id m23so49029792lje.12 for ; Thu, 25 Jul 2019 12:32:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Kp0EWNt1hJYOLXDTYlF7zykP3Zq2TsBvXEhXEloAP6c=; b=C4AxvAwobnSSddWK24zoACbWa2WjxylpFNge6tKlmOW+LLRo+AXD/ZpOa2ItZLWQ0V rca8/YgVzcRihbJdusIc8NP6R3JF6C/L5frSIAc/ApkYxB0wzAc/FRwDJCtahPQgb0Hs n6AYQKp2AyOCm6dUCMFiWExIrr7KlAr2OSGThds/zl6FzBQwutPcxhg8gmCHra/5nXrQ IFypJzMVv81BoUmg/179zDv95k+wq9BmQCIE/v38M6QgpT2vp1mZDuyRiUPuPDsu6wJo ThpgtWT10jqE3omLZRtngj0C7o/10Ew8qAXeJP224fMyanvN2BdJ790hY3vFN7KL3lgf A13w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Kp0EWNt1hJYOLXDTYlF7zykP3Zq2TsBvXEhXEloAP6c=; b=laS0PnH9UVHpTAFTCkwoBW6HLmwiaV1NhOodDyqjiXlfL0Tv2mAt2JaLK1Mh70Ndvh FLpfBuS0QZnJTq2tC25UVdrnCD1OeL5F99P9huNXJNT2ypcUmR97T1dKFJIAin1EErEi Hj4jLKvUzj2zC5z7Xvew/JzsS5ocnB0N8hLcgzzMo3B52Px43dkcG3o9ReHaz2RTzki5 K0NIXTqEI/8oOEXyfQ4k56+/CB+XMTGodfsQrL2oYN78tcO/MyD24kDQzGUzTe9BG7T/ 6uyaI2Puq4uAD7q7TeglXb5KeXzHquMpT7uK29XhYH999o9EvQFqmLSmeLnsTLsXQjxb xavw== X-Gm-Message-State: APjAAAUO4pMmzLCFRObXVYrf3PIGJnxevDsdr5GIAjRzdMuXoTSQAJ2J pXhb9U96tyiFgIKcXgmYJXG/Zx3ZDGfCJZ2IzZc= X-Google-Smtp-Source: APXvYqyDf3rdKYXqiXUlgdRjLq+Vaz3jmCLYtBCYErQSevesbRjPKuJmugaeK1C2zffMG++H1hJFxitGJxEZjTaH6lU= X-Received: by 2002:a2e:5dc6:: with SMTP id v67mr47345282lje.240.1564083149838; Thu, 25 Jul 2019 12:32:29 -0700 (PDT) MIME-Version: 1.0 References: <20190712204316.16783-1-TheSven73@gmail.com> In-Reply-To: From: Fabio Estevam Date: Thu, 25 Jul 2019 16:32:31 -0300 Message-ID: Subject: Re: [PATCH 1/2] bus: imx-weim: optionally enable burst clock mode To: Sven Van Asbroeck X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190725_123231_811861_C51EC862 X-CRM114-Status: UNSURE ( 9.64 ) X-CRM114-Notice: Please train this message. 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 , Kees Cook , Arnd Bergmann , Sascha Hauer , Linux Kernel Mailing List , NXP Linux Team , Pengutronix Kernel Team , Shawn Guo , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" 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 Hi Sven, On Thu, Jul 25, 2019 at 11:30 AM Sven Van Asbroeck wrote: > > On Fri, Jul 12, 2019 at 4:43 PM Sven Van Asbroeck wrote: > > > > To enable burst clock mode, add the fsl,burst-clk-enable > > property to the weim bus's devicetree node. > > > > Any feedback on this patch, positive or negative? Looks good to me: Reviewed-by: Fabio Estevam _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel