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=-12.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,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 AF4DFC4338F for ; Sat, 24 Jul 2021 16:23:39 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 693CC60E91 for ; Sat, 24 Jul 2021 16:23:39 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 693CC60E91 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=hr7vCyoN0aim7QPbxC1uGig3jkz1TMJVkM9ipDbig48=; b=JLiCiXmJH7aYMc kDz0uGsb8IrpmOHx4oIZ/8rpaH1l28ESdfknp5hslpPvN1mogJ3NlxnoExV5fIO3eafnSydaOJ6WU a0DYCXY1Ba9iQGuN6Kdk3dNCCHNbkk3IU9U1krIUn6AiE4BAS5+IPaY1bmWGLDInw2iSct/Jydeeg wGkKMygzU9tuHKG5iOU7H0T5FV0mc1dZ9Nep14kPVzQyk3Z5vrx63fYfWQRHc8Z3l3lEEePxbROba ym33itIEblaGZEXFcCh36HZmgudj7nACqliPOIm/CvOC57n3NeVsU/iEZgDdvy7jmDfr1AS5bhgb6 G5+G8WYT2uccZGRCsyXg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1m7KPh-007Pqg-3f; Sat, 24 Jul 2021 16:22:09 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1m7KPd-007PqF-5d for linux-arm-kernel@lists.infradead.org; Sat, 24 Jul 2021 16:22:06 +0000 Received: from jic23-huawei (cpc108967-cmbg20-2-0-cust86.5-4.cable.virginm.net [81.101.6.87]) (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 0A00B60E78; Sat, 24 Jul 2021 16:22:00 +0000 (UTC) Date: Sat, 24 Jul 2021 17:24:32 +0100 From: Jonathan Cameron To: Billy Tsai Cc: , , , , , , , , , , , Subject: Re: [v1 0/7] Add support for ast2600 ADC Message-ID: <20210724172432.50478f0e@jic23-huawei> In-Reply-To: <20210719080607.28712-1-billy_tsai@aspeedtech.com> References: <20210719080607.28712-1-billy_tsai@aspeedtech.com> X-Mailer: Claws Mail 3.18.0 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210724_092205_285055_3C5D3328 X-CRM114-Status: GOOD ( 14.37 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, 19 Jul 2021 16:06:00 +0800 Billy Tsai wrote: > This patch serials make aspeed_adc.c can support ast2600. > In additional, > patch #6 is used to improve the adc accurate and > patch #7 is used to fix the clock issue in the original code. > > Billy Tsai (7): > dt-bindings: iio: adc: rename the aspeed adc yaml > dt-bindings: iio: adc: Binding ast2600 adc. > iio: adc: aspeed: completes the bitfield declare. > iio: adc: aspeed: Allow driver to support ast2600 > iio: adc: aspeed: Add func to set sampling rate. > iio: adc: aspeed: Add compensation phase. > iio: adc: aspeed: Fix the calculate error of clock. Hi Billy, Small process note. If you resend for some reason and the original series has no reply, it is helpful to people if you just send a reply yourself to say there is a v2. In the past I've occasionally applied wrong versions when someone does this! Thanks, Jonathan > > ...speed,ast2400-adc.yaml => aspeed,adc.yaml} | 23 +- > drivers/iio/adc/aspeed_adc.c | 313 ++++++++++++++---- > 2 files changed, 266 insertions(+), 70 deletions(-) > rename Documentation/devicetree/bindings/iio/adc/{aspeed,ast2400-adc.yaml => aspeed,adc.yaml} (53%) > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel