Message ID | 20241107125209.1736277-1-michael.nemanov@ti.com (mailing list archive) |
---|---|
Headers | show
Received: from fllv0016.ext.ti.com (fllv0016.ext.ti.com [198.47.19.142]) (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 B970620F5B9; Thu, 7 Nov 2024 12:52:45 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.47.19.142 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730983967; cv=none; b=XVIA/6BVbWNz6CUhL1BCekQ8QPvdhaCo7z5oJz9fW9YFE0CjHWPxrd1Opk3Yt7wvyzKD8Fl4YBg6rX6Sr0WeNFoxWAVkVVTqsrU6xpOIqgaFzwpxkc5FDQjGYkQX1vw0DhaL/I1hWOHMfMYHxfY8n4TI9rSIZX6bDDZ4BvAnntI= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730983967; c=relaxed/simple; bh=vNr6HuWQrtb+Rkj36gI9VCWzfyKga6/maKDLo7fyV6E=; h=From:To:CC:Subject:Date:Message-ID:MIME-Version:Content-Type; b=BQ6WOCJh852m+Jf1R6Z35ZETY3ICjAXqEMrd7FcvBvMkKkDqedNIEk0CHGXSOrgynYdu1Er6ywEGhAhpuIRTGZ3fLdDdYbMcCmHm07XAHglkbFLToOdosq6/uLUGC8wts03WoNyRbKoOwBWAq3LhKp5iVS2iERRn28aOvUOyRGc= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=ti.com; spf=pass smtp.mailfrom=ti.com; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b=mOIpCzY2; arc=none smtp.client-ip=198.47.19.142 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=ti.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="mOIpCzY2" Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 4A7Cqbuc049045; Thu, 7 Nov 2024 06:52:37 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1730983957; bh=LRf0OBcI3Jxw9tG7hA6mkIFHccSwxCTR0r1Se6nrlOE=; h=From:To:CC:Subject:Date; b=mOIpCzY2r/JEAW+P2TZSL6YB4fONuiCUtwHqU9Y8mzqjHuX8B6lMlVsT1oeBjjsUl HCxs3CSLpAjp3HUxieF3VRHMrF4nPObcucxCqoC9nfiJIliX9ZJ2Z3wio9ZeVkGXrY UT7KPmsnJkKRRncwmkkI7+Y6rE9CdvvhsfoqpIvE= Received: from DLEE101.ent.ti.com (dlee101.ent.ti.com [157.170.170.31]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 4A7CqbPD011098 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 7 Nov 2024 06:52:37 -0600 Received: from DLEE108.ent.ti.com (157.170.170.38) by DLEE101.ent.ti.com (157.170.170.31) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 7 Nov 2024 06:52:37 -0600 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) by DLEE108.ent.ti.com (157.170.170.38) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Thu, 7 Nov 2024 06:52:37 -0600 Received: from localhost (udb0389739.dhcp.ti.com [137.167.1.149]) by lelvsmtp6.itg.ti.com (8.15.2/8.15.2) with ESMTP id 4A7Cqaee038345; Thu, 7 Nov 2024 06:52:36 -0600 From: Michael Nemanov <michael.nemanov@ti.com> To: Kalle Valo <kvalo@kernel.org>, "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>, <linux-wireless@vger.kernel.org>, <netdev@vger.kernel.org>, <devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org> CC: Sabeeh Khan <sabeeh-khan@ti.com>, Michael Nemanov <michael.nemanov@ti.com> Subject: [PATCH v5 00/17] wifi: cc33xx: Add driver for new TI CC33xx wireless device family Date: Thu, 7 Nov 2024 14:51:52 +0200 Message-ID: <20241107125209.1736277-1-michael.nemanov@ti.com> X-Mailer: git-send-email 2.34.1 Precedence: bulk X-Mailing-List: linux-wireless@vger.kernel.org List-Id: <linux-wireless.vger.kernel.org> List-Subscribe: <mailto:linux-wireless+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-wireless+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea |
Series |
wifi: cc33xx: Add driver for new TI CC33xx wireless device family
|
expand
|