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=-6.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 A641FC433DB for ; Thu, 4 Feb 2021 15:49:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6180164F51 for ; Thu, 4 Feb 2021 15:49:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237573AbhBDPtJ (ORCPT ); Thu, 4 Feb 2021 10:49:09 -0500 Received: from mail.kernel.org ([198.145.29.99]:34514 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237439AbhBDPsc (ORCPT ); Thu, 4 Feb 2021 10:48:32 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id E198F64F4D; Thu, 4 Feb 2021 15:47:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1612453670; bh=PE6ihUTJGGIDvgTTA1LwlKJ/3kbMVz7bUoF1io+k2BU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QGjTMB9nXC0/ckYE2cIznFpDg0W4X6BVTqOCMHBa2olIqwJc2U5SSgBopW3Ktixgy DkKEirLmk1NpDcjg2ob+BX8E/vfbyo5roZxrWPIefmVvlKae1kh0sHl9E4qOG8d10m X9zDKrGTxbrkHMFiAH5wHf/EykWrFKfOoAwJvWh0= Date: Thu, 4 Feb 2021 16:47:47 +0100 From: Greg Kroah-Hartman To: Alex Nemirovsky Cc: "linux-serial@vger.kernel.org" , Russell King , Jason Li Subject: Re: [PATCH 1/2] tty: serial: Add UART driver for Cortina-Access CAxxxx SoCs Message-ID: References: <1610673113-14503-1-git-send-email-alex.nemirovsky@cortina-access.com> <4B59D43F-FEE9-4AA0-BEF6-DEE986609460@cortina-access.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B59D43F-FEE9-4AA0-BEF6-DEE986609460@cortina-access.com> Precedence: bulk List-ID: X-Mailing-List: linux-serial@vger.kernel.org On Thu, Feb 04, 2021 at 07:40:25AM +0000, Alex Nemirovsky wrote: > Hi Greg, > > It took us a little while but I think this should address most of your feedback from our first submission. I do not understand, this is an html message which got rejected by the mailing list and an attached patch. Why not actually answer the questions I asked? Isn't that a bit more conversational? What would you want to have happen if you reviewed my code with a bunch of questions? thanks, greg k-h