Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1598561

Re: [RFC PATCH] phy: samsung: move the Samsung specific phy files to "samsung" directory

From Vivek Gautam <vivek.gautam@codeaurora.org>
Newsgroups linux.kernel
Subject Re: [RFC PATCH] phy: samsung: move the Samsung specific phy files to "samsung" directory
Date 2017-03-12 10:20 +0100
Message-ID <tk7Ps-7PH-5@gated-at.bofh.it> (permalink)
References <tj4JX-4BF-15@gated-at.bofh.it> <tj4JX-4BF-13@gated-at.bofh.it> <tj4TE-4Fc-31@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Hi Kishon,


On Thu, Mar 9, 2017 at 5:26 PM, Kishon Vijay Abraham I <kishon@ti.com> wrote:
> Hi,
>
> On Thursday 09 March 2017 05:03 PM, Jaehoon Chung wrote:
>> Make the "samsung" directory and move the Samsung specific files to
>> there for maintaining the files relevant to Samsung.
>
> The number of phy drivers in drivers/phy is getting unmanageable. I think this
> is a good step to make it a little better. Can you also add a MAINTAINER for
> drivers/phy/samsung?

I remember making a similar attempt in past [1], but that time we couldn't
reach an agreement as to whether group the phy drivers based on
vendors or based on the type of phy.

If you are fine with grouping the drivers for each vendor, I hope you can
consider picking that patch (I can respin the patch based on linux-phy/next).
Other driver maintainers were also cool with that older patch.

Let me know your comments.

[1] https://patchwork.kernel.org/patch/8762561/

Regards
Vivek

>
> Thanks
> Kishon
>>
>> Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
>> ---
>>  drivers/phy/Kconfig                               | 96 +----------------------
>>  drivers/phy/Makefile                              | 14 +---
>>  drivers/phy/samsung/Kconfig                       | 92 ++++++++++++++++++++++
>>  drivers/phy/samsung/Makefile                      | 11 +++
>>  drivers/phy/{ => samsung}/phy-exynos-dp-video.c   |  0
>>  drivers/phy/{ => samsung}/phy-exynos-mipi-video.c |  0
>>  drivers/phy/{ => samsung}/phy-exynos-pcie.c       |  0
>>  drivers/phy/{ => samsung}/phy-exynos4210-usb2.c   |  0
>>  drivers/phy/{ => samsung}/phy-exynos4x12-usb2.c   |  0
>>  drivers/phy/{ => samsung}/phy-exynos5-usbdrd.c    |  0
>>  drivers/phy/{ => samsung}/phy-exynos5250-sata.c   |  0
>>  drivers/phy/{ => samsung}/phy-exynos5250-usb2.c   |  0
>>  drivers/phy/{ => samsung}/phy-s5pv210-usb2.c      |  0
>>  drivers/phy/{ => samsung}/phy-samsung-usb2.c      |  0
>>  drivers/phy/{ => samsung}/phy-samsung-usb2.h      |  0
>>  15 files changed, 108 insertions(+), 105 deletions(-)
>>  create mode 100644 drivers/phy/samsung/Kconfig
>>  create mode 100644 drivers/phy/samsung/Makefile
>>  rename drivers/phy/{ => samsung}/phy-exynos-dp-video.c (100%)
>>  rename drivers/phy/{ => samsung}/phy-exynos-mipi-video.c (100%)
>>  rename drivers/phy/{ => samsung}/phy-exynos-pcie.c (100%)
>>  rename drivers/phy/{ => samsung}/phy-exynos4210-usb2.c (100%)
>>  rename drivers/phy/{ => samsung}/phy-exynos4x12-usb2.c (100%)
>>  rename drivers/phy/{ => samsung}/phy-exynos5-usbdrd.c (100%)
>>  rename drivers/phy/{ => samsung}/phy-exynos5250-sata.c (100%)
>>  rename drivers/phy/{ => samsung}/phy-exynos5250-usb2.c (100%)
>>  rename drivers/phy/{ => samsung}/phy-s5pv210-usb2.c (100%)
>>  rename drivers/phy/{ => samsung}/phy-samsung-usb2.c (100%)
>>  rename drivers/phy/{ => samsung}/phy-samsung-usb2.h (100%)

[snip]



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

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[RFC PATCH] phy: samsung: move the Samsung specific phy files to  "samsung" directory Jaehoon Chung <jh80.chung@samsung.com> - 2017-03-09 12:50 +0100
  Re: [RFC PATCH] phy: samsung: move the Samsung specific phy files to  "samsung" directory Kishon Vijay Abraham I <kishon@ti.com> - 2017-03-09 13:00 +0100
    Re: [RFC PATCH] phy: samsung: move the Samsung specific phy files to  "samsung" directory Krzysztof Kozlowski <krzk@kernel.org> - 2017-03-09 13:30 +0100
      Re: [RFC PATCH] phy: samsung: move the Samsung specific phy files to  "samsung" directory Jaehoon Chung <jh80.chung@samsung.com> - 2017-03-10 08:10 +0100
        Re: [RFC PATCH] phy: samsung: move the Samsung specific phy files to  "samsung" directory Kishon Vijay Abraham I <kishon@ti.com> - 2017-03-10 11:00 +0100
        Re: [RFC PATCH] phy: samsung: move the Samsung specific phy files to  "samsung" directory Krzysztof Kozlowski <krzk@kernel.org> - 2017-03-10 19:00 +0100
    Re: [RFC PATCH] phy: samsung: move the Samsung specific phy files to  "samsung" directory Vivek Gautam <vivek.gautam@codeaurora.org> - 2017-03-12 10:20 +0100
      Re: [RFC PATCH] phy: samsung: move the Samsung specific phy files to  "samsung" directory Krzysztof Kozlowski <krzk@kernel.org> - 2017-03-12 10:30 +0100
        Re: [RFC PATCH] phy: samsung: move the Samsung specific phy files to  "samsung" directory Vivek Gautam <vivek.gautam@codeaurora.org> - 2017-03-12 18:30 +0100
      Re: [RFC PATCH] phy: samsung: move the Samsung specific phy files to  "samsung" directory Jaehoon Chung <jh80.chung@samsung.com> - 2017-03-13 00:20 +0100
        Re: [RFC PATCH] phy: samsung: move the Samsung specific phy files to  "samsung" directory Vivek Gautam <vivek.gautam@codeaurora.org> - 2017-03-13 10:10 +0100
      Re: [RFC PATCH] phy: samsung: move the Samsung specific phy files to  "samsung" directory Kishon Vijay Abraham I <kishon@ti.com> - 2017-03-13 06:30 +0100
        Re: [RFC PATCH] phy: samsung: move the Samsung specific phy files to  "samsung" directory Vivek Gautam <vivek.gautam@codeaurora.org> - 2017-03-13 10:00 +0100
          Re: [RFC PATCH] phy: samsung: move the Samsung specific phy files to  "samsung" directory Kishon Vijay Abraham I <kishon@ti.com> - 2017-03-13 10:10 +0100

csiph-web