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 2486AC6FA82 for ; Fri, 23 Sep 2022 15:25:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230076AbiIWPXz (ORCPT ); Fri, 23 Sep 2022 11:23:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39312 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232603AbiIWPXT (ORCPT ); Fri, 23 Sep 2022 11:23:19 -0400 Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E0A5D1438C8; Fri, 23 Sep 2022 08:23:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1663946587; x=1695482587; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=fhh+CLjsbhHaG7Wqe102unWNcX1aJO3PiJBH/rwtYyA=; b=NyxO0PCunxDsoG2XDBxq2fGMGIdUd+59gtZQC1h4lRkcHRg7L5r/kURs 5sR5VSdWTlaE1i+BZz1O9F7dB/2J5kXudrzBEh0UPcQffvIyJ220L0IAv KhbnQt0rjlMVgnuyhqCcksQJpfC7Q2cohlTsuRUKQPaZoOlydg48fHVUP L2bCF39pRNRANLFX6WvbgajPNEqwme7K7aC7bEehMsqd3ROU3Y+6M+L+l Z/VIpOXxQ6rKIy31D2k9p1LeinQoqVTYJB+YF1zDVui7d1z3DnlreJpOQ IpXuztfPemg2mvREK7IWfVH3RDpohD9Atkl2KUJBEgZPRLdwh90kKpJEU Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10479"; a="302062894" X-IronPort-AV: E=Sophos;i="5.93,339,1654585200"; d="scan'208";a="302062894" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Sep 2022 08:22:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,339,1654585200"; d="scan'208";a="762647608" Received: from smile.fi.intel.com ([10.237.72.54]) by fmsmga001.fm.intel.com with ESMTP; 23 Sep 2022 08:22:53 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1obkVv-006WEK-1B; Fri, 23 Sep 2022 18:22:51 +0300 Date: Fri, 23 Sep 2022 18:22:51 +0300 From: Andy Shevchenko To: matthew.gerlach@linux.intel.com Cc: hao.wu@intel.com, yilun.xu@intel.com, russell.h.weight@intel.com, basheer.ahmed.muddebihal@intel.com, trix@redhat.com, mdf@kernel.org, linux-fpga@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, tianfei.zhang@intel.com, corbet@lwn.net, gregkh@linuxfoundation.org, linux-serial@vger.kernel.org, jirislaby@kernel.org, geert+renesas@glider.be, niklas.soderlund+renesas@ragnatech.se, phil.edworthy@renesas.com, macro@orcam.me.uk, johan@kernel.org, lukas@wunner.de, kernel test robot Subject: Re: [PATCH v2 6/6] tty: serial: 8250: add DFL bus driver for Altera 16550. Message-ID: References: <20220923121745.129167-1-matthew.gerlach@linux.intel.com> <20220923121745.129167-7-matthew.gerlach@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220923121745.129167-7-matthew.gerlach@linux.intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-fpga@vger.kernel.org On Fri, Sep 23, 2022 at 05:17:45AM -0700, matthew.gerlach@linux.intel.com wrote: > From: Matthew Gerlach > > Add a Device Feature List (DFL) bus driver for the Altera > 16550 implementation of UART. > > Signed-off-by: Matthew Gerlach > Reported-by: kernel test robot New feature may not be reported. How?! -- With Best Regards, Andy Shevchenko