Message ID | 20241220113000.17537-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 534051C3F06 for <linux-renesas-soc@vger.kernel.org>; Fri, 20 Dec 2024 11:30:26 +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=1734694232; cv=none; b=f4Tx7dOV2G+ddA25s+m4AYce49hvsLmIjGopQEEIozoP7f8c6nV5yqRCFCw4TGSlgKbul4jJ739uWwuVOx/8jfKFGZJphW/sHn3Vag2WthqztDtQ0JHCZEx9qnoo3TbidsufsfzMc38rc/6nz6G9qSmp5+hWTBQOiKd+fctKCLE= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734694232; c=relaxed/simple; bh=aDJUijj+npAEq/jYvHNfTGdquE1R8rihjhhAzvV3KOI=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=OUE3LpeeciG4U3NNIhiCbf0aYi+sfhPHWD1jcOt1aS5xxwsiXXekUCsUkQXQxce8y7yoIyl5MmPPhi7wXvSkccM9AKl8JHQhWYv59f1zoZy4B8+wpacUmuVkW9Gtup6daVK5uFXI6ZXLVWTn52Uq2uH6SMK7t6qe5rxIlwQgE5Q= 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=Zr1r0Bi5; 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="Zr1r0Bi5" 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=qQIh3wUDa4kRyy tLvPuCivNA0Fsl6gM39oMEUiYc93g=; b=Zr1r0Bi5VfddcWJhKWorSFb/tN7xMx Hwu+GECAaxRPk77bHYk/y1Vf1k6/nw9xMcOqU3zpB6HQW1w3tRjRZmFjSATxGWGI ZbXtVMxdFBYEAJFsCO3U+NUPxRc6CiBD6Q+2+beVyjTrDkg9wae2TzIJeGyyWZOa tU74jRLNgY9krfw+CgKYZ1SgpVfYCoQ6MjI41uabBm4Yf2ddaB7tTHh40fp34sNp I7JWBb157G5RHSAsrETRKU5Z2WMrSXZIi0xdHZZe1AdfnnpR3jizSikOtqgivX/+ JDIhbvnNSFOmRm0VDzvlABFjmMftU9mNfFkHeXk2mPvrQU7zY3TKDRuw== Received: (qmail 989625 invoked from network); 20 Dec 2024 12:30:18 +0100 Received: by mail.zeus03.de with ESMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 20 Dec 2024 12:30:18 +0100 X-UD-Smtp-Session: l3s3148p1@m52y+LEpTpAujnsY From: Wolfram Sang <wsa+renesas@sang-engineering.com> To: linux-renesas-soc@vger.kernel.org Cc: Yury Norov <yury.norov@gmail.com>, Wolfram Sang <wsa+renesas@sang-engineering.com>, Alexandre Belloni <alexandre.belloni@bootlin.com>, Guenter Roeck <linux@roeck-us.net>, Jean Delvare <jdelvare@suse.com>, linux-hwmon@vger.kernel.org, linux-i3c@lists.infradead.org, =?utf-8?q?Przem?= =?utf-8?q?ys=C5=82aw_Gaj?= <pgaj@cadence.com> Subject: [PATCH RFT 0/5] i3c: introduce and use generic parity helper Date: Fri, 20 Dec 2024 12:29:54 +0100 Message-Id: <20241220113000.17537-1-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.39.2 Precedence: bulk X-Mailing-List: linux-renesas-soc@vger.kernel.org List-Id: <linux-renesas-soc.vger.kernel.org> List-Subscribe: <mailto:linux-renesas-soc+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-renesas-soc+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit |
Series |
i3c: introduce and use generic parity helper
|
expand
|