From mboxrd@z Thu Jan 1 00:00:00 1970 From: jae.hyun.yoo@linux.intel.com (Jae Hyun Yoo) Date: Thu, 27 Sep 2018 09:27:30 -0700 Subject: [PATCH v8 01/12] dt-bindings: Add a document of PECI subsystem In-Reply-To: <20180927151055.GA11054@bogus> References: <20180918215124.14003-1-jae.hyun.yoo@linux.intel.com> <20180918215124.14003-2-jae.hyun.yoo@linux.intel.com> <20180927151055.GA11054@bogus> Message-ID: <28aa0b24-8531-21e0-343c-78654937d7ff@linux.intel.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 9/27/2018 8:10 AM, Rob Herring wrote: > On Tue, 18 Sep 2018 14:51:13 -0700, Jae Hyun Yoo wrote: >> This commit adds a document of generic PECI bus, adapter and client >> driver. >> >> Cc: Rob Herring >> Cc: Mark Rutland >> Cc: Andrew Jeffery >> Cc: Joel Stanley >> Signed-off-by: Jae Hyun Yoo >> Reviewed-by: Haiyue Wang >> Reviewed-by: James Feist >> Reviewed-by: Vernon Mauery >> --- >> .../devicetree/bindings/peci/peci.txt | 43 +++++++++++++++++++ >> 1 file changed, 43 insertions(+) >> create mode 100644 Documentation/devicetree/bindings/peci/peci.txt >> > > Reviewed-by: Rob Herring > Thanks for the review, Rob!