From patchwork Wed Jun 19 06:49:01 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Paller, Kim Seer" X-Patchwork-Id: 13703456 Received: from mx0a-00128a01.pphosted.com (mx0a-00128a01.pphosted.com [148.163.135.77]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7A4387347D; Wed, 19 Jun 2024 06:49:56 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=148.163.135.77 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718779797; cv=none; b=DWHrxM076glhtd15R0RRn3SCaJfpvTOu4OKMH1C++oi7Mm1yQegEL6vxsu1TdBHy/cSlMDmL2gf+QA5vRwt95sVljaZ7F5Af160Fmel0EkvaxuksouC8MpJIR1tVNU4yjI3Va5YmkhBdiU1cdyTbIEoHOQo7cp6yWSCex10J3so= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718779797; c=relaxed/simple; bh=nwcfMSqH/kYP13NwxoZHW2cMqyqNnTFrGEgNrkNtHrY=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=GsJIKOuil70Edxf4DJupbaqjAID6fSVWT68pl5v+ucqYepETQ+uWfh7MDUgpPtxDZ5CgR6QJU63N/90x/WGf6K+nT7+y2MEIsQdryjqR6Prr/WVXHhIGCYJEty1NHcmkkhU5YOlJwW8u5u6ixcCRr7Fnc32z2qJBFJ+vUQzDAhQ= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=analog.com; spf=pass smtp.mailfrom=analog.com; dkim=pass (2048-bit key) header.d=analog.com header.i=@analog.com header.b=rx2RdFcn; arc=none smtp.client-ip=148.163.135.77 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=analog.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=analog.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=analog.com header.i=@analog.com header.b="rx2RdFcn" Received: from pps.filterd (m0167088.ppops.net [127.0.0.1]) by mx0a-00128a01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 45J46BOa005313; Wed, 19 Jun 2024 02:49:42 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=analog.com; h=cc :content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to; s=DKIM; bh=t2sD/ uYPph7dRsIn+CWLNsx6Jr3+Cb+Sw0FU5tjTH0E=; b=rx2RdFcnyjVPdPRQvlLRs WRSHyvpXeK3bmbKW4qsoMltaszxRy4IghuA+77i/eq4YPNfjYBmgrcUMVm/B/5vd FQizsb/f832zLLUnNSAm79YZMEXjM70qd/UgMQRRpXbqf7yjzbGzGmh4UeBxsJc6 /GWqHFwZDtdqqsTmFm4QkycExuXgQ27GgE+LA3t+9Y7vQSMykXNDLZJ/Tw+Wec7j FKbNF2ZjOqqP8qwYJex+7c3yG4oJP9Inc5RK3z/FJ6DG8pPM/BiEz07X3vy70Nb8 oluMBuceiuBkDVDAXDBtf3GJGxTQu/DoXvvGT+U9tFgYG0a258EEADSUSC2NPhXV Q== Received: from nwd2mta3.analog.com ([137.71.173.56]) by mx0a-00128a01.pphosted.com (PPS) with ESMTPS id 3yuj8qhn72-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 19 Jun 2024 02:49:42 -0400 (EDT) Received: from ASHBMBX9.ad.analog.com (ASHBMBX9.ad.analog.com [10.64.17.10]) by nwd2mta3.analog.com (8.14.7/8.14.7) with ESMTP id 45J6nf2f048537 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 19 Jun 2024 02:49:41 -0400 Received: from ASHBMBX8.ad.analog.com (10.64.17.5) by ASHBMBX9.ad.analog.com (10.64.17.10) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.14; Wed, 19 Jun 2024 02:49:40 -0400 Received: from zeus.spd.analog.com (10.66.68.11) by ashbmbx8.ad.analog.com (10.64.17.5) with Microsoft SMTP Server id 15.2.986.14 via Frontend Transport; Wed, 19 Jun 2024 02:49:40 -0400 Received: from kim-VirtualBox.ad.analog.com (KPALLER2-L03.ad.analog.com [10.117.220.25]) by zeus.spd.analog.com (8.15.1/8.15.1) with ESMTP id 45J6nEvg011796; Wed, 19 Jun 2024 02:49:29 -0400 From: Kim Seer Paller To: , , CC: Jonathan Cameron , David Lechner , Lars-Peter Clausen , Liam Girdwood , Mark Brown , Dimitri Fedrau , Krzysztof Kozlowski , Rob Herring , Conor Dooley , Michael Hennerich , =?utf-8?q?Nuno_S=C3=A1?= , Kim Seer Paller Subject: [PATCH v4 2/5] iio: ABI: add DAC 42kohm_to_gnd powerdown mode Date: Wed, 19 Jun 2024 14:49:01 +0800 Message-ID: <20240619064904.73832-3-kimseer.paller@analog.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240619064904.73832-1-kimseer.paller@analog.com> References: <20240619064904.73832-1-kimseer.paller@analog.com> Precedence: bulk X-Mailing-List: linux-iio@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-ADIRuleOP-NewSCL: Rule Triggered X-Proofpoint-ORIG-GUID: vdTQqL7p9quEImF0DZb1l2SwwFPJ7Tyo X-Proofpoint-GUID: vdTQqL7p9quEImF0DZb1l2SwwFPJ7Tyo X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1039,Hydra:6.0.680,FMLib:17.12.28.16 definitions=2024-06-19_02,2024-06-17_01,2024-05-17_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 malwarescore=0 spamscore=0 suspectscore=0 lowpriorityscore=0 bulkscore=0 impostorscore=0 clxscore=1015 phishscore=0 mlxscore=0 mlxlogscore=993 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2405170001 definitions=main-2406190049 Add a new powerdown mode for DACs with 42kohm resistor to GND. Co-developed-by: Michael Hennerich Signed-off-by: Michael Hennerich Signed-off-by: Kim Seer Paller --- Documentation/ABI/testing/sysfs-bus-iio | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/ABI/testing/sysfs-bus-iio b/Documentation/ABI/testing/sysfs-bus-iio index 7cee78ad4108..6ee58f59065b 100644 --- a/Documentation/ABI/testing/sysfs-bus-iio +++ b/Documentation/ABI/testing/sysfs-bus-iio @@ -708,6 +708,7 @@ Description: 2.5kohm_to_gnd: connected to ground via a 2.5kOhm resistor, 6kohm_to_gnd: connected to ground via a 6kOhm resistor, 20kohm_to_gnd: connected to ground via a 20kOhm resistor, + 42kohm_to_gnd: connected to ground via a 42kOhm resistor, 90kohm_to_gnd: connected to ground via a 90kOhm resistor, 100kohm_to_gnd: connected to ground via an 100kOhm resistor, 125kohm_to_gnd: connected to ground via an 125kOhm resistor,