From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 709F0E7C4C6 for ; Wed, 4 Oct 2023 14:46:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242887AbjJDOqx (ORCPT ); Wed, 4 Oct 2023 10:46:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34612 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233466AbjJDOqv (ORCPT ); Wed, 4 Oct 2023 10:46:51 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 92EE7C9 for ; Wed, 4 Oct 2023 07:46:48 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 92FC5C433C7; Wed, 4 Oct 2023 14:46:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696430808; bh=naCZsxAcYmOPjb1jywP+4alIhYI/eZspEZwVwCeRJys=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=RXUMxPKWkH7mXUHVPePZPxTKVpW/uFGpZuBvPCS1X9usF9DsC26B7IBb42bp6HPCp 3dtQYxdntZSHESmPX94jHKCID8FLIOu88QttXc9QMvLr5xQIU4hdnyGlDVFhLrEJ5Q 82iDnBHMTZRtTATJX0GvIqvM2mz7RtuivvKjiD+2rI/MZz37l8PpSovNWOL6or61gj PTd6057XDBNfTESqzbifPMlWRegZNGaTjoszA9nnITYky+HL7Hp1WIjHEucu6CIFwQ jUlW/HV1rr4eSwXyDVTP4x8z7ahoRzpJ+GzxW0fA6Ix84sMC8eI2gYrfPmojpvqqwd Xed4Jwrk/Coqw== Date: Wed, 4 Oct 2023 07:46:46 -0700 From: Jakub Kicinski To: Michal Simek Cc: , Harini Katakam , , , , , , , , , , Subject: Re: [PATCH net-next] MAINTAINERS: Add an obsolete entry for LL TEMAC driver Message-ID: <20231004074646.6fd564a6@kernel.org> In-Reply-To: <4b8361e5-08f8-4cf8-a277-769647fb9c4c@amd.com> References: <20230920115047.31345-1-harini.katakam@amd.com> <878r8qxsnf.fsf@geanix.com> <4b8361e5-08f8-4cf8-a277-769647fb9c4c@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 29 Sep 2023 08:06:46 +0200 Michal Simek wrote: > > Ok. But while that might mean that no new designs should use LL TEMAC > > IP, why do we need to declare the driver for it obsolete? > > > > Existing designs using LL TEMAC IP might need to upgrade Linux kernel > > also. > > If you want to take responsibility for keeping that driver alive then feel free > to send a patch on the top and declare it publicly. We are not able to test it > on these old platforms that's why we are publicly saying that it is end of us. Why Obsolete tho? There's no other driver for this IP, so Orphan sounds more accurate. Please change it to Orphan.