From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_2 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DF0FDC4332F for ; Sun, 8 Sep 2019 12:23:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id AD090218AC for ; Sun, 8 Sep 2019 12:23:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567945413; bh=FFTPH1hK521flPp+HMa0C8RHLbAzeRkBtWuGqrpCCds=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=Qk1BWPoT5usAk8zpcvztGg9H+oV0/WqkMJbsDWz8Vx2zgyu4NdOLopTe9OHuV7HBg bZ3sz5e12UnYzq7Cpbnn1gtQ/vqA/KpX30y9tHO75o8pgmjeoGuOXlYLdZjqmPatk1 tf0vdB6LhUzWHYKDOacd1pvXZHUqmJ19WX6oyiJ4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729077AbfIHMXc (ORCPT ); Sun, 8 Sep 2019 08:23:32 -0400 Received: from mail.kernel.org ([198.145.29.99]:49910 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728818AbfIHMXc (ORCPT ); Sun, 8 Sep 2019 08:23:32 -0400 Received: from archlinux (cpc149474-cmbg20-2-0-cust94.5-4.cable.virginm.net [82.4.196.95]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 9ADF0214D9; Sun, 8 Sep 2019 12:23:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567945411; bh=FFTPH1hK521flPp+HMa0C8RHLbAzeRkBtWuGqrpCCds=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=krovOf2JrLy1vbGCYbmK0DXP76Wo+0vDt6LFOvNDQ51gJPQj0Rx4MG00wTjlp9DNf +5TptjDvBSpXkT1T/raY0vigf4wDWSGEzV3LdEGQfueGHzSHzIAIKLbI+tum++4VRm f9rpQ+l/wA7+Akm39xOkPnvoN565FPfZyuvQUpoI= Date: Sun, 8 Sep 2019 13:23:24 +0100 From: Jonathan Cameron To: Artur Rojek Cc: Rob Herring , Mark Rutland , Paul Cercueil , linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Rob Herring Subject: Re: [PATCH v2 1/3] dt-bindings: iio/adc: Add a compatible string for JZ4770 SoC ADC Message-ID: <20190908132324.787d1005@archlinux> In-Reply-To: <5dd8172ff664fa1795a10ef40960ba54@artur-rojek.eu> References: <20190727195940.14010-1-contact@artur-rojek.eu> <20190728094523.2a161231@archlinux> <5dd8172ff664fa1795a10ef40960ba54@artur-rojek.eu> X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 03 Sep 2019 21:09:24 +0200 Artur Rojek wrote: > Hi Jonathan, > > Just reminding you of this patch set. > > Artur Hi Artur, Thanks for the reminder. As you'd no doubt concluded, I'd dropped it down the back of the sofa. Unfortunately it's now just missed my last pull for 5.4 (probably) so I've queued it up for the 5.5 cycle. Applied to the togreg branch of iio.git and pushed out as testing for the autobuilders to play with it. Thanks, Jonathan > > On 2019-07-28 10:45, Jonathan Cameron wrote: > > On Sat, 27 Jul 2019 21:59:38 +0200 > > Artur Rojek wrote: > > > >> Add a compatible string for the ADC controller present on > >> Ingenic JZ4770 SoC. > >> > >> Signed-off-by: Artur Rojek > >> Reviewed-by: Rob Herring > > > > Hi Artur, > > > > I'll have to hold this series for a few weeks as the fix for the > > clock rate divider isn't in my upstream for the togreg branch yet > > (as I haven't sent a pull request since the merge window). > > > > Give me a poke if I seem to have forgotten these in a few weeks > > time. > > > > Thanks, > > > > Jonathan > > > >> --- > >> > >> Changes: > >> > >> v2: no change > >> > >> Documentation/devicetree/bindings/iio/adc/ingenic,adc.txt | 1 + > >> 1 file changed, 1 insertion(+) > >> > >> diff --git a/Documentation/devicetree/bindings/iio/adc/ingenic,adc.txt > >> b/Documentation/devicetree/bindings/iio/adc/ingenic,adc.txt > >> index f01159f20d87..cd9048cf9dcf 100644 > >> --- a/Documentation/devicetree/bindings/iio/adc/ingenic,adc.txt > >> +++ b/Documentation/devicetree/bindings/iio/adc/ingenic,adc.txt > >> @@ -5,6 +5,7 @@ Required properties: > >> - compatible: Should be one of: > >> * ingenic,jz4725b-adc > >> * ingenic,jz4740-adc > >> + * ingenic,jz4770-adc > >> - reg: ADC controller registers location and length. > >> - clocks: phandle to the SoC's ADC clock. > >> - clock-names: Must be set to "adc".