Re: [PATCH v10 03/12] peci: Add support for PECI bus driver core

2019-01-14 Thread Jae Hyun Yoo
Hello Joel, On 1/14/2019 3:13 AM, Joel Stanley wrote: Hello Jae, On Tue, 8 Jan 2019 at 08:11, Jae Hyun Yoo wrote: This commit adds driver implementation for PECI bus core into linux driver framework. I would like to help you get this merged next release cycle, as we are now carrying it in

Re: [PATCH v10 03/12] peci: Add support for PECI bus driver core

2019-01-14 Thread Joel Stanley
Hello Jae, On Tue, 8 Jan 2019 at 08:11, Jae Hyun Yoo wrote: > > This commit adds driver implementation for PECI bus core into linux > driver framework. I would like to help you get this merged next release cycle, as we are now carrying it in OpenBMC. I suggest we ask Greg to queue it up if there

[PATCH v10 03/12] peci: Add support for PECI bus driver core

2019-01-07 Thread Jae Hyun Yoo
This commit adds driver implementation for PECI bus core into linux driver framework. PECI (Platform Environment Control Interface) is a one-wire bus interface that provides a communication channel from Intel processors and chipset components to external monitoring or control devices. PECI is desi