From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755943AbcLSPRt (ORCPT ); Mon, 19 Dec 2016 10:17:49 -0500 Received: from mail-wm0-f41.google.com ([74.125.82.41]:34576 "EHLO mail-wm0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755427AbcLSPQu (ORCPT ); Mon, 19 Dec 2016 10:16:50 -0500 Message-ID: <1482160607.5163.16.camel@baylibre.com> Subject: Re: [PATCH net-next v4 2/4] dt-bindings: net: add EEE capability constants From: Jerome Brunet To: Rob Herring Cc: netdev@vger.kernel.org, devicetree@vger.kernel.org, Florian Fainelli , Carlo Caione , Kevin Hilman , Giuseppe Cavallaro , Alexandre TORGUE , Martin Blumenstingl , Andre Roth , Andrew Lunn , Neil Armstrong , linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Julia Lawall , Yegor Yefremov , Andreas =?ISO-8859-1?Q?F=E4rber?= Date: Mon, 19 Dec 2016 16:16:47 +0100 In-Reply-To: <20161205143942.f3w6nmp3jvmrk5es@rob-hp-laptop> References: <1480348229-25672-1-git-send-email-jbrunet@baylibre.com> <1480348229-25672-3-git-send-email-jbrunet@baylibre.com> <20161205143942.f3w6nmp3jvmrk5es@rob-hp-laptop> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.20.5 (3.20.5-1.fc24) Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Rob, First, Thx for this information and sorry for this late reply As you may have seen yourself, there was little bit of confusion while discussing this patch series. The point is the v3 was applied before your reply (patches 2 and 3 not combined unfortunately). Because of this confusion, the series needed a few fixes witch removes the previously added bindings [0]. This time, I made sure to modify (remove) the bindings along with the documentation. [0]: http://lkml.kernel.org/r/1482159938-13239-1-git-send-email-jbrunet @baylibre.com Cheers Jerome On Mon, 2016-12-05 at 08:39 -0600, Rob Herring wrote: > On Mon, Nov 28, 2016 at 04:50:26PM +0100, Jerome Brunet wrote: > > > > Signed-off-by: Jerome Brunet > > Tested-by: Yegor Yefremov > > Tested-by: Andreas Färber > > Tested-by: Neil Armstrong > > --- > >  include/dt-bindings/net/mdio.h | 19 +++++++++++++++++++ > >  1 file changed, 19 insertions(+) > >  create mode 100644 include/dt-bindings/net/mdio.h > > Seems changes are wanted on this, but patches 2 and 3 should be  > combined. The header is part of the binding doc. > > Rob