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=-2.4 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 61A86C00454 for ; Mon, 9 Dec 2019 18:02:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 30A8D2080D for ; Mon, 9 Dec 2019 18:02:33 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="lQE4WZOW" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726408AbfLISCc (ORCPT ); Mon, 9 Dec 2019 13:02:32 -0500 Received: from fllv0015.ext.ti.com ([198.47.19.141]:35850 "EHLO fllv0015.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726265AbfLISCc (ORCPT ); Mon, 9 Dec 2019 13:02:32 -0500 Received: from fllv0035.itg.ti.com ([10.64.41.0]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id xB9I2Qqg010003; Mon, 9 Dec 2019 12:02:26 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1575914546; bh=p27ngScByZibHh+gUZ0Szuc+RoIApKBQAaSxjbTsJLg=; h=Subject:To:CC:References:From:Date:In-Reply-To; b=lQE4WZOWRq74OR6Koq9eFvfT32do9jUsbVpFnnMW/iJ86zlShka2i6GjS38WH9ZZg av/0H/1+Gu0jSCsb+VERXKmRsb/HJlhSwJjhRKT4fFTPm4NdPzDblxdOOJGvBZwtld gVUcjWt6Cez4X5y8DEPOPEjAj9rI+YIQSKfuJhRk= Received: from DFLE110.ent.ti.com (dfle110.ent.ti.com [10.64.6.31]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTP id xB9I2QoM025315; Mon, 9 Dec 2019 12:02:26 -0600 Received: from DFLE103.ent.ti.com (10.64.6.24) by DFLE110.ent.ti.com (10.64.6.31) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1847.3; Mon, 9 Dec 2019 12:02:26 -0600 Received: from fllv0039.itg.ti.com (10.64.41.19) by DFLE103.ent.ti.com (10.64.6.24) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1847.3 via Frontend Transport; Mon, 9 Dec 2019 12:02:26 -0600 Received: from [10.250.65.13] (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id xB9I2Qr4052252; Mon, 9 Dec 2019 12:02:26 -0600 Subject: Re: [PATCH 1/2] dt-bindings: dp83867: Convert fifo-depth to common fifo-depth and make optional To: David Miller CC: , , , , , , , , References: <20191206164516.2702-1-dmurphy@ti.com> <20191209.094356.813138131056263064.davem@davemloft.net> From: Dan Murphy Message-ID: Date: Mon, 9 Dec 2019 12:00:18 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.1 MIME-Version: 1.0 In-Reply-To: <20191209.094356.813138131056263064.davem@davemloft.net> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org David On 12/9/19 11:43 AM, David Miller wrote: > These patches don't apply cleanly to my networking trees. > > Please also properly supply an appropriate "[PATCH 0/N]" header posting > and clearly indicate the target GIT tree as in "[PATCH net-next 0/N]" > as well as the patch series version "[PATCH v2 net-next 0/N]" when you > repsin this. > > Thanks. Ack and resent Dan