From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.16]) (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 7B2853B42E0; Tue, 16 Jun 2026 09:06:44 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.175.65.16 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781600805; cv=none; b=Q75r4rNdaqbuXCizrt0JBmmCP7vKIJmlVrqX1N5i0b84rmJ76E8iSMndmdapmyUmxE6vvpDtK+VpL1NCyxRhjr/kCYEwwnlehGSWWXM8iBVckAjbR/aXSS5vbKlaR+xnWm5jYkCq0sUH9y2gGhpeNSCkhmUcOtts72syi9w6yyU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781600805; c=relaxed/simple; bh=bB9Bam2Axx2bksZq+8g8hmEcVk0SMTEUNNk16RqbDcY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=gG/0E5Hs8cjDuPODoCOzZK/nMmUYQEaB89FAmakUkzxGEyJUUznwKltkMV7KGmzzNoIC84gPU8FQHCmpOTsaxtS61GoOUbTyt7NURXDyePJLfyZ1Q85n9gsAUL5hzQAeSkdBeI4kcmmGT1WtYmkzWlFmJbThK75vnuQugHjkmTw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=intel.com; spf=pass smtp.mailfrom=intel.com; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b=SpoUqeVm; arc=none smtp.client-ip=198.175.65.16 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=intel.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="SpoUqeVm" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1781600805; x=1813136805; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=bB9Bam2Axx2bksZq+8g8hmEcVk0SMTEUNNk16RqbDcY=; b=SpoUqeVmyP23qR2Yp8avD5eiR3J92DjWEkBHjIhQ8+d3NtM0aiVAmaPX nk1gVdCxiYFPNDTChqWAX/rykgo2h+GuhGMsmCHe64BKPmEtJtd932wYq +yiofrxkjLlq1GV3LBD1stz5QrUreE78gp9AQya1VrDi54mx063J0W6QV H1O6s4IwXs+/XbRkkv83V9y3JWxDFoOVsnd/gqCTeshlORy0Fz1kBEWYl SrT9InRPv/ofaiInK/Bl4TCeIbJdyyFsv/qFKtD+4lRV3rYS8oDU8b5a9 aQK/zA2WkDWHsFCzf7MFFEwZXJIrImOXBapZawBEuf9YA1CZ/KIiFr8Yp Q==; X-CSE-ConnectionGUID: 5Bd8Wj1QSSiGptcUs3810Q== X-CSE-MsgGUID: InTpZOGWTaWw1PwBNmgKLg== X-IronPort-AV: E=McAfee;i="6800,10657,11818"; a="82558849" X-IronPort-AV: E=Sophos;i="6.24,208,1774335600"; d="scan'208";a="82558849" Received: from orviesa010.jf.intel.com ([10.64.159.150]) by orvoesa108.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Jun 2026 02:06:44 -0700 X-CSE-ConnectionGUID: GayzKkKyQl6UTa8KXRnl/w== X-CSE-MsgGUID: Xh4q4IjyS8WaN5UAOcp9+w== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.24,208,1774335600"; d="scan'208";a="246832393" Received: from amilburn-desk.amilburn-desk (HELO localhost) ([10.245.244.153]) by orviesa010-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Jun 2026 02:06:39 -0700 Date: Tue, 16 Jun 2026 12:06:36 +0300 From: Andy Shevchenko To: David Lechner Cc: Jakub Szczudlo , linux-iio@vger.kernel.org, andy@kernel.org, antoniu.miclaus@analog.com, conor+dt@kernel.org, devicetree@vger.kernel.org, duje@dujemihanovic.xyz, jic23@kernel.org, jishnu.prakash@oss.qualcomm.com, jorge.marques@analog.com, krzk+dt@kernel.org, linusw@kernel.org, linux-kernel@vger.kernel.org, marcelo.schmitt@analog.com, mazziesaccount@gmail.com, mike.looijmans@topic.nl, nuno.sa@analog.com, robh@kernel.org, sakari.ailus@linux.intel.com, wens@kernel.org, joshua.crofts1@gmail.com Subject: Re: [PATCH v3 2/3] iio: adc: Add ti-ads1110 support to ti-ads1100 driver Message-ID: References: <20260613190957.654798-1-jakubszczudlo40@gmail.com> <20260613190957.654798-3-jakubszczudlo40@gmail.com> <43e4c4f4-0b13-4331-80ce-7353408c78f5@baylibre.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43e4c4f4-0b13-4331-80ce-7353408c78f5@baylibre.com> Organization: Intel Finland Oy - BIC 0357606-4 - c/o Alberga Business Park, 6 krs, Bertel Jungin Aukio 5, 02600 Espoo On Mon, Jun 15, 2026 at 05:29:17PM -0500, David Lechner wrote: > On 6/13/26 2:09 PM, Jakub Szczudlo wrote: > > Add ADS1110 support that have faster datarate than ADS1100, it also uses > > internal voltage reference of 2.048V for measurement. ... > > +#define ADS1100_MAX_DRDY_TIMEOUT 7500000 > > Always nice to include the units in the identifier name. > > ADS1100_MAX_DRDY_TIMEOUT_us I think for seconds unit we stuck with capital letters. But I appreciate the attempt. -- With Best Regards, Andy Shevchenko