Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp6392477ybe; Wed, 18 Sep 2019 02:43:47 -0700 (PDT) X-Google-Smtp-Source: APXvYqwgEZaguzMV7hG8Aqd2Rd/wFwkxyMw1zTK9mU8M1iLTpBfj6EYWBVtDFfmHGczyvXn+j/DR X-Received: by 2002:a17:906:20c7:: with SMTP id c7mr8439720ejc.248.1568799826939; Wed, 18 Sep 2019 02:43:46 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1568799826; cv=none; d=google.com; s=arc-20160816; b=xS9rGE486mclPoWdH5j3GLtK33iHVVSIffstAS4qlUCOVjVNhyF0iCly/ofnnqkVpY 0oG59r8SKE/nivSDJ6XXv26D1vyuyd0zjjxFaUE/TqJCEcHoTiCiSNUaKHuuL3jImbaj O7nwNHe/0VYKb4FTLBZTLLvvGfl/akFRlFfIpbkHKNErsiTj2bS0e0gEJKc83GS94is1 cvweqe53j4kWp5v8dtzm3vxYTD0qbMj2TKEnVhGcZgQ/ooH+/EiLC4uL1EEjZEbHOLpI LjHDwu/hMV6/fHDhE2PM1+Cf/1idCzIrkA9KVcP/Q7E412aXlm9OCt1tFqZE0/U8lLz9 09Ow== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:subject:cc :to:from; bh=f+uJ0YALcZKZoFt3IqIx86A8u9HhuSTF9fLIW/L5WKE=; b=XkVbgA5ggDPyobzFMgdEs4oPVEGWiWjaB9ZsR7zrffG6Von2k/L0GclcmX1CHSEwyV c2rzr3MlD0RfqnoJzGBOTgCcxwJ5brJN2vR1ugkhiLmX2MhrzLwObPMdhCXSndYuT5Nl BBqLGtZBlietftAB0T8ITLKy25MA6rk89LQFIyc0cWbQbDdJQ1p65YAl6Srna1wPpQNN P4sd3uVGi4A2qh+z4WQQ3hi7BRrFj2x5uPapXPsiVyILchg0zagElBQ3yQsSOZjEQGOW a6oMdb2rqZnR62xzKwfojAkrSjP3NAQjysIPa9lkMkJzMn0ZhPXbmlV1qyJaq1hyLLoO EdAw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=mediatek.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d52si2918960ede.370.2019.09.18.02.43.23; Wed, 18 Sep 2019 02:43:46 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=mediatek.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729164AbfIRJ3V (ORCPT + 99 others); Wed, 18 Sep 2019 05:29:21 -0400 Received: from mailgw02.mediatek.com ([210.61.82.184]:52338 "EHLO mailgw02.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1725989AbfIRJ3U (ORCPT ); Wed, 18 Sep 2019 05:29:20 -0400 X-UUID: 8f94c788b13c4ecb830d88a6254cd1c5-20190918 X-UUID: 8f94c788b13c4ecb830d88a6254cd1c5-20190918 Received: from mtkexhb02.mediatek.inc [(172.21.101.103)] by mailgw02.mediatek.com (envelope-from ) (Cellopoint E-mail Firewall v4.1.10 Build 0809 with TLS) with ESMTP id 543975629; Wed, 18 Sep 2019 17:29:12 +0800 Received: from mtkcas07.mediatek.inc (172.21.101.84) by mtkmbs05n2.mediatek.inc (172.21.101.140) with Microsoft SMTP Server (TLS) id 15.0.1395.4; Wed, 18 Sep 2019 17:29:07 +0800 Received: from mtksdccf07.mediatek.inc (172.21.84.99) by mtkcas07.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1395.4 via Frontend Transport; Wed, 18 Sep 2019 17:29:05 +0800 From: Sam Shih To: Rob Herring , Mark Rutland , Matthias Brugger , Thierry Reding CC: Ryder Lee , John Crispin , , , , , Sam Shih Subject: [PATCH v8 0/11] Add mt7629 and fix mt7628 pwm Date: Wed, 18 Sep 2019 17:28:48 +0800 Message-ID: <1568798939-16038-1-git-send-email-sam.shih@mediatek.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Content-Type: text/plain X-MTK: N Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Changes since v8: 1. Fix warning and build-error for patch 04/11 Changes since v7: 1. PATCH v7 10/11: Add a missed Reviewed-by tag Changes since v6: 1. Due to we can use fixed-clock in DT We removed has_clks and fixed-clock properties Changes since v5: - Follow reviewer's comments: 1. the license stuff is a separate change 2. split fix mt7628 pwm into a single patch 3. to ensure to not use mtk_pwm_clk_name[10] (After dynamic allocate clock array patch, this is no need to check) 4. Use clock-frequency property to replace the use of has_clks Changes since v4: - Follow reviewer's comments (v3: pwm: mediatek: add a property "num-pwms") Move the changes of droping the check for of_device_get_match_data returning non-NULL to next patch - Follow reviewers's comments (v3: pwm: mediatek: allocate the clks array dynamically) 1. use pc->soc->has_clks to check clocks exist or not. 2. Add error message when probe() unable to get clks - Fixes bug when SoC is old mips which has no complex clock tree. if clocks not exist, use the new property from DT to apply period calculation; otherwise, use clk_get_rate to get clock frequency and apply period calculation. Changes since v3: - add a new property "clock-frequency" and fix mt7628 pwm - add mt7629 pwm support Changes since v2: - use num-pwms instead of mediatek,num-pwms. - rename the member from num_pwms to fallback_num_pwms to make it more obvious that it doesn't represent the actually used value. - add a dev_warn and a expressive comment to help other developers to not start adding num_pwms in the compatible_data. Changes since v1: - add some checks for backwards compatibility. Ryder Lee (5): pwm: mediatek: add a property "num-pwms" dt-bindings: pwm: add a property "num-pwms" arm64: dts: mt7622: add a property "num-pwms" for PWM arm: dts: mt7623: add a property "num-pwms" for PWM dt-bindings: pwm: update bindings for MT7629 SoC Sam Shih (6): pwm: mediatek: droping the check for of_device_get_match_data pwm: mediatek: remove a property "has-clks" pwm: mediatek: allocate the clks array dynamically pwm: mediatek: use pwm_mediatek as common prefix pwm: mediatek: update license and switch to SPDX tag arm: dts: mediatek: add mt7629 pwm support .../devicetree/bindings/pwm/pwm-mediatek.txt | 8 +- arch/arm/boot/dts/mt7623.dtsi | 1 + arch/arm64/boot/dts/mediatek/mt7622.dtsi | 1 + drivers/pwm/pwm-mediatek.c | 245 +++++++++--------- arch/arm/boot/dts/mt7629.dtsi | 16 ++++++++++++++++ 5 files changed, 149 insertions(+), 122 deletions(-) -- 2.17.1