All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene.kim@samsung.com>
To: Vivek Gautam <gautam.vivek@samsung.com>
Cc: linux-samsung-soc@vger.kernel.org, linux-usb@vger.kernel.org,
	devicetree@vger.kernel.org, kgene.kim@samsung.com,
	gregkh@linuxfoundation.org, t.figa@samsung.com,
	jg1.han@samsung.com, linux-kernel@vger.kernel.org, balbi@ti.com,
	kishon@ti.com, robh+dt@kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v6 0/8] Enable USB 3.0 support on Exynos5 systems
Date: Fri, 16 May 2014 06:53:48 +0900	[thread overview]
Message-ID: <5375376C.90306@samsung.com> (raw)
In-Reply-To: <1400076070-12456-1-git-send-email-gautam.vivek@samsung.com>

On 05/14/14 23:01, Vivek Gautam wrote:
> From: Vivek gautam<gautam.vivek@samsung.com>
>
> Based on 'for-next' branch of Kgene's linux-samsung tree;
> along with dts patches for USB 2.0 phy[1], and Exynos5800 [2].
> Also based on the latest USB 3.0 DRD phy driver patches posted [3].
>
> Changes from v5:
>   - Added node reference names for new boards.
>   - Removed 'samsung,pmu-offset' porperty from nodes, since with latest driver
>     bindings this is not required.
>   - Added aliase nodes in Exynos5420 to facilitate latest driver bindings.
>   - Added patch to add VBUS regulator for peach-pi board also.
>   - Dropped patches removing older usb-phy driver:
>     usb-phy: samsung-usb3: Remove older phy-samsung-usb3 driver
>     ARM: exynos_defconfig: Remove SAMSUNG_USB3PHY config
>     as appeared in V5 version of this series.
>     Will post them separately after the new driver is merged.
>
> [1] http://www.spinics.net/lists/linux-samsung-soc/msg30494.html
> [2] http://comments.gmane.org/gmane.linux.kernel.samsung-soc/31133
> [3] https://lkml.org/lkml/2014/5/13/285
>
> Vivek Gautam (7):
>    ARM: dts: exynos5420: Enable support for USB 3.0 PHY controller
>    ARM: dts: exynos5420: Enable support for DWC3 controller
>    ARM: dts: exynos5250: Enable support for generic USB DRD phy
>    ARM: dts: exynos5250: Update DWC3 usb controller to use new phy
>      driver
>    ARM: dts: exynos5250-snow: Add Vbus regulator for USB 3.0
>    ARM: dts: exynos5420-peach-pit: Add Vbus regulator for USB 3.0
>    ARM: dts: exynos5420-smdk5420: Add Vbus regulator for USB 3.0
>
> Vivek gautam (1):

should be same guy.

Vivek Gautam ;-)

>    ARM: dts: exynos5800-peach-pi: Add Vbus regulator for USB 3.0
>
>   arch/arm/boot/dts/exynos5250-snow.dts      |   22 ++++++++++++
>   arch/arm/boot/dts/exynos5250.dtsi          |   20 +++++------
>   arch/arm/boot/dts/exynos5420-peach-pit.dts |   46 ++++++++++++++++++++++++
>   arch/arm/boot/dts/exynos5420-smdk5420.dts  |   46 ++++++++++++++++++++++++
>   arch/arm/boot/dts/exynos5420.dtsi          |   54 ++++++++++++++++++++++++++++
>   arch/arm/boot/dts/exynos5800-peach-pi.dts  |   46 ++++++++++++++++++++++++
>   6 files changed, 222 insertions(+), 12 deletions(-)
>
Looks good to me.

Applied 1 to 4 patches, but for others 5 to 8 I need to get any review 
or ack from dt guys.

Thanks,
Kukjin

WARNING: multiple messages have this Message-ID (diff)
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v6 0/8] Enable USB 3.0 support on Exynos5 systems
Date: Fri, 16 May 2014 06:53:48 +0900	[thread overview]
Message-ID: <5375376C.90306@samsung.com> (raw)
In-Reply-To: <1400076070-12456-1-git-send-email-gautam.vivek@samsung.com>

