Message ID | 20241029172354.4027886-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 2D7341DC04A; Tue, 29 Oct 2024 17:24:29 +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=1730222672; cv=none; b=OdMm140a/Xw76EbSVys/GipPdUWmW3N7oxn+keVCL28Rk+8gdZ7lgC1qIwdOdQWBvPBSniIIuF1bUwpNZarWKig4oUDq/n5MDgyy0CnYalWylmqaokyrinebY3CzUB0EdJDJx7DBsdS/KsVt+f7GN5JbtmehV8tboSas+vaXZls= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730222672; c=relaxed/simple; bh=Dx4YYRhL4Lf8ercZPaTWdof6s3DfvtavTZQBUAFt4CU=; h=From:To:CC:Subject:Date:Message-ID:MIME-Version:Content-Type; b=r+e+tjea1gxi9q+Z6Ta9LRwx0rE5XFj4RNgUHFji89y4Kr/Z5AcLHhTb+eGdL2+nuZAOtBfbES1rRyQy+SCH+32sdf2uW8NY1mK9IrcIkzXvCaq/k+5sm7pkMePY0DWnpZ8Au0hSPjZ43lzx9QuIsY0CSpN8f7U6RNQvPMHldFg= 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=yJdP1jFu; 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="yJdP1jFu" Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 49THOLnT014489; Tue, 29 Oct 2024 12:24:21 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1730222661; bh=DYo5+KZZMTowwgFKQttLBPNWQ8brI9bPcbi9Aj8e2MA=; h=From:To:CC:Subject:Date; b=yJdP1jFuu1FqhLtRSnJUAzhb3fqn7R2y3uMyOYhBjLD4OToKVx1NPPBGs9OXOMLKf ePbWEmxytXqBiWQ0I2gty/8xcBuNLD3MSUafaTprytF7XHqgzJ+a1OJu6An/iD8zgD 01+kuaBwStuhRkuDXPRwp6+THYJ6qxo0cGj7yDAo= Received: from DLEE104.ent.ti.com (dlee104.ent.ti.com [157.170.170.34]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 49THOLWS072485 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 29 Oct 2024 12:24:21 -0500 Received: from DLEE106.ent.ti.com (157.170.170.36) by DLEE104.ent.ti.com (157.170.170.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Tue, 29 Oct 2024 12:24:21 -0500 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) by DLEE106.ent.ti.com (157.170.170.36) 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; Tue, 29 Oct 2024 12:24:21 -0500 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 49THOKHt065600; Tue, 29 Oct 2024 12:24:20 -0500 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 v4 00/17] wifi: cc33xx: Add driver for new TI CC33xx wireless device family Date: Tue, 29 Oct 2024 19:23:37 +0200 Message-ID: <20241029172354.4027886-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
|