Message ID | 20240502075534.882628-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 6737022F00; Thu, 2 May 2024 07:56:46 +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=1714636608; cv=none; b=CrGOnKMYgX4OFG9ZFOBoHv3mBzV2Oea7W4NiPREqfRc0P5zexw7jixy1iKwXcPrV/Hg9drc8d9nRT9wFMmdzid3cCOM/dMtNmBWxsfHT+ygSDyIlxHwDmHWZBHM84HRhycQqrTJ5SdmbZ2pNbX2xqGIoXYYJCF1z2f9QElKgMeU= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1714636608; c=relaxed/simple; bh=2WqGKQ7sG8p73RSus7aIVmhwSeFbo1dJFynMHU4XsCM=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=k66bvFTXsjSmTpR4WdsHedd/Qy3ZC7VH1OogWbgJt5OxgkY4RzmJP+8l2rclCCDX29Qy3vgb7/Gt5QDaMn2izJuuHfACCgG7vPq49T8z7FqyVTTSeWMZwD/Ha98LxhGyRPVoGk/T3uLCghFC0u3xqoUmrL2Eeb+iJ1Q8pu61DvM= 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=oYfZsp15; 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="oYfZsp15" 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=wmXI9SDDcGadnI214+SdOevHMDtTo6rucZNKCeRvzpk=; b=oYfZsp15mxUZFdVM6E3jOK7cWl m6nPQsl5pARRwdtVpwmk3JgNPxqNKcsBmQJxaXq4mxBgNtNQhUY69/xcU42QoC8y0z3z35EVQKujU Us3oE9YbTjd0omigLAy/zW3JvsN+sC7czGE2GHrvbajU2R0Cg51qEtZNGx4SJEoUMo/U=; 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 1s2RIs-001Yg7-22; Thu, 02 May 2024 09:56:31 +0200 From: Christoph Fritz <christoph.fritz@hexdev.de> To: Oliver Hartkopp <socketcan@hartkopp.net>, Marc Kleine-Budde <mkl@pengutronix.de>, 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>, Greg Kroah-Hartman <gregkh@linuxfoundation.org>, Jiri Slaby <jirislaby@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 v2 00/12] LIN Bus support for Linux Date: Thu, 2 May 2024 09:55:22 +0200 Message-Id: <20240502075534.882628-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
|