Message ID | 20250318103622.29979-1-j-choudhary@ti.com (mailing list archive) |
---|---|
Headers | show
Received: from fllvem-ot03.ext.ti.com (fllvem-ot03.ext.ti.com [198.47.19.245]) (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 C623920764C; Tue, 18 Mar 2025 10:36:54 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.47.19.245 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1742294216; cv=none; b=I8vsslW+Ky5/rtFeFgijOxsE/FWFKJ+GATY4Nf+Dy9DlpcesMW4imNUgBQkMR0Shq2BNyfNQ5CFVu7b546tw0rCCGp8pGxCuoufYfqfyF/P6E6eTbKr8jucldz4V4+LAh5bZF1TYPI1Cm+vekjwYpOW/MI6pRqQ4crTSkzlgNmY= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1742294216; c=relaxed/simple; bh=AqHje4qRGs/w5vfLuPRZK7NGvT/F6W9r++HnxYkpuEc=; h=From:To:CC:Subject:Date:Message-ID:MIME-Version:Content-Type; b=b1FfAvvEIQ+HRLlVxK6K+ac9duArQyZaO+6wjGU3T6apyDVxfRQjxPQOBnts3LpUVTiJNEjU8WJt1xf3NxXZWPzIXKPvhphe31/Ev+vgTcAd24jVBE2Brf2ELEGNBuuM8fjcqwdYzqjSL2M+Dm/8KerXfDCPOYbzyDUia0tEvv4= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=ti.com; spf=pass smtp.mailfrom=ti.com; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b=BnSnSiYg; arc=none smtp.client-ip=198.47.19.245 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=ti.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="BnSnSiYg" Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllvem-ot03.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 52IAaOR22567230 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Tue, 18 Mar 2025 05:36:24 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1742294184; bh=Vp66K2kpByLgHwpxXhwISpg9i9+Q2Xci3v1ydQTFy8c=; h=From:To:CC:Subject:Date; b=BnSnSiYgGeCiKqen8f69slw6sp9OCVIkuCghPXVnJ0pMktDnlTQ/bVKJy4aaGUPN9 SSiwBi7R4Z0QcjypykDVvGlsvcuxdmedGgq05Vmc78EPThQMSfWw7rxdy12hcmFA4x XlquzkiZtzNfFi/sh4S4hwQyCwZ0M2/NCTtH0TfI= Received: from DFLE115.ent.ti.com (dfle115.ent.ti.com [10.64.6.36]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 52IAaO30125968 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 18 Mar 2025 05:36:24 -0500 Received: from DFLE105.ent.ti.com (10.64.6.26) by DFLE115.ent.ti.com (10.64.6.36) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Tue, 18 Mar 2025 05:36:23 -0500 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) by DFLE105.ent.ti.com (10.64.6.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Tue, 18 Mar 2025 05:36:23 -0500 Received: from localhost (jayesh-hp-z2-tower-g5-workstation.dhcp.ti.com [10.24.68.98]) by lelvsmtp6.itg.ti.com (8.15.2/8.15.2) with ESMTP id 52IAaM8v042159; Tue, 18 Mar 2025 05:36:23 -0500 From: Jayesh Choudhary <j-choudhary@ti.com> To: <vigneshr@ti.com>, <andi.shyti@kernel.org>, <robh@kernel.org>, <krzk+dt@kernel.org>, <conor+dt@kernel.org>, <linux-kernel@vger.kernel.org> CC: <aaro.koskinen@iki.fi>, <andreas@kemnade.info>, <khilman@baylibre.com>, <rogerq@kernel.org>, <tony@atomide.com>, <jmkrzyszt@gmail.com>, <linux-omap@vger.kernel.org>, <linux-i2c@vger.kernel.org>, <devicetree@vger.kernel.org>, <j-choudhary@ti.com> Subject: [PATCH 0/2] Add support for setting MUX for I2C lines Date: Tue, 18 Mar 2025 16:06:20 +0530 Message-ID: <20250318103622.29979-1-j-choudhary@ti.com> X-Mailer: git-send-email 2.34.1 Precedence: bulk X-Mailing-List: linux-omap@vger.kernel.org List-Id: <linux-omap.vger.kernel.org> List-Subscribe: <mailto:linux-omap+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-omap+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea |
Series |
Add support for setting MUX for I2C lines
|
expand
|
Hi Jayesh, > Jayesh Choudhary (2): > dt-bindings: i2c: omap: Add mux-states property > i2c: omap: Add support for setting mux merged to i2c/i2c-host. Thanks, Andi