Message ID | 20230721125732.122421-1-j-choudhary@ti.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 4F82FEB64DD for <linux-arm-kernel@archiver.kernel.org>; Fri, 21 Jul 2023 12:58:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:CC :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=zm8MGZhIKZvBjHfPfN4gof2Xx+45MWslbNv1BTkt2NM=; b=5CK0GgUHjcvgm3 C0sZgOffP1uYILehj4TPWhFNVy8fAbBF6q6lR7Y0NXU+eKnY1ukeywzFeNwsXalWwRVDLEvWsYiaP wCwrJOt30wqlEt9Pn0GACwbcCjKA6jFrtRZRSUHnc962JS2O8XWTYituUT5GoCSpW72TuFzESIAtV OidlLzWm8DCg7TsmEs2fsTUCRnnDwgf3rCQ0e8hcxhTCm6jESPVtIr2vFCD0AAiEVm2W5RIaVZpGw q41nYBtS/0Zlsu9I7z42JOYlzOo+nAfwU2BSzZ5K1CVkoqH1UqpzcARW6s6UFhqCdJ8NCh3JzplZ7 1yUf2rmy5F0Yxhp9cSEQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qMphf-00E5Lr-1T; Fri, 21 Jul 2023 12:57:51 +0000 Received: from lelv0142.ext.ti.com ([198.47.23.249]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qMphb-00E5K4-0A for linux-arm-kernel@lists.infradead.org; Fri, 21 Jul 2023 12:57:48 +0000 Received: from lelv0266.itg.ti.com ([10.180.67.225]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 36LCvYQt069924; Fri, 21 Jul 2023 07:57:34 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1689944254; bh=uHnG2vKtVO7V5ForUaYJdSepxniJ34aD+IPhCcJjDwQ=; h=From:To:CC:Subject:Date; b=oI81r8vZhVahAypHDTK2TYWSn4EnpCVpdXszGs2Y8fGJKLomEGRuQSWoJU5jAKS61 Obat7Ehi6CQRJbIt3eLEwLW/fc3AXsTD9wl8dx5aJJ8ACDc27tS5vOAno2oLy6YbV1 6Ivig6lrhuO7Y+llpxI8M4fR11NPVyj/7rsGtyPM= Received: from DFLE106.ent.ti.com (dfle106.ent.ti.com [10.64.6.27]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 36LCvYKR014539 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 21 Jul 2023 07:57:34 -0500 Received: from DFLE111.ent.ti.com (10.64.6.32) by DFLE106.ent.ti.com (10.64.6.27) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Fri, 21 Jul 2023 07:57:34 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DFLE111.ent.ti.com (10.64.6.32) 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; Fri, 21 Jul 2023 07:57:34 -0500 Received: from localhost (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 36LCvXaq010973; Fri, 21 Jul 2023 07:57:33 -0500 From: Jayesh Choudhary <j-choudhary@ti.com> To: <nm@ti.com>, <vigneshr@ti.com>, <kristo@kernel.org>, <robh+dt@kernel.org>, <krzysztof.kozlowski+dt@linaro.org>, <conor+dt@kernel.org>, <peda@axentia.se>, <rogerq@kernel.org> CC: <s-vadapalli@ti.com>, <linux-arm-kernel@lists.infradead.org>, <devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>, <j-choudhary@ti.com> Subject: [PATCH v2 0/2] Deprecate ti-serdes header file Date: Fri, 21 Jul 2023 18:27:30 +0530 Message-ID: <20230721125732.122421-1-j-choudhary@ti.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230721_055747_220377_E2BE6AC5 X-CRM114-Status: GOOD ( 10.62 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org |
Series |
Deprecate ti-serdes header file
|
expand
|