lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Wed, 17 May 2017 09:13:33 +0530
From:   Vivek Gautam <vivek.gautam@...eaurora.org>
To:     Kishon Vijay Abraham I <kishon@...com>,
        linux-kernel@...r.kernel.org
Cc:     "David S. Miller" <davem@...emloft.net>,
        Geert Uytterhoeven <geert+renesas@...der.be>,
        Yoshihiro Shimoda <yoshihiro.shimoda.uh@...esas.com>,
        Guenter Roeck <linux@...ck-us.net>,
        Heiko Stuebner <heiko@...ech.de>,
        Viresh Kumar <viresh.kumar@...aro.org>,
        Maxime Ripard <maxime.ripard@...e-electrons.com>,
        Chen-Yu Tsai <wens@...e.org>,
        Sylwester Nawrocki <s.nawrocki@...sung.com>,
        Krzysztof Kozlowski <krzk@...nel.org>,
        Jaehoon Chung <jh80.chung@...sung.com>,
        Stephen Boyd <stephen.boyd@...aro.org>,
        Martin Blumenstingl <martin.blumenstingl@...glemail.com>,
        linux-arm-kernel@...ts.infradead.org,
        linux-arm-msm@...r.kernel.org, linux-omap@...r.kernel.org,
        linux-renesas-soc@...r.kernel.org,
        linux-rockchip@...ts.infradead.org,
        linux-samsung-soc@...r.kernel.org, linux-usb@...r.kernel.org
Subject: Re: [PATCH v5 3/3] phy: Group vendor specific phy drivers



On 05/16/2017 03:40 PM, Kishon Vijay Abraham I wrote:
> 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.gautam@...eaurora.org>
>> Acked-by: Heiko Stuebner <heiko@...ech.de>
>> Acked-by: Viresh Kumar <viresh.kumar@...aro.org>
>> Acked-by: Krzysztof Kozlowski <krzk@...nel.org>
>> Acked-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@...esas.com>
>> Reviewed-by: Jaehoon Chung <jh80.chung@...sung.com>
>> Cc: Kishon Vijay Abraham I <kishon@...com>
>> Cc: David S. Miller <davem@...emloft.net>
>> Cc: Geert Uytterhoeven <geert+renesas@...der.be>
>> Cc: Yoshihiro Shimoda <yoshihiro.shimoda.uh@...esas.com>
>> Cc: Guenter Roeck <linux@...ck-us.net>
>> Cc: Heiko Stuebner <heiko@...ech.de>
>> Cc: Viresh Kumar <viresh.kumar@...aro.org>
>> Cc: Maxime Ripard <maxime.ripard@...e-electrons.com>
>> Cc: Chen-Yu Tsai <wens@...e.org>
>> Cc: Sylwester Nawrocki <s.nawrocki@...sung.com>
>> Cc: Krzysztof Kozlowski <krzk@...nel.org>
>> Cc: Jaehoon Chung <jh80.chung@...sung.com>
>> Cc: Stephen Boyd <stephen.boyd@...aro.org>
>> Cc: Martin Blumenstingl <martin.blumenstingl@...glemail.com>
>> Cc: linux-arm-kernel@...ts.infradead.org
>> Cc: linux-arm-msm@...r.kernel.org
>> Cc: linux-kernel@...r.kernel.org
>> Cc: linux-omap@...r.kernel.org
>> Cc: linux-renesas-soc@...r.kernel.org
>> Cc: linux-rockchip@...ts.infradead.org
>> Cc: linux-samsung-soc@...r.kernel.org
>> Cc: linux-usb@...r.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.

Right. No need for a new menu. Thank you for fixing it and pushing out.

Best Regards
Vivek

>
> Thanks
> Kishon
> --
> To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

-- 
The Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