From mboxrd@z Thu Jan 1 00:00:00 1970 From: jae.hyun.yoo@linux.intel.com (Jae Hyun Yoo) Date: Tue, 24 Apr 2018 09:29:48 -0700 Subject: [PATCH v3 03/10] drivers/peci: Add support for PECI bus driver core In-Reply-To: <1524585717.21176.504.camel@linux.intel.com> 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> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.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