Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751570AbcLEDEx (ORCPT ); Sun, 4 Dec 2016 22:04:53 -0500 Received: from mail-qt0-f194.google.com ([209.85.216.194]:34985 "EHLO mail-qt0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751168AbcLEDEu (ORCPT ); Sun, 4 Dec 2016 22:04:50 -0500 MIME-Version: 1.0 In-Reply-To: References: <1480326567-6132-1-git-send-email-harinik@xilinx.com> <20161203213553.f3agwvaseufglnq6@rob-hp-laptop> From: Harini Katakam Date: Mon, 5 Dec 2016 08:33:37 +0530 Message-ID: Subject: Re: [RFC PATCH 2/2] Documentation: devictree: Add macb mdio bindings To: Florian Fainelli Cc: Rob Herring , Harini Katakam , Nicolas Ferre , David Miller , Pawel Moll , Mark Rutland , "ijc+devicetree@hellion.org.uk" , Kumar Gala , Boris Brezillon , alexandre.belloni@free-electrons.com, netdev@vger.kernel.org, "linux-kernel@vger.kernel.org" , "devicetree@vger.kernel.org" , "michals@xilinx.com" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.home.local id uB534xHu024555 Content-Length: 985 Lines: 28 Hi Florian, On Sun, Dec 4, 2016 at 4:10 AM, Florian Fainelli wrote: > Le 12/03/16 à 13:35, Rob Herring a écrit : >> On Mon, Nov 28, 2016 at 03:19:27PM +0530, Harini Katakam wrote: >>> +- reg: Address and length of the register set of MAC to be used >>> +- clock-names: Tuple listing input clock names. >>> + Required elements: 'pclk', 'hclk' >>> + Optional elements: 'tx_clk' >>> +- clocks: Phandles to input clocks. > > You are also missing mandatory properties: > > #address-cells = <1> and #size-cells = <0> > > Where is patch 1? Can you make sure you have the same recipient list for > both patches in this series so we can review both the binding and driver? > Thanks for review, I'll update. I did send the cover letter, patch 1 and 2 to the same recipient list. I can see them on the mailing list. The first patch is called: [RFC PATCH 1/2] net: macb: Add MDIO driver for accessing multiple PHY devices I hope you can find it. Regards, Harini