Received: by 2002:a25:824b:0:0:0:0:0 with SMTP id d11csp433579ybn; Wed, 2 Oct 2019 00:03:59 -0700 (PDT) X-Google-Smtp-Source: APXvYqxOMSVwuZWzhRVE0JIpHrMDySLRMJYIUakoQrCI9aa0XSssRdrYb3KBZP9bAyvH4ZjulzqR X-Received: by 2002:a17:906:5c07:: with SMTP id e7mr1734395ejq.127.1569999839269; Wed, 02 Oct 2019 00:03:59 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1569999839; cv=none; d=google.com; s=arc-20160816; b=lGzn+mRcQhpFhoRoQwNH/VcEKLbwtDAg3/5i3htnwoYZYpbNinRqOzLuhjfL4dOsRJ Vh/7VKX3Zj5+wQn4o2ciUxIzrzDKDYZUL2H9JmvKTlp4b7SHciQOm0JQaBkD4tvtNz8B 9owDPVs2UMBaUX4bv6Z4pRXPANOUMk+9UnV0u7Iq+Iv3WwsXEy+zFjmatNZp1+q0Nv6O 1b6Ph5IEBm2GQEsuVkxvRLEbhsNgfnOEWLoSksunN/wl4EVgGxkHzIkVzVEnp4lOnFte c70n6oyTtxDaoxzhPJ2BKwG3a7ArQTNprKwhjisH/e8yPCb0KOAxUqoQXj+gqZyhCpfo +0dg== 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=LmKzHTSYtOjEUG1JNAs/NYNShuOhSevdiTeZSBIKC3M=; b=xjalqHBcYRP5BAyZD3q28vsdgD13XzQqnGaeogmYN9OcUCYAmuE+Wmznz/bwG74X6W VVIIEMnMHil8uo5hMolI8Z2Np8xAyIqun3lu8nmRv4c2yCX5rSH2FYiz+aJs7f209It3 jIbbC4J3cfLKhS+JjPUp7SqPgo6sz8pfKc1ngkIu6ZlEOdlFvf2UpDX7q/rtpCzRGp6k ZdZ0ZS9kgHW/YIiuvDLTOy0+dSu7PDX3ac0uT0qky1fY1qFtaxS+O/ScA/XV6tEBRINl K4HdNIWfRl3hKsnfUjNFe5fLXa0g/yI0DjhszWsUzQyt+DLaKbeNANmlWJzP1+2/dDpn gxpQ== 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id l54si11023496edb.206.2019.10.02.00.03.34; Wed, 02 Oct 2019 00:03:59 -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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727557AbfJBGSa (ORCPT + 99 others); Wed, 2 Oct 2019 02:18:30 -0400 Received: from twspam01.aspeedtech.com ([211.20.114.71]:61270 "EHLO twspam01.aspeedtech.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727518AbfJBGS3 (ORCPT ); Wed, 2 Oct 2019 02:18:29 -0400 Received: from twspam01.aspeedtech.com (localhost [127.0.0.2] (may be forged)) by twspam01.aspeedtech.com with ESMTP id x925vEF7005825 for ; Wed, 2 Oct 2019 13:57:14 +0800 (GMT-8) (envelope-from chiawei_wang@aspeedtech.com) Received: from mail.aspeedtech.com (twmbx02.aspeed.com [192.168.0.24]) by twspam01.aspeedtech.com with ESMTP id x925uFmm005677; Wed, 2 Oct 2019 13:56:15 +0800 (GMT-8) (envelope-from chiawei_wang@aspeedtech.com) Received: from localhost.localdomain (192.168.100.253) by TWMBX02.aspeed.com (192.168.0.24) with Microsoft SMTP Server (TLS) id 15.0.620.29; Wed, 2 Oct 2019 14:12:12 +0800 From: "Chia-Wei, Wang" To: CC: , , , , , , , , , , , Subject: [PATCH 0/2] peci: aspeed: Add AST2600 compatible Date: Wed, 2 Oct 2019 14:11:58 +0800 Message-ID: <20191002061200.29888-1-chiawei_wang@aspeedtech.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [192.168.100.253] X-ClientProxiedBy: TWMBX01.aspeed.com (192.168.0.23) To TWMBX02.aspeed.com (192.168.0.24) X-DNSRBL: X-MAIL: twspam01.aspeedtech.com x925uFmm005677 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Update the Aspeed PECI driver with the AST2600 compatible string. A new comptabile string is needed for the extended HW feature of AST2600. Chia-Wei, Wang (2): peci: aspeed: Add AST2600 compatible string dt-bindings: peci: aspeed: Add AST2600 compatible Documentation/devicetree/bindings/peci/peci-aspeed.txt | 1 + drivers/peci/peci-aspeed.c | 1 + 2 files changed, 2 insertions(+) -- 2.17.1