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=unavailable 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 7AE41C55191 for ; Sat, 25 Apr 2020 19:37:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5117020728 for ; Sat, 25 Apr 2020 19:37:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1587843452; bh=tIt15L4tv6I2YXrON6x5Huu8ZvXdG8PETuQXZQvfDSw=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=eVad9Tp8GxAbe5/2hroWV/AGRrLVf2xdhqFCp74mlkFrECZXx5WGLnr1hvVx5tXBN Uo3tKwjM5S+hwoehSXxlmSiZc8/z05LruuQNuETH5zR6jI07QmEUJdbKj1hQg7EvTX e7FAof+y9cQOs/B0Pr8Z5RO/MKH+jzsQCPLnU+a8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726355AbgDYTh3 (ORCPT ); Sat, 25 Apr 2020 15:37:29 -0400 Received: from mail.kernel.org ([198.145.29.99]:47468 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726201AbgDYTh3 (ORCPT ); Sat, 25 Apr 2020 15:37:29 -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 A79FD206D4; Sat, 25 Apr 2020 19:37:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1587843448; bh=tIt15L4tv6I2YXrON6x5Huu8ZvXdG8PETuQXZQvfDSw=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=0Vcg90tFlqKRYZ/FguMfMVacALb85fqAjLXE8ePvfcVGAVEjaheAu0ULQbA42U5Rc Ma4hRJJZpB4sfu3SSq8LZJJvnl/9GBf/Ugr+bu1kim5R+c0+xE7mTcfbkXcEV49f/5 3FFWH9vI0jpqvmQvwBDRVZ3xVDrSZlakdI87TKm4= Date: Sat, 25 Apr 2020 20:37:23 +0100 From: Jonathan Cameron To: Chris Ruehl Cc: devicetree@vger.kernel.org, Michael Hennerich , Uwe =?UTF-8?B?S2xlaW5lLUvDtm5pZw==?= , Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald-Stadler , Alexios Zavras , Greg Kroah-Hartman , Thomas Gleixner , linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v5 1/3] iio: documentation ltc2632_chip_info add num_channels Message-ID: <20200425203723.01168c53@archlinux> In-Reply-To: <20200420042612.27752-2-chris.ruehl@gtsys.com.hk> References: <20200420042612.27752-1-chris.ruehl@gtsys.com.hk> <20200420042612.27752-2-chris.ruehl@gtsys.com.hk> X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, 20 Apr 2020 12:26:06 +0800 Chris Ruehl wrote: > The documentation for ltc_2632_chip_info missed the desciption for the > num_channels. This trivial patch adds it. >=20 > Signed-off-by: Chris Ruehl >=20 > Fixes: 9f15a4a0adc9 ("iio: dac: ltc2632: add support for LTC2636 family") > Acked-by: Uwe Kleine-K=C3=B6nig Might as well take this one as it stands on its own. Applied to the togreg branch of iio.git and pushed out as testing for the autobuilders to play with it. Jonathan > --- > v5: > tags added >=20 > v4: > Fix commit text. > drivers/iio/dac/ltc2632.c | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/drivers/iio/dac/ltc2632.c b/drivers/iio/dac/ltc2632.c > index 7adc91056aa1..2a84ea654645 100644 > --- a/drivers/iio/dac/ltc2632.c > +++ b/drivers/iio/dac/ltc2632.c > @@ -24,6 +24,7 @@ > /** > * struct ltc2632_chip_info - chip specific information > * @channels: channel spec for the DAC > + * @num_channels: DAC channel count of the chip > * @vref_mv: internal reference voltage > */ > struct ltc2632_chip_info {