All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Genoud <richard.genoud@gmail.com>
To: Vivek Gautam <gautam.vivek@samsung.com>
Cc: Tomasz Figa <t.figa@samsung.com>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	Kamil Debski <k.debski@samsung.com>,
	"linux-samsung-soc@vger.kernel.org" 
	<linux-samsung-soc@vger.kernel.org>,
	linux-doc@vger.kernel.org, Greg KH <gregkh@linuxfoundation.org>,
	Linux USB Mailing List <linux-usb@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Felipe Balbi <balbi@ti.com>, kishon <kishon@ti.com>,
	Kukjin Kim <kgene.kim@samsung.com>,
	Jingoo Han <jg1.han@samsung.com>,
	Sylwester Nawrocki <sylvester.nawrocki@gmail.com>,
	"linux-arm-kernel@lists.infradead.org" 
	<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH V4 5/5] usb-phy: samsung-usb3: Remove older phy-samsung-usb3 driver
Date: Wed, 16 Apr 2014 15:33:04 +0200	[thread overview]
Message-ID: <CACQ1gAgbiQJmpJDebeKSRGKhDjOcmOAdt8L3CmNAO=h5i7yV1A@mail.gmail.com> (raw)
In-Reply-To: <CAFp+6iGQMS5_YAimBRdV-P2h3LczQEHMq_cXGrOtHJSZqM7UfQ@mail.gmail.com>

Hi Vivek,

2014-04-09 13:34 GMT+02:00 Vivek Gautam <gautam.vivek@samsung.com>:
> Hi Tomasz,
> '
>
> On Wed, Apr 9, 2014 at 4:43 PM, Tomasz Figa <t.figa@samsung.com> wrote:
>> Hi Vivek,
>>
> Thanks for reviewing the patch series.
>
>>
>> On 08.04.2014 16:36, Vivek Gautam wrote:
>>>
>>> Removing this older USB 3.0 DRD controller PHY driver, since
>>> a new driver based on generic phy framework is now available.
>>>
>>> Also removing the dt node for older driver from Exynos5250
>>> device tree and updating the dt node for DWC3 controller.
>>>
>>> Signed-off-by: Vivek Gautam <gautam.vivek@samsung.com>
>>> ---
>>>
>>> NOTE: This patch should be merged only when the new USB 3.0
>>> DRD phy controller driver is available in the tree from the
>>> patches:
>>>         phy: Add new Exynos5 USB 3.0 PHY driver; and
>>>         dt: exynos5250: Enable support for generic USB DRD phy
>>>
>>>   arch/arm/boot/dts/exynos5250.dtsi  |   17 +-
>>>   drivers/usb/phy/phy-samsung-usb.h  |   83 ---------
>>>   drivers/usb/phy/phy-samsung-usb3.c |  350
>>> ------------------------------------
>>>   3 files changed, 2 insertions(+), 448 deletions(-)
>>>   delete mode 100644 drivers/usb/phy/phy-samsung-usb3.c
>>>
>>> diff --git a/arch/arm/boot/dts/exynos5250.dtsi
>>> b/arch/arm/boot/dts/exynos5250.dtsi
>>> index 92c6fcd..1cb1e91 100644
>>> --- a/arch/arm/boot/dts/exynos5250.dtsi
>>> +++ b/arch/arm/boot/dts/exynos5250.dtsi
>>
>>
>> IMHO driver and dts changes should be separated into two patches, first
>> updating device tree to use the new driver and second removing the driver.
>
> Sure will separate the patch into driver and dts change.
>
>>
>> After fixing this issue,
>>
>> Reviewed-by: Tomasz Figa <t.figa@samsung.com>
>>
I guess you should also remove phy-samsung-usb3.c references in the
Makefile, Kconfig and exynos_defconfig

Richard.

WARNING: multiple messages have this Message-ID (diff)
From: richard.genoud@gmail.com (Richard Genoud)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V4 5/5] usb-phy: samsung-usb3: Remove older phy-samsung-usb3 driver
Date: Wed, 16 Apr 2014 15:33:04 +0200	[thread overview]
Message-ID: <CACQ1gAgbiQJmpJDebeKSRGKhDjOcmOAdt8L3CmNAO=h5i7yV1A@mail.gmail.com> (raw)
In-Reply-To: <CAFp+6iGQMS5_YAimBRdV-P2h3LczQEHMq_cXGrOtHJSZqM7UfQ@mail.gmail.com>

Hi Vivek,

