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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B107ECCA47C for ; Tue, 12 Jul 2022 10:11:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232979AbiGLKLB (ORCPT ); Tue, 12 Jul 2022 06:11:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59754 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232977AbiGLKKe (ORCPT ); Tue, 12 Jul 2022 06:10:34 -0400 Received: from mail-lj1-x230.google.com (mail-lj1-x230.google.com [IPv6:2a00:1450:4864:20::230]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 129AEACF64 for ; Tue, 12 Jul 2022 03:10:01 -0700 (PDT) Received: by mail-lj1-x230.google.com with SMTP id u14so9303851ljh.2 for ; Tue, 12 Jul 2022 03:10:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=message-id:date:mime-version:user-agent:subject:content-language:to :cc:references:from:in-reply-to:content-transfer-encoding; bh=0ZDFQ2Um/nbZ3y2xNR8xPwRUF9abK32syd+qjiX1zSk=; b=BSY4pUelNP4h5Wr+dYRA14v6b719CrwYFbUUC+l33kYLjDo3Hdf56rKyLWfWRrP2cV WZVZASV4qdF1Ur2mFtYAgAd4D6xb5cekT9yEvcZQH9qt5VQGndqNago7Il08cphBt5t9 DA4WN8380FtDEOHE8rbnqjhIhjHSRtWNMJys36YCLLLIiYZOG3MFsSpOrKbqKMj6HXWa 7LiIQ7V4eDxM1WkeL4mUGvBNRcl59FBtL9csg4luoUTki6UiNCIWXi72AH2r+tQlgVF1 GBygsZ+6vfKOYx6Frtq0xeQ+ZUQqalMxpIElz/NSWTN6fNN4t+m0UWYIK9/WuICNReNu EK3A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=0ZDFQ2Um/nbZ3y2xNR8xPwRUF9abK32syd+qjiX1zSk=; b=pfxi61wftesmFmW6wSMnVrlQrrqtzQCJHUrMHJOEBUpLmwXiutpRrTHL0hdypcFphq dXoH5ESYIPQK6sXP8Q/SiFdpTVNmt3Tbr25VXCO/bY1xlN8eVORn4sDyinVktVuyIb69 UfVMzlSOsdqrJAM6AuAClZuUbV3KiS5dftpBz6xItedgMVhpdD/2tOxVNrvuescIBm5r qKLmguirSm0iklCc17QALkmc0fB7g2K63x5feQiEoDk1sWGg9fBCHpf8MjefvTCUpZBs x/cctBeqkmJ56UDiBV2Z9uE00oMfUlJMDYNzN6M5wojc3x+jQE+0vamNiEFdMAiS1ftJ NzBQ== X-Gm-Message-State: AJIora+xtnDcNdV+SpfJY8nEobanpGgVQLPjJxHMbPVkXPAkmRVaHWxu QbiztgjM7kdOBICuCWkVsmMSIA== X-Google-Smtp-Source: AGRyM1t7I/+8lbJvJ0cWSuayauSODbhAXQyCBBXSKtzRJjwHCj1HjP3OHPvkO85FAWFhkAlkIi8Afg== X-Received: by 2002:a05:651c:1078:b0:25b:ef62:8387 with SMTP id y24-20020a05651c107800b0025bef628387mr12125381ljm.185.1657620600014; Tue, 12 Jul 2022 03:10:00 -0700 (PDT) Received: from [10.0.0.8] (fwa5da9-171.bb.online.no. [88.93.169.171]) by smtp.gmail.com with ESMTPSA id a4-20020a056512390400b00489c8110197sm2099589lfu.242.2022.07.12.03.09.57 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 12 Jul 2022 03:09:58 -0700 (PDT) Message-ID: Date: Tue, 12 Jul 2022 12:09:55 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [PATCH 6/7] pwm: dwc: remove the CONFIG_OF in timer clock Content-Language: en-US To: Ben Dooks , linux-pwm@vger.kernel.org Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Lee Jones , u.kleine-koenig@pengutronix.de, Thierry Reding , Krzysztof Kozlowski , Greentime Hu , Jude Onyenegecha , Sudip Mukherjee , William Salmon , Adnan Chowdhury References: <20220712100113.569042-1-ben.dooks@sifive.com> <20220712100113.569042-7-ben.dooks@sifive.com> From: Krzysztof Kozlowski In-Reply-To: <20220712100113.569042-7-ben.dooks@sifive.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 12/07/2022 12:01, Ben Dooks wrote: > We should probably change from the #ifdef added earlier in > 49a0f4692a8752c7b03cb26d54282bee5c8c71bb ("wm: dwc: add timer clock") > and just have it always in the dwc data so if we have a system with > both PCI and OF probing it should work > > -- consider merging with original patch Missing SoB. Please run checkpatch. Best regards, Krzysztof