From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/5] exynos5: usb: Enable USB 2.0 support
Date: Thu, 3 May 2012 04:46:08 +0200 [thread overview]
Message-ID: <201205030446.08576.marex@denx.de> (raw)
In-Reply-To: <CAH9JG2V0fxb6z=2UEj7gm7suRghDehN+HZfK8OMbRXKfbB_7qA@mail.gmail.com>
Dear Kyungmin Park,
> Hi,
>
> Can you share the purpose of USB host support at bootloader?
You can boot the system completely off a USB stick ...
>
> Just curious.
>
> Thank you,
> Kyungmin Park
>
> On 5/2/12, Rajeshwari Shinde <rajeshwari.s@samsung.com> wrote:
> > This patchset series adds support to enable USB 2.0 on smdk5250.
> > It includes addition of system and power management registers,
> > functions to enable and disable power to the USB host controller.
> >
> > This patchset is based on:
> > USB: S5P: Add ehci support.patch
> >
> > Rajeshwari Shinde (5):
> > exynos5: Add system register structure
> > exynos5: Add structure for PMU register
> > exynos5: Add power Enable/Disable for USB-EHCI
> > exynos5: usb: Fix incorrect USB base addresses
> > exynos5: usb: Enable USB 2.0 on smdk5250
> >
> > arch/arm/cpu/armv7/exynos/power.c | 59 +++
> > arch/arm/include/asm/arch-exynos/cpu.h | 5 +-
> > arch/arm/include/asm/arch-exynos/power.h | 627
> >
> > +++++++++++++++++++++++++++++
> >
> > arch/arm/include/asm/arch-exynos/sysreg.h | 44 ++
> > drivers/usb/host/ehci-s5p.c | 3 +
> > include/configs/smdk5250.h | 6 +
> > 6 files changed, 742 insertions(+), 2 deletions(-)
> > create mode 100644 arch/arm/include/asm/arch-exynos/sysreg.h
> >
> > --
> > 1.7.4.4
> >
> > _______________________________________________
> > U-Boot mailing list
> > U-Boot at lists.denx.de
> > http://lists.denx.de/mailman/listinfo/u-boot
Best regards,
Marek Vasut
prev parent reply other threads:[~2012-05-03 2:46 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-02 13:52 [U-Boot] [PATCH 0/5] exynos5: usb: Enable USB 2.0 support Rajeshwari Shinde
2012-05-02 13:52 ` [U-Boot] [PATCH 1/5] exynos5: Add system register structure Rajeshwari Shinde
2012-05-02 15:53 ` Marek Vasut
2012-05-03 1:47 ` Kyungmin Park
2012-05-03 5:38 ` Chander Kashyap
2012-05-03 7:14 ` Minkyu Kang
2012-05-03 12:21 ` Rajeshwari Birje
2012-05-02 13:52 ` [U-Boot] [PATCH 2/5] exynos5: Add structure for PMU register Rajeshwari Shinde
2012-05-03 6:13 ` Chander Kashyap
2012-05-03 6:14 ` Chander Kashyap
2012-05-02 13:52 ` [U-Boot] [PATCH 3/5] exynos5: Add power Enable/Disable for USB-EHCI Rajeshwari Shinde
2012-05-03 7:33 ` Minkyu Kang
2012-05-03 12:52 ` Rajeshwari Birje
2012-05-02 13:52 ` [U-Boot] [PATCH 4/5] exynos5: usb: Fix incorrect USB base addresses Rajeshwari Shinde
2012-05-03 6:15 ` Chander Kashyap
2012-05-02 13:52 ` [U-Boot] [PATCH 5/5] exynos5: usb: Enable USB 2.0 on smdk5250 Rajeshwari Shinde
2012-05-03 6:43 ` Chander Kashyap
2012-05-03 7:38 ` Minkyu Kang
2012-05-03 12:06 ` Rajeshwari Birje
2012-05-03 1:49 ` [U-Boot] [PATCH 0/5] exynos5: usb: Enable USB 2.0 support Kyungmin Park
2012-05-03 2:46 ` Marek Vasut [this message]
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=201205030446.08576.marex@denx.de \
--to=marex@denx.de \
--cc=u-boot@lists.denx.de \
/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.