2014-04-09 13:34 GMT+02:00 Vivek Gautam <gautam.vivek@samsung.com>:
> Hi Tomasz,
> '
>
> On Wed, Apr 9, 2014 at 4:43 PM, Tomasz Figa <t.figa@samsung.com> wrote:
>> Hi Vivek,
>>
> Thanks for reviewing the patch series.
>
>>
>> On 08.04.2014 16:36, Vivek Gautam wrote:
>>>
>>> Removing this older USB 3.0 DRD controller PHY driver, since
>>> a new driver based on generic phy framework is now available.
>>>
>>> Also removing the dt node for older driver from Exynos5250
>>> device tree and updating the dt node for DWC3 controller.
>>>
>>> Signed-off-by: Vivek Gautam <gautam.vivek@samsung.com>
>>> ---
>>>
>>> NOTE: This patch should be merged only when the new USB 3.0
>>> DRD phy controller driver is available in the tree from the
>>> patches:
>>>         phy: Add new Exynos5 USB 3.0 PHY driver; and
>>>         dt: exynos5250: Enable support for generic USB DRD phy
>>>
>>>   arch/arm/boot/dts/exynos5250.dtsi  |   17 +-
>>>   drivers/usb/phy/phy-samsung-usb.h  |   83 ---------
>>>   drivers/usb/phy/phy-samsung-usb3.c |  350
>>> ------------------------------------
>>>   3 files changed, 2 insertions(+), 448 deletions(-)
>>>   delete mode 100644 drivers/usb/phy/phy-samsung-usb3.c
>>>
>>> diff --git a/arch/arm/boot/dts/exynos5250.dtsi
>>> b/arch/arm/boot/dts/exynos5250.dtsi
>>> index 92c6fcd..1cb1e91 100644
>>> --- a/arch/arm/boot/dts/exynos5250.dtsi
>>> +++ b/arch/arm/boot/dts/exynos5250.dtsi
>>
>>
>> IMHO driver and dts changes should be separated into two patches, first
>> updating device tree to use the new driver and second removing the driver.
>
> Sure will separate the patch into driver and dts change.
>
>>
>> After fixing this issue,
>>
>> Reviewed-by: Tomasz Figa <t.figa@samsung.com>
>>
I guess you should also remove phy-samsung-usb3.c references in the
Makefile, Kconfig and exynos_defconfig

Richard.

  reply	other threads:[~2014-04-16 13:33 UTC|newest]

