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.9 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS 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 8C4C7C04A6B for ; Wed, 8 May 2019 07:48:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5ADDF20644 for ; Wed, 8 May 2019 07:48:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727274AbfEHHsk (ORCPT ); Wed, 8 May 2019 03:48:40 -0400 Received: from mail-ed1-f68.google.com ([209.85.208.68]:35676 "EHLO mail-ed1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726131AbfEHHsk (ORCPT ); Wed, 8 May 2019 03:48:40 -0400 Received: by mail-ed1-f68.google.com with SMTP id p26so3314307edr.2 for ; Wed, 08 May 2019 00:48:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=FO0gLsxYIO+RwffbAYVeceY7yV7ZX7wepiF9XqqZUxg=; b=QPQfdQUXzhrg3wTFW0xgaIwVLLSZGUVRBsMYBPQFwXJ0uMR4VlAjc3SJoTKPPTpxGd qIqF8MPsk28P4nJDPs8Xt6tRqikAP6Rkq5kBicTTUc8ZlEZ13WxZ1Mxn9GdfotUTSIM8 CnMbdELVu9zT55aaUNf6sQgkPbiE23og9FUw8UmZ2S4LsuP+ce2RXzlfXG6R+Qrcu/DD qVWz5NIclwKhLIP//iE7iN021fhhhPllh4WhzTAsXcqzgyjjuX0iW8r+los9WHJYorVb fhMvkmQA3bUSHwK0vLLB6GGLqH9PGk/I55gIfmjof5Sc8TkvMYKznoO9kIvcBciUmVzb mDjQ== X-Gm-Message-State: APjAAAUEP9ZjziyugfcLR26ndzTrg8mUt2tqCn/M0OH992tLGWFii9Lh S0o8rTVRl5+LVALM2fEKxFJUO45FHPw= X-Google-Smtp-Source: APXvYqzvjRZtwwqIXkc4q8CpZL23B9fxxI4nKeCTlQGfR7gLQB6QFnbi8yyscmSfZXR62tKUCmK2kg== X-Received: by 2002:a50:d519:: with SMTP id u25mr38638071edi.185.1557301718884; Wed, 08 May 2019 00:48:38 -0700 (PDT) Received: from shalem.localdomain (84-106-84-65.cable.dynamic.v4.ziggo.nl. [84.106.84.65]) by smtp.gmail.com with ESMTPSA id j18sm4814399edf.72.2019.05.08.00.48.37 (version=TLS1_3 cipher=AEAD-AES128-GCM-SHA256 bits=128/128); Wed, 08 May 2019 00:48:37 -0700 (PDT) Subject: Re: [PATCH] platform/x86: pmc_atom: Add Lex 3I380D industrial PC to critclk_systems DMI table To: Stephen Boyd , Andy Shevchenko Cc: Darren Hart , Andy Shevchenko , Kai Heng Feng , Platform Driver , Linux Kernel Mailing List , Semyon Verchenko References: <20190429150135.15070-1-hdegoede@redhat.com> <085c5b6e-d220-ebd1-38d2-def7efca24b8@redhat.com> <568ba27d-a6a5-b158-bab1-f22cd8ccb34e@redhat.com> <155726027056.14659.1724431433952718602@swboyd.mtv.corp.google.com> From: Hans de Goede Message-ID: <10c8864c-6ee7-4dfd-6274-b1996e767653@redhat.com> Date: Wed, 8 May 2019 09:48:37 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <155726027056.14659.1724431433952718602@swboyd.mtv.corp.google.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On 07-05-19 22:17, Stephen Boyd wrote: > Quoting Hans de Goede (2019-05-06 08:05:42) >> Hi, >> >> On 06-05-19 16:59, Andy Shevchenko wrote: >>> On Mon, May 6, 2019 at 5:47 PM Hans de Goede wrote: >>>> >>>> Hi, >>>> >>>> On 06-05-19 14:38, Andy Shevchenko wrote: >>>>> On Mon, Apr 29, 2019 at 6:01 PM Hans de Goede wrote: >>>>>> >>>>>> The Lex 3I380D industrial PC has 4 ethernet controllers on board >>>>>> which need pmc_plt_clk0 - 3 to function, add it to the critclk_systems >>>>>> DMI table, so that drivers/clk/x86/clk-pmc-atom.c will mark the clocks >>>>>> as CLK_CRITICAL and they will not get turned off. >>>>>> >>>>> >>>>> Acked-by: Andy Shevchenko >>>>> supposedly to go via CLK tree. >>>>> >>>>> P.S. If you want it through PDx86, I need immutable branch / tag from CLK. >>>> >>>> Stephen added the patches this depends on to his fixes branch, so they >>>> are in the 5.1 / Torvald's master branch, since we are now in the 5.2 merge >>>> window, you should be able to cleanly apply this directly. >>> >>> We don't do back merges, so, our base is v5.1-rc1. Does it mean the >>> commit in question is in v5.1-rc1? >>> AFAICS it was appeared in v5.1-rc5. >> >> Ah, I see, my bad. >> >> Stephen can you pick up this patch and the >> "[PATCH 1/1] Add several Beckhoff Automation boards to critclk_systems DMI table" >> patch then? >> > > I guess this is urgent? Somewhat, getting this into e.g. rc2 would be fine too, waiting till 5.3 would be bad. Regards, Hans