Hi Vivek, On Thursday 11 May 2017 12:17 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 <vivek.gau...@codeaurora.org> > Acked-by: Heiko Stuebner <he...@sntech.de> > Acked-by: Viresh Kumar <viresh.ku...@linaro.org> > Acked-by: Krzysztof Kozlowski <k...@kernel.org> > Acked-by: Yoshihiro Shimoda <yoshihiro.shimoda...@renesas.com> > Reviewed-by: Jaehoon Chung <jh80.ch...@samsung.com> > Cc: Kishon Vijay Abraham I <kis...@ti.com> > Cc: David S. Miller <da...@davemloft.net> > Cc: Geert Uytterhoeven <geert+rene...@glider.be> > Cc: Yoshihiro Shimoda <yoshihiro.shimoda...@renesas.com> > Cc: Guenter Roeck <li...@roeck-us.net> > Cc: Heiko Stuebner <he...@sntech.de> > Cc: Viresh Kumar <viresh.ku...@linaro.org> > Cc: Maxime Ripard <maxime.rip...@free-electrons.com> > Cc: Chen-Yu Tsai <w...@csie.org> > Cc: Sylwester Nawrocki <s.nawro...@samsung.com> > Cc: Krzysztof Kozlowski <k...@kernel.org> > Cc: Jaehoon Chung <jh80.ch...@samsung.com> > Cc: Stephen Boyd <stephen.b...@linaro.org> > Cc: Martin Blumenstingl <martin.blumensti...@googlemail.com> > Cc: linux-arm-ker...@lists.infradead.org > Cc: linux-arm-...@vger.kernel.org > Cc: linux-ker...@vger.kernel.org > Cc: linux-o...@vger.kernel.org > Cc: linux-renesas-soc@vger.kernel.org > Cc: linux-rockc...@lists.infradead.org > Cc: linux-samsung-...@vger.kernel.org > Cc: linux-...@vger.kernel.org > --- > > Changes since v4: > - Reprepared the patch based on latest torvalds/master. > - Added new directory for amlogic, since there's a new patch [1] > coming in for amlogic platforms. > > Changes since v3: > - Added 'Acked-by' and 'Reviewed by' tags received for this patch. > - No functional change. > > Changes since v2: > - Rebased on linux-phy/next. > - Took care of drivers added/removed for each vendors since v2. > - Updated the 'Signed-off-by' tag with my current email id. > > 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. > > * Build tested multi_v7_defconfig. > * Build tested arm64 defconfig with all the involved configs enabled. > > [1] https://patchwork.kernel.org/patch/9684303/ > . . <snip> . . > diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig > index afaf7b643eeb..b353ac603ea0 100644 > --- a/drivers/phy/Kconfig > +++ b/drivers/phy/Kconfig > @@ -15,73 +15,6 @@ config GENERIC_PHY > phy users can obtain reference to the PHY. All the users of this
. . <snip> . . > - > +menu "Platform Phy drivers" I don't think creating a new menu is required. I removed it and merged into linux-phy. Thanks Kishon