Message ID | 1604887429-29445-1-git-send-email-weiyi.lu@mediatek.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <SRS0=VQD0=EP=vger.kernel.org=linux-clk-owner@kernel.org> 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.1 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MIME_BASE64_TEXT,SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY,USER_AGENT_GIT 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 005A8C63699 for <linux-clk@archiver.kernel.org>; Mon, 9 Nov 2020 02:10:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A1150206C1 for <linux-clk@archiver.kernel.org>; Mon, 9 Nov 2020 02:10:04 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=mediatek.com header.i=@mediatek.com header.b="gHNT3FxU" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729038AbgKICJM (ORCPT <rfc822;linux-clk@archiver.kernel.org>); Sun, 8 Nov 2020 21:09:12 -0500 Received: from mailgw02.mediatek.com ([210.61.82.184]:58255 "EHLO mailgw02.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1728006AbgKICJL (ORCPT <rfc822;linux-clk@vger.kernel.org>); Sun, 8 Nov 2020 21:09:11 -0500 X-UUID: 1dc9b631cafa45c2b36a927bb484fc75-20201109 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mediatek.com; s=dk; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID:Date:Subject:CC:To:From; bh=8ybM21HPGnHRsJaEMX+fhVDh9NwKI7Uw2wQE7IqNyJA=; b=gHNT3FxUCuEIniRe7+F5Ep8kX5126Ywp0JevEP0Ig63Da+xu4lP46nZWb9j/bi3t7EgT7KV3sgMPiHnsjGA29TEpNhuhS8/fZIPVBIfBH7Umyr38bk/3qByaEwxtHVG3B5AMb6fqTd+Y5F+NY8DEDpnM4gPtLLmsiZ+CpB4T4A8=; X-UUID: 1dc9b631cafa45c2b36a927bb484fc75-20201109 Received: from mtkexhb01.mediatek.inc [(172.21.101.102)] by mailgw02.mediatek.com (envelope-from <weiyi.lu@mediatek.com>) (Cellopoint E-mail Firewall v4.1.14 Build 0819 with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 671499912; Mon, 09 Nov 2020 10:03:52 +0800 Received: from MTKCAS06.mediatek.inc (172.21.101.30) by mtkmbs07n1.mediatek.inc (172.21.101.16) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Mon, 9 Nov 2020 10:03:50 +0800 Received: from mtksdccf07.mediatek.inc (172.21.84.99) by MTKCAS06.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Mon, 9 Nov 2020 10:03:51 +0800 From: Weiyi Lu <weiyi.lu@mediatek.com> To: Matthias Brugger <matthias.bgg@gmail.com>, Rob Herring <robh@kernel.org>, Stephen Boyd <sboyd@kernel.org>, Nicolas Boichat <drinkcat@chromium.org> CC: <linux-arm-kernel@lists.infradead.org>, <linux-kernel@vger.kernel.org>, <linux-mediatek@lists.infradead.org>, <linux-clk@vger.kernel.org>, <srv_heupstream@mediatek.com>, Weiyi Lu <weiyi.lu@mediatek.com>, Yingjoe Chen <yingjoe.chen@mediatek.com> Subject: [PATCH v5 00/24] Mediatek MT8192 clock support Date: Mon, 9 Nov 2020 10:03:25 +0800 Message-ID: <1604887429-29445-1-git-send-email-weiyi.lu@mediatek.com> X-Mailer: git-send-email 1.8.1.1.dirty MIME-Version: 1.0 Content-Type: text/plain X-MTK: N Content-Transfer-Encoding: base64 Precedence: bulk List-ID: <linux-clk.vger.kernel.org> X-Mailing-List: linux-clk@vger.kernel.org |
Series |
Mediatek MT8192 clock support
|
expand
|
Quoting Weiyi Lu (2020-11-08 18:03:25) > This series is based on v5.10-rc1 and MT8192 dts v6[1]. > > [1] https://patchwork.kernel.org/project/linux-mediatek/patch/20201030092207.26488-2-seiya.wang@mediatek.com/ This series doesn't apply for me to clk tree. Please resend. Also, please remove the dts patches from the series as they're not relevant to clk tree and please get someone to review the patches on the list. I'm only looking now because nobody has said anything in over a month.