Thread overview: 119+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-08 14:36 [PATCH V4 0/5] Add Exynos5 USB 3.0 phy driver based on generic PHY framework Vivek Gautam
2014-04-08 14:36 ` Vivek Gautam
2014-04-08 14:36 ` [PATCH V4 1/5] phy: Add new Exynos5 USB 3.0 PHY driver Vivek Gautam
2014-04-08 14:36   ` Vivek Gautam
2014-04-08 14:36   ` Vivek Gautam
2014-04-09 11:06   ` Tomasz Figa
2014-04-09 11:06     ` Tomasz Figa
2014-04-09 11:06     ` Tomasz Figa
2014-04-09 11:49     ` Vivek Gautam
2014-04-09 11:49       ` Vivek Gautam
2014-04-09 11:49       ` Vivek Gautam
2014-04-09 13:33       ` Tomasz Figa
2014-04-09 13:33         ` Tomasz Figa
2014-04-09 13:33         ` Tomasz Figa
2014-04-10 11:39         ` Vivek Gautam
2014-04-10 11:39           ` Vivek Gautam
2014-04-10 11:39           ` Vivek Gautam
2014-04-15  6:09           ` Vivek Gautam
2014-04-15  6:09             ` Vivek Gautam
2014-04-15  6:09             ` Vivek Gautam
2014-04-16 13:44             ` Tomasz Figa
2014-04-16 13:44               ` Tomasz Figa
2014-04-16 13:44               ` Tomasz Figa
2014-04-16 14:49               ` Vivek Gautam
2014-04-16 14:49                 ` Vivek Gautam
2014-04-16 14:49                 ` Vivek Gautam
2014-04-22  2:18                 ` Jingoo Han
2014-04-22  2:18                   ` Jingoo Han
2014-04-22  3:35                   ` Vivek Gautam
2014-04-22  3:35                     ` Vivek Gautam
2014-04-22  3:35                     ` Vivek Gautam
2014-04-14 11:54     ` Kishon Vijay Abraham I
2014-04-14 11:54       ` Kishon Vijay Abraham I
2014-04-14 11:54       ` Kishon Vijay Abraham I
2014-04-14 12:05       ` Vivek Gautam
2014-04-14 12:05         ` Vivek Gautam
2014-04-14 12:05         ` Vivek Gautam
2014-04-14 13:05         ` Kishon Vijay Abraham I
2014-04-14 13:05           ` Kishon Vijay Abraham I
2014-04-14 13:05           ` Kishon Vijay Abraham I
2014-04-14 13:44           ` Tomasz Figa
2014-04-14 13:44             ` Tomasz Figa
2014-04-14 13:44             ` Tomasz Figa
2014-04-14 13:49             ` Vivek Gautam
2014-04-14 13:49               ` Vivek Gautam
2014-04-14 13:49               ` Vivek Gautam
2014-04-14 14:21               ` Sylwester Nawrocki
2014-04-14 14:21                 ` Sylwester Nawrocki
2014-04-14 14:21                 ` Sylwester Nawrocki
2014-04-15  5:07                 ` Vivek Gautam
2014-04-15  5:07                   ` Vivek Gautam
2014-04-15  5:07                   ` Vivek Gautam
2014-04-14 12:27   ` Kishon Vijay Abraham I
2014-04-14 12:27     ` Kishon Vijay Abraham I
2014-04-14 12:27     ` Kishon Vijay Abraham I
2014-04-14 12:42     ` Vivek Gautam
2014-04-14 12:42       ` Vivek Gautam
2014-04-14 12:42       ` Vivek Gautam
2014-04-14 12:59       ` Kishon Vijay Abraham I
2014-04-14 12:59         ` Kishon Vijay Abraham I
2014-04-14 12:59         ` Kishon Vijay Abraham I
2014-04-14 13:20         ` Vivek Gautam
2014-04-14 13:20           ` Vivek Gautam
2014-04-14 13:20           ` Vivek Gautam
2014-04-14 13:26           ` Kishon Vijay Abraham I
2014-04-14 13:26             ` Kishon Vijay Abraham I
2014-04-14 13:26             ` Kishon Vijay Abraham I
2014-04-14 13:40             ` Vivek Gautam
2014-04-14 13:40               ` Vivek Gautam
2014-04-14 13:40               ` Vivek Gautam
2014-04-14 13:46               ` Vivek Gautam
2014-04-14 13:46                 ` Vivek Gautam
2014-04-14 13:46                 ` Vivek Gautam
2014-04-14 13:49               ` Tomasz Figa
2014-04-14 13:49                 ` Tomasz Figa
2014-04-14 13:49                 ` Tomasz Figa
2014-04-15 13:59                 ` Kishon Vijay Abraham I
2014-04-15 13:59                   ` Kishon Vijay Abraham I
2014-04-15 13:59                   ` Kishon Vijay Abraham I
2014-04-14 14:37   ` Sylwester Nawrocki
2014-04-14 14:37     ` Sylwester Nawrocki
2014-04-15  5:09     ` Vivek Gautam
2014-04-15  5:09       ` Vivek Gautam
2014-04-15  5:09       ` Vivek Gautam
2014-04-25  7:57     ` Tushar Behera
2014-04-25  7:57       ` Tushar Behera
2014-04-25  7:57       ` Tushar Behera
2014-04-25  8:08       ` Vivek Gautam
2014-04-25  8:08         ` Vivek Gautam
2014-04-25  8:08         ` Vivek Gautam
2014-04-08 14:36 ` [PATCH v4 2/5] dt: exynos5420: Enable support for USB 3.0 PHY controller Vivek Gautam
2014-04-08 14:36   ` Vivek Gautam
2014-04-08 14:36   ` Vivek Gautam
2014-04-09 11:10   ` Tomasz Figa
2014-04-09 11:10     ` Tomasz Figa
2014-04-09 11:10     ` Tomasz Figa
2014-04-08 14:36 ` [PATCH V4 3/5] dt: exynos5420: Enable support for DWC3 controller Vivek Gautam
2014-04-08 14:36   ` Vivek Gautam
2014-04-08 14:36   ` Vivek Gautam
2014-04-09 11:11   ` Tomasz Figa
2014-04-09 11:11     ` Tomasz Figa
2014-04-08 14:36 ` [PATCH V4 4/5] dt: exynos5250: Enable support for generic USB DRD phy Vivek Gautam
2014-04-08 14:36   ` Vivek Gautam
2014-04-09 11:11   ` Tomasz Figa
2014-04-09 11:11     ` Tomasz Figa
2014-04-09 11:11     ` Tomasz Figa
2014-04-08 14:36 ` [PATCH V4 5/5] usb-phy: samsung-usb3: Remove older phy-samsung-usb3 driver Vivek Gautam
2014-04-08 14:36   ` Vivek Gautam
2014-04-09 11:13   ` Tomasz Figa
2014-04-09 11:13     ` Tomasz Figa
2014-04-09 11:34     ` Vivek Gautam
2014-04-09 11:34       ` Vivek Gautam
2014-04-09 11:34       ` Vivek Gautam
2014-04-16 13:33       ` Richard Genoud [this message]
2014-04-16 13:33         ` Richard Genoud
2014-04-16 13:33         ` Richard Genoud
2014-04-16 14:42         ` Vivek Gautam
2014-04-16 14:42           ` Vivek Gautam
2014-04-16 14:42           ` Vivek Gautam

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CACQ1gAgbiQJmpJDebeKSRGKhDjOcmOAdt8L3CmNAO=h5i7yV1A@mail.gmail.com' \
    --to=richard.genoud@gmail.com \
    --cc=balbi@ti.com \
    --cc=devicetree@vger.kernel.org \
    --cc=gautam.vivek@samsung.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=jg1.han@samsung.com \
    --cc=k.debski@samsung.com \
    --cc=kgene.kim@samsung.com \
    --cc=kishon@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=sylvester.nawrocki@gmail.com \
    --cc=t.figa@samsung.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.