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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 96930C433E0 for ; Tue, 26 May 2020 09:47:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 677D4207CB for ; Tue, 26 May 2020 09:47:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1590486467; bh=GcqVqLDZT31D78fCyoIuaygnsuaS0GrFTXjSL8Zx6/M=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=JUpOPML+PXp7/Js0eTLP0EKfZpIAGnCS/+NeEo5YgzQvvILDmki8I+gJ+QnKcVDxL eBBnU9ntucCzlyBqTERmeUASeIRvK7QwbZ12isa2eXiwD80mDOTbwRWde3R1cmv81V aKVe2YggEE28xNizuA1oDW4wPYWF6u7RPAzoDXDw= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731716AbgEZJrr (ORCPT ); Tue, 26 May 2020 05:47:47 -0400 Received: from mail.kernel.org ([198.145.29.99]:40026 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728782AbgEZJrq (ORCPT ); Tue, 26 May 2020 05:47:46 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 07B572070A; Tue, 26 May 2020 09:47:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1590486466; bh=GcqVqLDZT31D78fCyoIuaygnsuaS0GrFTXjSL8Zx6/M=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=sWLUOtgHh9rJeVEMMqEirHnR90qAmSFnMZH9X6wJ7ap02vgog7iv9+m8EYPi8u4DB hxIUYkjK6poeI58Y05K3zrhk3GpdmjlQSywgT+WASky5zY6DEm958D+1AHfQlwAk06 zM6MV/C24ekohBTpxu3rGdU3QfZcCOlmGHj8lbzA= Date: Tue, 26 May 2020 11:47:44 +0200 From: Greg Kroah-Hartman To: Josh Triplett Cc: Jiri Slaby , linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] serial: 8250: Enable 16550A variants by default on non-x86 Message-ID: <20200526094744.GB2735879@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-serial-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-serial@vger.kernel.org On Tue, May 26, 2020 at 01:40:06AM -0700, Josh Triplett wrote: > Some embedded devices still use these serial ports; make sure they're > still enabled by default on architectures more likely to have them, to > avoid rendering someone's console unavailable. > > Fixes: dc56ecb81a0a ("serial: 8250: Support disabling mdelay-filled probes of 16550A variants") > Signed-off-by: Josh Triplett > --- > > Based on user reports from embedded devices that need these variants. No "reported-by:" lines for these people? Not even the author of the other competing patch for this issue? Please fix up and resend. thanks, greg k-h