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=-5.9 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 4771EC49361 for ; Tue, 15 Jun 2021 14:14:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 327BA61446 for ; Tue, 15 Jun 2021 14:14:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231276AbhFOORC (ORCPT ); Tue, 15 Jun 2021 10:17:02 -0400 Received: from mail.kernel.org ([198.145.29.99]:43174 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230519AbhFOOP4 (ORCPT ); Tue, 15 Jun 2021 10:15:56 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 3537B61446; Tue, 15 Jun 2021 14:13:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1623766426; bh=z/rvFhC5eUEsbyWibqMKVWnnQYBvsChHyCJrWOgUGOY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=XLz2Gs/f1PKtbXlmRAK1iauvsrgTgNHSV2F4+UNDS5AkN4kWiajkagrxkR+w4CUjL Xguzbc2bhsKMh5UPalQjeRfRziFDkL7Ohytqo/QV76Y2onPD+4xhann1O8D2+5OjPv ZZcUrLWqgnHIzC9Ybz0aHmCokKpmspuZ0i3S9zYU= Date: Tue, 15 Jun 2021 16:13:44 +0200 From: Greg Kroah-Hartman To: Alex Nemirovsky Cc: Jiri Slaby , Jason Li , "linux-kernel@vger.kernel.org" , "linux-serial@vger.kernel.org" Subject: Re: [PATCH v4 1/3] tty: serial: Add UART driver for Cortina-Access platform Message-ID: References: <20210509184519.15816-1-alex.nemirovsky@cortina-access.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 15, 2021 at 01:32:51PM +0000, Alex Nemirovsky wrote: > The DT maintainers were CC’ed for the DT related files. However, I suspect they won’t > ACK it until you ACK the actual serial port driver. It goes the other way around :)