Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752520AbdDHQPl (ORCPT ); Sat, 8 Apr 2017 12:15:41 -0400 Received: from saturn.retrosnub.co.uk ([178.18.118.26]:38051 "EHLO saturn.retrosnub.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751626AbdDHQPd (ORCPT ); Sat, 8 Apr 2017 12:15:33 -0400 Subject: Re: [PATCH v5 2/2] iio: Aspeed ADC To: Stephen Boyd References: <20170328215259.31622-1-raltherr@google.com> <20170328215259.31622-2-raltherr@google.com> <20170405215046.GE7065@codeaurora.org> Cc: Rick Altherr , openbmc@lists.ozlabs.org, linux-kernel@vger.kernel.org, William Breathitt Gray , Michael Turquette , Andreas Klinger , Rob Herring , Peter Meerwald-Stadler , Quentin Schulz , linux-iio@vger.kernel.org, Zhiyong Tao , Geert Uytterhoeven , Lars-Peter Clausen , Raveendra Padasalagi , Scott Branden , Crestez Dan Leonard , Akinobu Mita , Fabrice Gasnier , Hartmut Knaack , linux-clk@vger.kernel.org From: Jonathan Cameron Message-ID: Date: Sat, 8 Apr 2017 17:15:29 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170405215046.GE7065@codeaurora.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1362 Lines: 32 On 05/04/17 22:50, Stephen Boyd wrote: > On 04/01, Jonathan Cameron wrote: >> On 28/03/17 22:52, Rick Altherr wrote: >>> Aspeed BMC SoCs include a 16 channel, 10-bit ADC. Low and high threshold >>> interrupts are supported by the hardware but are not currently implemented. >>> >>> Signed-off-by: Rick Altherr >> Two really trivial things inline. I'll fix them whilst applying rather than >> having you do a v6 - please do sanity check I haven't messed it up though! >> >> Applied to the togreg branch of iio.git and pushed out as testing for >> the autobuilders to play with it. >> > > Oh I was too late. Blame work. Anyway, I made some comments on > v4. If they're fixed in a later patch or discussed on list that's > fine. No worries on my end. > Oops. I went a bit quick on this one I guess. Anyhow, from a quick read of your comments I'm not sure if any of them are such that we should revert. Perhaps we Rick can prepare a follow up patch covering them? I got a little lost so am not sure but if there is anything effecting bindings Rick, please get this through asap or let me know if we need to revert for now. Even if it is a case of adding a bit of binding and following up with the code using it a bit later. I'd asked for input on the clock stuff then forgot all about it on the later version. Sorry about that! Jonathan