All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vivek Gautam <gautam.vivek@samsung.com>
To: linux-usb@vger.kernel.org, linux-samsung-soc@vger.kernel.org,
	devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, kgene.kim@samsung.com,
	stern@rowland.harvard.edu, balbi@ti.com, jg1.han@samsung.com,
	av.tikhomirov@samsung.com
Subject: [PATCH 0/3] dts: exynos5: Add required VDD supplies for USB
Date: Wed, 23 Apr 2014 20:59:26 +0530	[thread overview]
Message-ID: <1398266969-26000-1-git-send-email-gautam.vivek@samsung.com> (raw)

Based on for-next branch of Kgene's linux-samsung tree, with
following patch series:
[PATCH 0/9] Enable USB 3.0 support on Exynos5 systems
https://lkml.org/lkml/2014/4/23/389

These are device tree patches corresponding to the usb driver patch-series:
[PATCH 1/3] usb: ohci-exynos: Make provision for vdd regulators
[PATCH 2/3] usb: ehci-exynos: Make provision for vdd regulators
[PATCH 3/3] usb: dwc3-exynos: Make provision for vdd regulators

Vivek Gautam (3):
  dts: exynos5250: Add required VDD regulator supplies for usb
  dts: exynos5250-snow: Add required VDD regulator supplies for usb
  dts: exynos5420-smdk5420: Add required VDD regulator supplies for usb

 arch/arm/boot/dts/exynos5250-smdk5250.dts |   12 ++++++++++++
 arch/arm/boot/dts/exynos5250-snow.dts     |   12 ++++++++++++
 arch/arm/boot/dts/exynos5420-smdk5420.dts |   20 ++++++++++++++++++++
 3 files changed, 44 insertions(+)

-- 
1.7.10.4


WARNING: multiple messages have this Message-ID (diff)
From: Vivek Gautam <gautam.vivek@samsung.com>
To: linux-usb@vger.kernel.org, linux-samsung-soc@vger.kernel.org,
	devicetree@vger.kernel.org
Cc: kgene.kim@samsung.com, jg1.han@samsung.com,
	linux-kernel@vger.kernel.org, balbi@ti.com,
	av.tikhomirov@samsung.com, stern@rowland.harvard.edu,
	linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] dts: exynos5: Add required VDD supplies for USB
Date: Wed, 23 Apr 2014 20:59:26 +0530	[thread overview]
Message-ID: <1398266969-26000-1-git-send-email-gautam.vivek@samsung.com> (raw)

Based on for-next branch of Kgene's linux-samsung tree, with
following patch series:
[PATCH 0/9] Enable USB 3.0 support on Exynos5 systems
https://lkml.org/lkml/2014/4/23/389

These are device tree patches corresponding to the usb driver patch-series:
[PATCH 1/3] usb: ohci-exynos: Make provision for vdd regulators
[PATCH 2/3] usb: ehci-exynos: Make provision for vdd regulators
[PATCH 3/3] usb: dwc3-exynos: Make provision for vdd regulators

Vivek Gautam (3):
  dts: exynos5250: Add required VDD regulator supplies for usb
  dts: exynos5250-snow: Add required VDD regulator supplies for usb
  dts: exynos5420-smdk5420: Add required VDD regulator supplies for usb

 arch/arm/boot/dts/exynos5250-smdk5250.dts |   12 ++++++++++++
 arch/arm/boot/dts/exynos5250-snow.dts     |   12 ++++++++++++
 arch/arm/boot/dts/exynos5420-smdk5420.dts |   20 ++++++++++++++++++++
 3 files changed, 44 insertions(+)

-- 
1.7.10.4

WARNING: multiple messages have this Message-ID (diff)
From: gautam.vivek@samsung.com (Vivek Gautam)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] dts: exynos5: Add required VDD supplies for USB
Date: Wed, 23 Apr 2014 20:59:26 +0530	[thread overview]
Message-ID: <1398266969-26000-1-git-send-email-gautam.vivek@samsung.com> (raw)

Based on for-next branch of Kgene's linux-samsung tree, with
following patch series:
[PATCH 0/9] Enable USB 3.0 support on Exynos5 systems
https://lkml.org/lkml/2014/4/23/389

These are device tree patches corresponding to the usb driver patch-series:
[PATCH 1/3] usb: ohci-exynos: Make provision for vdd regulators
[PATCH 2/3] usb: ehci-exynos: Make provision for vdd regulators
[PATCH 3/3] usb: dwc3-exynos: Make provision for vdd regulators

Vivek Gautam (3):
  dts: exynos5250: Add required VDD regulator supplies for usb
  dts: exynos5250-snow: Add required VDD regulator supplies for usb
  dts: exynos5420-smdk5420: Add required VDD regulator supplies for usb

 arch/arm/boot/dts/exynos5250-smdk5250.dts |   12 ++++++++++++
 arch/arm/boot/dts/exynos5250-snow.dts     |   12 ++++++++++++
 arch/arm/boot/dts/exynos5420-smdk5420.dts |   20 ++++++++++++++++++++
 3 files changed, 44 insertions(+)

-- 
1.7.10.4

             reply	other threads:[~2014-04-23 15:32 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-23 15:29 Vivek Gautam [this message]
2014-04-23 15:29 ` [PATCH 0/3] dts: exynos5: Add required VDD supplies for USB Vivek Gautam
2014-04-23 15:29 ` Vivek Gautam
2014-04-23 15:29 ` [PATCH 1/3] dts: exynos5250: Add required VDD regulator supplies for usb Vivek Gautam
2014-04-23 15:29   ` Vivek Gautam
2014-04-23 15:29 ` [PATCH 2/3] dts: exynos5250-snow: " Vivek Gautam
2014-04-23 15:29   ` Vivek Gautam
2014-04-23 15:29 ` [PATCH 3/3] dts: exynos5420-smdk5420: " Vivek Gautam
2014-04-23 15:29   ` 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=1398266969-26000-1-git-send-email-gautam.vivek@samsung.com \
    --to=gautam.vivek@samsung.com \
    --cc=av.tikhomirov@samsung.com \
    --cc=balbi@ti.com \
    --cc=devicetree@vger.kernel.org \
    --cc=jg1.han@samsung.com \
    --cc=kgene.kim@samsung.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=stern@rowland.harvard.edu \
    /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.