From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932361AbbCaPbO (ORCPT ); Tue, 31 Mar 2015 11:31:14 -0400 Received: from bear.ext.ti.com ([192.94.94.41]:58823 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754151AbbCaPbK (ORCPT ); Tue, 31 Mar 2015 11:31:10 -0400 Message-ID: <551ABD99.2000503@ti.com> Date: Tue, 31 Mar 2015 21:00:33 +0530 From: Kishon Vijay Abraham I User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Lee Jones CC: Peter Griffin , , , , , , , , Subject: Re: [PATCH v2 1/6] phy: miphy365x: Use the generic phy type constants in dt-bindings/phy/phy.h References: <1427728632-10846-1-git-send-email-peter.griffin@linaro.org> <1427728632-10846-2-git-send-email-peter.griffin@linaro.org> <551A2D4D.1010601@ti.com> <20150331074027.GH9447@x1> In-Reply-To: <20150331074027.GH9447@x1> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Maxime, On Tuesday 31 March 2015 01:10 PM, Lee Jones wrote: > On Tue, 31 Mar 2015, Kishon Vijay Abraham I wrote: > >> Hi Patrice, Maxime, >> >> On Monday 30 March 2015 08:47 PM, Peter Griffin wrote: >>> Now there are generic phy type constants declared in phy.h, migrate over to >>> using them rather than defining our own. This change has been done as one >>> atomic commit to be bisectable. >>> >>> Note: The values of the defines are the same, so there is no ABI breakage >>> with this patch. >>> >>> Signed-off-by: Peter Griffin >>> Acked-by: Rob Herring >>> Acked-by: Lee Jones >> >> Are you okay for this patch to go via PHY tree? It modifies arch/arm/boot/dts >> /stih416.dtsi. > > These files need to be changed simultaneously in order to prevent > breakage during bisection and the like. I think the best bet moving > forward is to pull this into its own branch, tag it and send Maxime a > pull-request to the immutable branch. It's the best way to minimise > merge conflicts during the v4.1 merge window. okay. I still need an Ack from Maxime. Thanks Kishon