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 505A4EE4993 for ; Tue, 22 Aug 2023 12:59:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235932AbjHVM75 (ORCPT ); Tue, 22 Aug 2023 08:59:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57808 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232356AbjHVM74 (ORCPT ); Tue, 22 Aug 2023 08:59:56 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6AF3ECF2 for ; Tue, 22 Aug 2023 05:59:41 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 045506563C for ; Tue, 22 Aug 2023 12:59:41 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DE980C433C8; Tue, 22 Aug 2023 12:59:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1692709180; bh=tw2DZxp2aA6aUUxGY+zi8BEPNPbMSVqXZhNHQnrWVes=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=d60GkdI++VC7L7uGyXPaOfMngeaTCDY3tLX+bzKIOuRKUfWfY2fb4+FvovZ8Tk8C3 EHzmCzJgfdV3QJqGcgvwl+L4nRMLzHWutzP3kufjvWyZ5751bOqShD5x+cLIPIB2LR xEORS/DXIF5HZDwb3uWXU1FCBz9jAMRLB3jIww5o= Date: Tue, 22 Aug 2023 14:59:37 +0200 From: Greg Kroah-Hartman To: Andy Shevchenko Cc: linux-kernel@vger.kernel.org, Jiri Slaby Subject: Re: [PATCH v2 1/1] serial: core: Remove unused PORT_* definitions Message-ID: <2023082210-clasp-guru-0456@gregkh> References: <20230821083857.1065282-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230821083857.1065282-1-andriy.shevchenko@linux.intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 21, 2023 at 11:38:57AM +0300, Andy Shevchenko wrote: > For the last couple of years Linux kernel got rid of a few architectures > and many platforms. Hence some PORT_* definitions in the serial_core.h > become unused and redundant. Remove them for good. > > Removed IDs are checked for users against Debian Code Search engine. > Hence safe to remove as there are no consumers found (only providers). > > While at it, add a note about 0-13, that are defined in the other file. > > Signed-off-by: Andy Shevchenko > --- > v2: tested via DCS (Greg), dropped 1 change due to that, added a note for 0-13 > include/uapi/linux/serial_core.h | 43 +++----------------------------- > 1 file changed, 3 insertions(+), 40 deletions(-) You forgot to cc linux-serial@vger :) I'll take this now, thanks for cleaning this up. Hopefully we can resist the urge to add new ids here. greg k-h