From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jae Hyun Yoo Subject: Re: [PATCH v3 03/10] drivers/peci: Add support for PECI bus driver core Date: Tue, 24 Apr 2018 09:29:48 -0700 Message-ID: References: <20180410183212.16787-1-jae.hyun.yoo@linux.intel.com> <20180410183212.16787-4-jae.hyun.yoo@linux.intel.com> <1524585717.21176.504.camel@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1524585717.21176.504.camel@linux.intel.com> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: Andy Shevchenko , Alan Cox , Andrew Jeffery , Andrew Lunn , Arnd Bergmann , Benjamin Herrenschmidt , Fengguang Wu , Greg KH , Guenter Roeck , Haiyue Wang , James Feist , Jason M Biils , Jean Delvare , Joel Stanley , Julia Cartwright , Miguel Ojeda , Milton Miller II , Pavel Machek , Randy Dunlap Cc: 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 List-Id: devicetree@vger.kernel.org On 4/24/2018 9:01 AM, Andy Shevchenko wrote: > On Tue, 2018-04-10 at 11:32 -0700, Jae Hyun Yoo wrote: >> This commit adds driver implementation for PECI bus core into linux >> driver framework. >> > > All comments you got for patch 6 are applicable here. > > And perhaps in the rest of the series. > > The rule of thumb: when you get even single comment in a certain place, > re-check _entire_ series for the same / similar patterns! > Thanks for your advice. I'll keep that in mind. Jae