From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Return-path: Subject: Re: [PATCH linux dev-4.10 0/6] Add support PECI and PECI hwmon drivers To: Greg KH Cc: joel@jms.id.au, andrew@aj.id.au, arnd@arndb.de, jdelvare@suse.com, linux@roeck-us.net, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, devicetree@vger.kernel.org, linux-hwmon@vger.kernel.org, linux-arm-kernel@lists.infradead.org, openbmc@lists.ozlabs.org, Jae Hyun Yoo References: <20180109223126.13093-1-jae.hyun.yoo@linux.intel.com> <20180110101755.GA5822@kroah.com> From: Jae Hyun Yoo Message-ID: <006c4a95-9299-bd17-6dec-52578e8461ae@linux.intel.com> Date: Wed, 10 Jan 2018 11:14:34 -0800 MIME-Version: 1.0 In-Reply-To: <20180110101755.GA5822@kroah.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit List-ID: On 1/10/2018 2:17 AM, Greg KH wrote: > On Tue, Jan 09, 2018 at 02:31:20PM -0800, Jae Hyun Yoo wrote: >> From: Jae Hyun Yoo >> >> Hello, >> >> This patch set provides support for PECI of AST2400/2500 which can give us PECI >> functionalities such as temperature monitoring, platform manageability, >> processor diagnostics and failure analysis. Also provides generic peci.h and >> peci_ioctl.h headers to provide compatibility to peci drivers that can be >> implemented later e.g. Nuvoton's BMC SoC family. > > What is the "dev-4.10" in the subject for? 4.10 is really old and > obsolete :( > > thanks, > > greg k-h > I made this patch set on top of the v4.10 which OpenBmc project is currently using. I'll rebase this patch set onto the current kernel.org mainline. Thanks, Jae