Message ID | 20240509171736.2048414-1-christoph.fritz@hexdev.de (mailing list archive) |
---|---|
Headers | show
Received: from fritzc.com (mail.fritzc.com [213.160.72.247]) (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 98D97DF58; Thu, 9 May 2024 17:19:22 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.160.72.247 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715275164; cv=none; b=CH3S9qlYwzvAokALhj0pP5XbNWHe+D1YQ/mx5OqW3KsowE3LmV1iRaxKtC4ok87I6cJYRxCnDHl2fF4BlhwgdzQCqH9jQ9wv+VvffaFkaE8l6mS7Cex3+QOCjVVcd4dAR/iy6uOS2dORbXv1gbx/JsHeZGQa2pCSmGjAGag2YeI= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715275164; c=relaxed/simple; bh=Rzl0EsPaBZuhJT4K9DV9z0doAMFJQdY8JHAUinny52g=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=ucnclvB3kM6CAtVWCuJXV7ePU4BHfTqsxXKl60AnZFWgdSz/nRdtPqWbC70jGB/B8MnOLokvGOGmKyUy8u5zDCfCS1f339RuhEtwLLWwMRBQqIeGxnrLvssXYWtT11QN88JbNtEg5qOwZO0CbhkET9OVAP4iD+ZmdgRTpCv9o/I= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=hexdev.de; spf=pass smtp.mailfrom=hexdev.de; dkim=pass (1024-bit key) header.d=fritzc.com header.i=@fritzc.com header.b=GOUhtmDf; arc=none smtp.client-ip=213.160.72.247 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=hexdev.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=hexdev.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=fritzc.com header.i=@fritzc.com header.b="GOUhtmDf" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=fritzc.com; s=dkim; h=Content-Transfer-Encoding:MIME-Version:Message-Id:Date:Subject:Cc: To:From:Sender:Reply-To:Content-Type:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=0xr23kdo3208ldSUNmPBQoRiwP+OswAeD0HG7ucF7fE=; b=GOUhtmDfzBOd7zVQV5Hoa8IQWu d/6zoqVqJ7g3iRELiGE9IcquX4sG7c1yjXE5FlqEDtl/CxfdDyJupqvrpnkv/nDy8ZhLI/ByIrRSf rZBRyVWkM+aZw+cmvOSqNZfBctEvuVurUHaIt6/xSSmKx17tOg1hz2jsHVw6BBhtWXG0=; Received: from 127.0.0.1 by fritzc.com with esmtpsa (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim latest) (envelope-from <christoph.fritz@hexdev.de>) id 1s57Q4-001jf8-0o; Thu, 09 May 2024 19:19:01 +0200 From: Christoph Fritz <christoph.fritz@hexdev.de> To: =?utf-8?q?Ilpo_J=C3=A4rvinen?= <ilpo.jarvinen@linux.intel.com>, Jiri Slaby <jirislaby@kernel.org>, Simon Horman <horms@kernel.org>, Greg Kroah-Hartman <gregkh@linuxfoundation.org>, Marc Kleine-Budde <mkl@pengutronix.de>, Oliver Hartkopp <socketcan@hartkopp.net>, Vincent Mailhol <mailhol.vincent@wanadoo.fr>, "David S . Miller" <davem@davemloft.net>, Eric Dumazet <edumazet@google.com>, Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>, Rob Herring <robh@kernel.org>, Krzysztof Kozlowski <krzk+dt@kernel.org>, Conor Dooley <conor+dt@kernel.org>, Jiri Kosina <jikos@kernel.org>, Benjamin Tissoires <bentiss@kernel.org>, Sebastian Reichel <sre@kernel.org>, Linus Walleij <linus.walleij@linaro.org> Cc: Andreas Lauser <andreas.lauser@mercedes-benz.com>, Jonathan Corbet <corbet@lwn.net>, Pavel Pisa <pisa@cmp.felk.cvut.cz>, linux-can@vger.kernel.org, netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-input@vger.kernel.org, linux-serial@vger.kernel.org Subject: [PATCH v4 00/11] LIN Bus support for Linux Date: Thu, 9 May 2024 19:17:25 +0200 Message-Id: <20240509171736.2048414-1-christoph.fritz@hexdev.de> X-Mailer: git-send-email 2.39.2 Precedence: bulk X-Mailing-List: linux-input@vger.kernel.org List-Id: <linux-input.vger.kernel.org> List-Subscribe: <mailto:linux-input+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-input+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit |
Series |
LIN Bus support for Linux
|
expand
|
> This series is introducing basic Local Interconnect Network (LIN) > (ISO 17987) [0] support I just wanted to let you know that I'm unfortunately personally busy at the moment. I will resume addressing the remaining issues with v5 sometime after the current merge window. thanks -- Christoph