From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752888AbdBJU4V (ORCPT ); Fri, 10 Feb 2017 15:56:21 -0500 Received: from gate.crashing.org ([63.228.1.57]:43579 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752567AbdBJU4U (ORCPT ); Fri, 10 Feb 2017 15:56:20 -0500 Message-ID: <1486760156.3401.47.camel@kernel.crashing.org> Subject: Re: [PATCH v4] drivers/misc: Add Aspeed LPC control driver From: Benjamin Herrenschmidt To: Greg KH , Cyril Bur Cc: linux-kernel@vger.kernel.org, mikey@neuling.org, joel@jms.id.au, openbmc@lists.ozlabs.org Date: Sat, 11 Feb 2017 07:55:56 +1100 In-Reply-To: <20170210143012.GB18321@kroah.com> References: <20170207234247.19425-1-cyrilbur@gmail.com> <20170210143012.GB18321@kroah.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.22.4 (3.22.4-2.fc25) Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2017-02-10 at 15:30 +0100, Greg KH wrote: > > Without some other reviewed-by: or at least tested-by lines here, I'm > not going to take this.  Go poke your fellow ppc people to do some > work > here, it shouldn't be up to me to do it for them :( We are reviewing it ;-) We asked for a change in the reading of the DT "reg" property (he should use the appropriate helpers rather than do it by hand). I'll send my reviewed-by once that has been addressed. Cheers, Ben.