Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751801AbcD1E7z (ORCPT ); Thu, 28 Apr 2016 00:59:55 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:47019 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750792AbcD1E7x (ORCPT ); Thu, 28 Apr 2016 00:59:53 -0400 Subject: Re: [PATCH v2 2/2] phy: Group vendor specific phy drivers To: Vivek Gautam References: <1459951665-28708-1-git-send-email-gautam.vivek@samsung.com> <1459951665-28708-2-git-send-email-gautam.vivek@samsung.com> CC: , Shiraz Hashim , =?UTF-8?Q?Heiko_St=c3=bcbner?= , Maxime Ripard , Chen-Yu Tsai , =?UTF-8?Q?Krzysztof_Koz=c5=82owski?= , Russell King - ARM Linux , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , , Linux USB Mailing List , "linux-samsung-soc@vger.kernel.org" , "linux-omap@vger.kernel.org" , CPGS , Vivek Gautam From: Kishon Vijay Abraham I Message-ID: <5721988E.7000105@ti.com> Date: Thu, 28 Apr 2016 10:28:54 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1245 Lines: 36 Hi, On Tuesday 26 April 2016 11:36 AM, Vivek Gautam wrote: > Hi Kishon, > > > On Wed, Apr 6, 2016 at 7:37 PM, Vivek Gautam wrote: >> Adding vendor specific directories in phy to group >> phy drivers under their respective vendor umbrella. >> >> Also updated the MAINTAINERS file to reflect the correct >> directory structure for phy drivers. >> >> Signed-off-by: Vivek Gautam >> Acked-by: Heiko Stuebner >> Acked-by: Viresh Kumar >> --- >> >> Changes from v1: >> - Updated the MAINTAINERS file to reflect the same change >> in directory structure. >> - Removed PHY_PLAT config as pointed out by Kishon. >> So we don't require the second patch in the v1 of this series: >> [PATCH 2/2] arm: mach-spear: Enable PHY_PLAT to meet dependency >> - Renamed sunxi --> allwinner; rcar --> renesas. >> - Fixed error coming with qcom Makefile. > > Does this change looks okay now ? > I think you must be planning to take this in after 4.7 rc1 is out, isn't it ? I'm not sure. I'm thinking which should be the right way to group the phy drivers, by vendors or by type (usb, pcie, etc..). I'm more inclined to group it by type. Thanks Kishon