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=-6.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, 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 C6FA7C433DF for ; Fri, 16 Oct 2020 06:26:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6B9E9207C4 for ; Fri, 16 Oct 2020 06:26:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2394236AbgJPG0M (ORCPT ); Fri, 16 Oct 2020 02:26:12 -0400 Received: from twspam01.aspeedtech.com ([211.20.114.71]:63381 "EHLO twspam01.aspeedtech.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2394010AbgJPG0M (ORCPT ); Fri, 16 Oct 2020 02:26:12 -0400 Received: from mail.aspeedtech.com ([192.168.0.24]) by twspam01.aspeedtech.com with ESMTP id 09G6NiIt073152; Fri, 16 Oct 2020 14:23:44 +0800 (GMT-8) (envelope-from billy_tsai@aspeedtech.com) Received: from localhost.localdomain (192.168.10.9) by TWMBX02.aspeed.com (192.168.0.24) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Fri, 16 Oct 2020 14:26:07 +0800 From: Billy Tsai To: , , , , , , , , , , CC: Subject: [PATCH 0/3] Extend peci feature Date: Fri, 16 Oct 2020 14:25:59 +0800 Message-ID: <20201016062602.20014-1-billy_tsai@aspeedtech.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [192.168.10.9] X-ClientProxiedBy: TWMBX02.aspeed.com (192.168.0.24) To TWMBX02.aspeed.com (192.168.0.24) X-DNSRBL: X-MAIL: twspam01.aspeedtech.com 09G6NiIt073152 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org This patch series extend the peci to support 64byte mode and simplify the setting of peci operation rate. Billy Tsai (3): peci: aspeed: make the driver support 64byte mode peci: aspeed: Auto calculate the adapter divisor dt-bindings: Change the meaning of clock-frequency .../devicetree/bindings/peci/peci-aspeed.yaml | 56 +++---- arch/arm/boot/dts/aspeed-g6.dtsi | 4 +- drivers/peci/busses/peci-aspeed.c | 158 ++++++++++++------ 3 files changed, 136 insertions(+), 82 deletions(-) -- 2.17.1