Message ID | 20240502182804.145926-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 7A3A016FF58; Thu, 2 May 2024 18:29:03 +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=1714674545; cv=none; b=oOUyZ9Q5bN+mHRbgsyrVggz34cUsWNKOPW88QpRzY1hWdRAvgelO3Z35Y4Z/hMunr0lQAAh/978AcdWlR0RYnVCPs/LWiv0c2fYZ/HdNADkUQZv3NADStrMhKQdrW82qALgRhwX18JPt1jFmX2vAtTPQGl5yTIP8JFv5XrmHAcA= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1714674545; c=relaxed/simple; bh=bnxHFSagL46w7XbVxtnSsoB1K8velCEt+qKIdqjJ40U=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=aq4KbZ82WwKPWpux5xuYI0UcltAv7lhg3b+ecbE2Qxv0csf2p11DybsMoGWIDtlSzAW35fJMGXHNnvN/WGbyCiAzcGYoTQIcyS0KyG8PZFa16ReAiiu5F/6W9a+2z7YEuZaKcc5JK2uVsdQhVNQ/zitkUOXGqtS4Leu3dmPknYM= 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=iSusF1h6; 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="iSusF1h6" 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=SFeuWKG1NuiH9JJ+7DAZwk0AtFUdomMCUxtm6A1N67c=; b=iSusF1h6bvFgTQp8tzkuQTA6iD V6HkPmroB4QC4rmHM3Z2dpE8rXGSZqerC6RPIyDJtF63W2mBjeD63k8zdJ9l8v0iASivLCXvLBcTa h6uefJu0k7bwgOx6o9+2EQcp/Uiw+OLBRxrFfHv+9Tr+1hQ7BNj75mmgRR0+XCyN2508=; 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 1s2bAq-001ZbZ-0Q; Thu, 02 May 2024 20:28:52 +0200 From: Christoph Fritz <christoph.fritz@hexdev.de> To: Jiri Slaby <jirislaby@kernel.org>, 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>, 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 v3 00/11] LIN Bus support for Linux Date: Thu, 2 May 2024 20:27:53 +0200 Message-Id: <20240502182804.145926-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
|