On 05/14/14 23:01, Vivek Gautam wrote:
> From: Vivek gautam<gautam.vivek@samsung.com>
>
> Based on 'for-next' branch of Kgene's linux-samsung tree;
> along with dts patches for USB 2.0 phy[1], and Exynos5800 [2].
> Also based on the latest USB 3.0 DRD phy driver patches posted [3].
>
> Changes from v5:
>   - Added node reference names for new boards.
>   - Removed 'samsung,pmu-offset' porperty from nodes, since with latest driver
>     bindings this is not required.
>   - Added aliase nodes in Exynos5420 to facilitate latest driver bindings.
>   - Added patch to add VBUS regulator for peach-pi board also.
>   - Dropped patches removing older usb-phy driver:
>     usb-phy: samsung-usb3: Remove older phy-samsung-usb3 driver
>     ARM: exynos_defconfig: Remove SAMSUNG_USB3PHY config
>     as appeared in V5 version of this series.
>     Will post them separately after the new driver is merged.
>
> [1] http://www.spinics.net/lists/linux-samsung-soc/msg30494.html
> [2] http://comments.gmane.org/gmane.linux.kernel.samsung-soc/31133
> [3] https://lkml.org/lkml/2014/5/13/285
>
> Vivek Gautam (7):
>    ARM: dts: exynos5420: Enable support for USB 3.0 PHY controller
>    ARM: dts: exynos5420: Enable support for DWC3 controller
>    ARM: dts: exynos5250: Enable support for generic USB DRD phy
>    ARM: dts: exynos5250: Update DWC3 usb controller to use new phy
>      driver
>    ARM: dts: exynos5250-snow: Add Vbus regulator for USB 3.0
>    ARM: dts: exynos5420-peach-pit: Add Vbus regulator for USB 3.0
>    ARM: dts: exynos5420-smdk5420: Add Vbus regulator for USB 3.0
>
> Vivek gautam (1):

should be same guy.

Vivek Gautam ;-)

>    ARM: dts: exynos5800-peach-pi: Add Vbus regulator for USB 3.0
>
>   arch/arm/boot/dts/exynos5250-snow.dts      |   22 ++++++++++++
>   arch/arm/boot/dts/exynos5250.dtsi          |   20 +++++------
>   arch/arm/boot/dts/exynos5420-peach-pit.dts |   46 ++++++++++++++++++++++++
>   arch/arm/boot/dts/exynos5420-smdk5420.dts  |   46 ++++++++++++++++++++++++
>   arch/arm/boot/dts/exynos5420.dtsi          |   54 ++++++++++++++++++++++++++++
>   arch/arm/boot/dts/exynos5800-peach-pi.dts  |   46 ++++++++++++++++++++++++
>   6 files changed, 222 insertions(+), 12 deletions(-)
>
Looks good to me.

Applied 1 to 4 patches, but for others 5 to 8 I need to get any review 
or ack from dt guys.

Thanks,
Kukjin

  parent reply	other threads:[~2014-05-15 21:53 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-14 14:01 [PATCH v6 0/8] Enable USB 3.0 support on Exynos5 systems Vivek Gautam
2014-05-14 14:01 ` Vivek Gautam
2014-05-14 14:01 ` [PATCH v6 1/8] ARM: dts: exynos5420: Enable support for USB 3.0 PHY controller Vivek Gautam
2014-05-14 14:01   ` Vivek Gautam
2014-05-14 14:01   ` Vivek Gautam
2014-05-14 14:01 ` [PATCH v6 2/8] ARM: dts: exynos5420: Enable support for DWC3 controller Vivek Gautam
2014-05-14 14:01   ` Vivek Gautam
2014-05-14 14:01 ` [PATCH v6 3/8] ARM: dts: exynos5250: Enable support for generic USB DRD phy Vivek Gautam
2014-05-14 14:01   ` Vivek Gautam
2014-05-14 14:01   ` Vivek Gautam
2014-05-14 14:01 ` [PATCH v6 4/8] ARM: dts: exynos5250: Update DWC3 usb controller to use new phy driver Vivek Gautam
2014-05-14 14:01   ` Vivek Gautam
     [not found] ` <1400076070-12456-1-git-send-email-gautam.vivek-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-05-14 14:01   ` [PATCH v6 5/8] ARM: dts: exynos5250-snow: Add Vbus regulator for USB 3.0 Vivek Gautam
2014-05-14 14:01     ` Vivek Gautam
2014-05-14 14:01     ` Vivek Gautam
2014-05-19 11:26     ` Kukjin Kim
2014-05-19 11:26       ` Kukjin Kim
2014-05-14 14:01 ` [PATCH v6 6/8] ARM: dts: exynos5420-peach-pit: " Vivek Gautam
2014-05-14 14:01   ` Vivek Gautam
2014-05-14 14:01 ` [PATCH v6 7/8] ARM: dts: exynos5420-smdk5420: " Vivek Gautam
2014-05-14 14:01   ` Vivek Gautam
2014-05-14 14:01 ` [PATCH v6 8/8] ARM: dts: exynos5800-peach-pi: " Vivek Gautam
2014-05-14 14:01   ` Vivek Gautam
2014-05-15 21:53 ` Kukjin Kim [this message]
2014-05-15 21:53   ` [PATCH v6 0/8] Enable USB 3.0 support on Exynos5 systems Kukjin Kim

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=5375376C.90306@samsung.com \
    --to=kgene.kim@samsung.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=kishon@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    --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.