From patchwork Fri Sep 16 14:09:17 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ciprian Regus X-Patchwork-Id: 606580 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 61B7BECAAD8 for ; Fri, 16 Sep 2022 14:12:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231864AbiIPOL7 (ORCPT ); Fri, 16 Sep 2022 10:11:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50888 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231221AbiIPOL6 (ORCPT ); Fri, 16 Sep 2022 10:11:58 -0400 Received: from mx0a-00128a01.pphosted.com (mx0a-00128a01.pphosted.com [148.163.135.77]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6B573AF0E6; Fri, 16 Sep 2022 07:11:57 -0700 (PDT) Received: from pps.filterd (m0167088.ppops.net [127.0.0.1]) by mx0a-00128a01.pphosted.com (8.17.1.5/8.17.1.5) with ESMTP id 28GDvDp9020005; Fri, 16 Sep 2022 10:11:55 -0400 Received: from nwd2mta4.analog.com ([137.71.173.58]) by mx0a-00128a01.pphosted.com (PPS) with ESMTPS id 3jm8x5pba9-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 16 Sep 2022 10:11:55 -0400 Received: from ASHBMBX9.ad.analog.com (ASHBMBX9.ad.analog.com [10.64.17.10]) by nwd2mta4.analog.com (8.14.7/8.14.7) with ESMTP id 28GEBrGt057762 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 16 Sep 2022 10:11:53 -0400 Received: from ASHBCASHYB5.ad.analog.com (10.64.17.133) 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; Fri, 16 Sep 2022 10:11:52 -0400 Received: from ASHBMBX9.ad.analog.com (10.64.17.10) by ASHBCASHYB5.ad.analog.com (10.64.17.133) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.14; Fri, 16 Sep 2022 10:11:52 -0400 Received: from zeus.spd.analog.com (10.66.68.11) by ashbmbx9.ad.analog.com (10.64.17.10) with Microsoft SMTP Server id 15.2.986.14 via Frontend Transport; Fri, 16 Sep 2022 10:11:52 -0400 Received: from debian.ad.analog.com ([10.48.65.127]) by zeus.spd.analog.com (8.15.1/8.15.1) with ESMTP id 28GEBfsj020264; Fri, 16 Sep 2022 10:11:46 -0400 From: Ciprian Regus To: , , , CC: Ciprian Regus Subject: [PATCH 0/5] Add support for LTC2499 ADC Date: Fri, 16 Sep 2022 17:09:17 +0300 Message-ID: <20220916140922.2506248-1-ciprian.regus@analog.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 X-ADIRuleOP-NewSCL: Rule Triggered X-Proofpoint-GUID: Eu5lAP3nfLvKaULItJ5Sl9BCaNfxZEwv X-Proofpoint-ORIG-GUID: Eu5lAP3nfLvKaULItJ5Sl9BCaNfxZEwv X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.895,Hydra:6.0.528,FMLib:17.11.122.1 definitions=2022-09-16_08,2022-09-16_01,2022-06-22_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 spamscore=0 lowpriorityscore=0 adultscore=0 mlxscore=0 phishscore=0 suspectscore=0 clxscore=1015 malwarescore=0 impostorscore=0 mlxlogscore=960 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2209130000 definitions=main-2209160105 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org The LTC2499 is a 16-channel (eight differential), 24-bit, ADC with Easy Drive technology and a 2-wire, I2C interface. This adds support for the LTC2499 ADC by extending the LTC2497 driver. There is also a removal of a MAINTAINERS entry duplicate. Note: This fix is required to be applied first: https://patchwork.kernel.org/project/linux-iio/patch/20220815091647.1523532-1-dzagorui@cisco.com Ciprian Regus (5): Remove duplicate matching entry dt-bindings: iio: adc: Add docs for LTC2499 Add MAINTAINERS entries for LTC2497 and LTC2496 drivers: iio: adc: LTC2499 support drivers: iio: adc: Rename the LTC2499 iio device .../bindings/iio/adc/lltc,ltc2497.yaml | 8 ++- MAINTAINERS | 3 +- drivers/iio/adc/ltc2496.c | 9 ++- drivers/iio/adc/ltc2497-core.c | 12 +++- drivers/iio/adc/ltc2497.c | 63 +++++++++++++++++-- drivers/iio/adc/ltc2497.h | 6 ++ 6 files changed, 90 insertions(+), 11 deletions(-)