Message ID | 20250109122112.45810-1-wsa+renesas@sang-engineering.com (mailing list archive) |
---|---|
Headers | show
Received: from mail.zeus03.de (zeus03.de [194.117.254.33]) (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 70CFA216E39 for <linux-hwmon@vger.kernel.org>; Thu, 9 Jan 2025 12:21:23 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=194.117.254.33 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736425286; cv=none; b=IS4KYN+b/6lcbPDY5FBrmHmLod2kVG8yc5pkw2gDbFGLfjtgg1+n7WnBeLLRNGLM5Mh2sB+Fn8mFEtZetLmQJ9SzH6UXzrcGlqs5ynIzj5HkBprF5wk8ITmORTlOw5N3WaR27wtkcye6v/kKbEwbKtLV29EJ8/yZQE5ROex3kWQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736425286; c=relaxed/simple; bh=delCU7oh1qhJIgT1/70Byggnb7MSS5YA/BXcbHP9rXg=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=HtMV+b2iPQJ6xBdCG85T4WM7LNuPNN7IHuOHEltOFYI8Kq+/qyI0WUFE1/nyz29zqVEMwIMYM06LRtWQweBPr0xZ8b2y91UmZdRfFHpnhZaySw/iLDwaVIllcmk9H24fyy4qTTyHHF/1fQrp5k1Vy2WdhXULBAjY8+0jHfAZg/4= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com; spf=pass smtp.mailfrom=sang-engineering.com; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b=fbv9SeU4; arc=none smtp.client-ip=194.117.254.33 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b="fbv9SeU4" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= sang-engineering.com; h=from:to:cc:subject:date:message-id :mime-version:content-transfer-encoding; s=k1; bh=a475Tm0d0fHuro bpbhwqIh8X4nP5e9UltpcMinzNvH0=; b=fbv9SeU4wc37p6fDLY479lVubIS7Av 0Lq8UuYDtjh2YHQMAet8ZvbbxGEtbqkDGdZg1cIBSwX9walrDa84JquDXY2ET6w6 7UV/j/7hmz7KcRV9swP8PdNz1p82r0sEGAFG8QuLP7iMceXoCDcC3gbbmhLMptle +EPvEmf8SJnEwcWCE0sqyquoFYHch7j/TbPuC+nMzwPIKU1sVQYvEM27F/Ia/9wn CdnRzsCOxs3wxDiek/sQGjz0GKaszVK5hMvzQqohMM43vSATx52Z9PZFihq0g/HI ztZ+wCOY45UAncU0otHaSNP/H6vVk2FgdLk2IXI6xvrkO7vc10fzwBkQ== Received: (qmail 2902207 invoked from network); 9 Jan 2025 13:21:17 +0100 Received: by mail.zeus03.de with ESMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 9 Jan 2025 13:21:17 +0100 X-UD-Smtp-Session: l3s3148p1@ATLQA0UrYr0gAwDPXw20AOMQ2KO98fSH From: Wolfram Sang <wsa+renesas@sang-engineering.com> To: linux-renesas-soc@vger.kernel.org Cc: Guenter Roeck <linux@roeck-us.net>, linux-kernel@vger.kernel.org, Wolfram Sang <wsa+renesas@sang-engineering.com>, =?utf-8?q?Carsten_Spie?= =?utf-8?q?=C3=9F?= <mail@carsten-spiess.de>, Jean Delvare <jdelvare@suse.com>, linux-hwmon@vger.kernel.org, linux-i2c@vger.kernel.org Subject: [PATCH 0/2] i2c: core-managed per-client directory in debugfs with example Date: Thu, 9 Jan 2025 13:21:09 +0100 Message-ID: <20250109122112.45810-1-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.45.2 Precedence: bulk X-Mailing-List: linux-hwmon@vger.kernel.org List-Id: <linux-hwmon.vger.kernel.org> List-Subscribe: <mailto:linux-hwmon+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-hwmon+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit |
Series |
i2c: core-managed per-client directory in debugfs with example
|
expand
|