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=-11.6 required=3.0 tests=BAYES_00,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 B0AB0C433E8 for ; Sun, 26 Jul 2020 12:31:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 848A420714 for ; Sun, 26 Jul 2020 12:31:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1595766716; bh=64jkf8HdiGlThD3TjFZUSJwmh+YG4CVPZeKKn7qGpaw=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=tU4r7uNClk/KfL6s6J8/RZAXbGnxuFh9wP9BYiV2Y1TKnaryiVpRnT9pDFaecvGBM FBivZ8dr7IT5D7WWMj8ctmFEyPGkk1NL4MJM8Mjs5t5BdTpKhiDltcS7aaPjHXXfwv dEtdagKpkofRtiwU/dS2nwQ6XX1vCVyD/xFA/Np0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727090AbgGZMbz (ORCPT ); Sun, 26 Jul 2020 08:31:55 -0400 Received: from mail.kernel.org ([198.145.29.99]:60740 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725848AbgGZMbz (ORCPT ); Sun, 26 Jul 2020 08:31:55 -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 3C95A206D8; Sun, 26 Jul 2020 12:31:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1595766714; bh=64jkf8HdiGlThD3TjFZUSJwmh+YG4CVPZeKKn7qGpaw=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Eo9uitdOnjtC0uvISSt6MaHCKvkOl65P7XYhxs0IrKxgQrvpPDYniRlKh9YTrCzZ7 hpVgn2jt5JwJz0lt1vFKt76yaYUIJa8tfxxlDtLt2NrCaxSMREoHxcetUIeZDiD0f+ gtzsHfeCbrgi8EXVxjKxlpAREgHVrs9tMyLKXeeo= Date: Sun, 26 Jul 2020 13:31:51 +0100 From: Jonathan Cameron To: Alexandru Ardelean Cc: , Subject: Re: [PATCH] iio: Kconfig: ad8366: add entry for HMC1119 chip Message-ID: <20200726133151.7a735fbd@archlinux> In-Reply-To: <20200720135237.72835-1-alexandru.ardelean@analog.com> References: <20200720135237.72835-1-alexandru.ardelean@analog.com> 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=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 Mon, 20 Jul 2020 16:52:37 +0300 Alexandru Ardelean wrote: > The change is mostly cosmetic. When looking into the menuconfig help of the > ad8366 driver, the HMC1119 chip should also show up (since the driver > supports it). > > Signed-off-by: Alexandru Ardelean Applied > --- > drivers/iio/amplifiers/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/iio/amplifiers/Kconfig b/drivers/iio/amplifiers/Kconfig > index 9b02c9a2bc8a..5eb1357a9c78 100644 > --- a/drivers/iio/amplifiers/Kconfig > +++ b/drivers/iio/amplifiers/Kconfig > @@ -18,6 +18,7 @@ config AD8366 > AD8366 Dual-Digital Variable Gain Amplifier (VGA) > ADA4961 BiCMOS RF Digital Gain Amplifier (DGA) > ADL5240 Digitally controlled variable gain amplifier (VGA) > + HMC1119 0.25 dB LSB, 7-Bit, Silicon Digital Attenuator > > To compile this driver as a module, choose M here: the > module will be called ad8366.