From mboxrd@z Thu Jan 1 00:00:00 1970 From: jh80.chung@samsung.com (Jaehoon Chung) Date: Tue, 14 Mar 2017 17:04:25 +0900 Subject: [RESEND PATCH v3 2/2] phy: Group vendor specific phy drivers In-Reply-To: <1489472570-26434-1-git-send-email-vivek.gautam@codeaurora.org> References: <1489472080-23711-2-git-send-email-vivek.gautam@codeaurora.org> <1489472570-26434-1-git-send-email-vivek.gautam@codeaurora.org> Message-ID: <8f1ec0f2-e824-12a3-f7e3-ec02eb3b307f@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 03/14/2017 03:22 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 > Cc: Kishon Vijay Abraham I > Cc: David S. Miller > Cc: Geert Uytterhoeven > Cc: Yoshihiro Shimoda > Cc: Guenter Roeck > Cc: Heiko Stuebner > Cc: Viresh Kumar > Cc: Maxime Ripard > Cc: Chen-Yu Tsai > Cc: Sylwester Nawrocki > Cc: Krzysztof Kozlowski > Cc: Jaehoon Chung > Cc: linux-arm-kernel at lists.infradead.org > Cc: linux-arm-msm at vger.kernel.org > Cc: linux-kernel at vger.kernel.org > Cc: linux-omap at vger.kernel.org > Cc: linux-renesas-soc at vger.kernel.org > Cc: linux-rockchip at lists.infradead.org > Cc: linux-samsung-soc at vger.kernel.org > Cc: linux-usb at vger.kernel.org Reviewed-by: Jaehoon Chung [..snip..] > ---