Message ID | 20210803113134.2262882-1-iwona.winiarska@intel.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-hwmon-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=-16.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham 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 3336BC4338F for <linux-hwmon@archiver.kernel.org>; Tue, 3 Aug 2021 11:32:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 137CB60EBC for <linux-hwmon@archiver.kernel.org>; Tue, 3 Aug 2021 11:32:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235527AbhHCLdC (ORCPT <rfc822;linux-hwmon@archiver.kernel.org>); Tue, 3 Aug 2021 07:33:02 -0400 Received: from mga06.intel.com ([134.134.136.31]:18035 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235329AbhHCLdB (ORCPT <rfc822;linux-hwmon@vger.kernel.org>); Tue, 3 Aug 2021 07:33:01 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10064"; a="274715825" X-IronPort-AV: E=Sophos;i="5.84,291,1620716400"; d="scan'208";a="274715825" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Aug 2021 04:32:50 -0700 X-IronPort-AV: E=Sophos;i="5.84,291,1620716400"; d="scan'208";a="511166743" Received: from jdanieck-mobl1.ger.corp.intel.com (HELO localhost) ([10.249.128.99]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Aug 2021 04:32:43 -0700 From: Iwona Winiarska <iwona.winiarska@intel.com> To: linux-kernel@vger.kernel.org, openbmc@lists.ozlabs.org, Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: x86@kernel.org, devicetree@vger.kernel.org, linux-aspeed@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org, linux-hwmon@vger.kernel.org, linux-doc@vger.kernel.org, Rob Herring <robh+dt@kernel.org>, Joel Stanley <joel@jms.id.au>, Andrew Jeffery <andrew@aj.id.au>, Jean Delvare <jdelvare@suse.com>, Guenter Roeck <linux@roeck-us.net>, Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>, Jonathan Corbet <corbet@lwn.net>, Thomas Gleixner <tglx@linutronix.de>, Andy Lutomirski <luto@kernel.org>, Ingo Molnar <mingo@redhat.com>, Borislav Petkov <bp@alien8.de>, Yazen Ghannam <yazen.ghannam@amd.com>, Mauro Carvalho Chehab <mchehab@kernel.org>, Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>, Tony Luck <tony.luck@intel.com>, Andy Shevchenko <andriy.shevchenko@linux.intel.com>, Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com>, Dan Williams <dan.j.williams@intel.com>, Randy Dunlap <rdunlap@infradead.org>, Zev Weiss <zweiss@equinix.com>, David Muller <d.mueller@elsoft.ch>, Iwona Winiarska <iwona.winiarska@intel.com> Subject: [PATCH v2 00/15] Introduce PECI subsystem Date: Tue, 3 Aug 2021 13:31:19 +0200 Message-Id: <20210803113134.2262882-1-iwona.winiarska@intel.com> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: <linux-hwmon.vger.kernel.org> X-Mailing-List: linux-hwmon@vger.kernel.org |
Series |
Introduce PECI subsystem
|
expand
|
On Tue, Aug 03, 2021 at 01:31:19PM +0200, Iwona Winiarska wrote: > Hi Greg, > > This is a second round of patches introducing PECI subsystem. > I don't think it is ready to be applied right away (we're still > missing r-b's), but I hope we have chance to complete discussion in > the 5.15 development cycle. I would appreciate if you could take > a look. I will wait to review this when you all feel it is ready so as to not waste my time finding things that you already know need to be resolved. thanks, greg k-h