public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] EHCI support for Panasonic UniPhier SoCs
@ 2014-11-07  9:48 Masahiro Yamada
  2014-11-07  9:48 ` [U-Boot] [PATCH 1/4] usb: add basic USB configs in Kconfig Masahiro Yamada
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Masahiro Yamada @ 2014-11-07  9:48 UTC (permalink / raw)
  To: u-boot


This series includes both USB parts and Panasonic SoC-specific parts
to resolve the patch dependency.

Marek,
please review at least 3/4 and issue your Ack if it is OK.

After it is Ack'ed, I will apply this series to my repo.



Masahiro Yamada (4):
  usb: add basic USB configs in Kconfig
  ARM: UniPhier: add MIO register file
  usb: UniPhier: add UniPhier on-chip EHCI host driver support
  ARM: UniPhier: enable USB features

 arch/arm/cpu/armv7/uniphier/ph1-ld4/platdevice.c   | 13 +++++
 arch/arm/cpu/armv7/uniphier/ph1-pro4/platdevice.c  | 10 ++++
 arch/arm/cpu/armv7/uniphier/ph1-sld8/platdevice.c  | 13 +++++
 arch/arm/include/asm/arch-uniphier/ehci-uniphier.h | 33 +++++++++++++
 arch/arm/include/asm/arch-uniphier/mio-regs.h      | 20 ++++++++
 arch/arm/include/asm/arch-uniphier/platdevice.h    |  2 +
 configs/ph1_ld4_defconfig                          |  3 ++
 configs/ph1_pro4_defconfig                         |  3 ++
 configs/ph1_sld8_defconfig                         |  3 ++
 drivers/usb/Kconfig                                | 46 ++++++++++++++++++
 drivers/usb/host/Kconfig                           | 56 ++++++++++++++++++++++
 drivers/usb/host/Makefile                          |  1 +
 drivers/usb/host/ehci-uniphier.c                   | 39 +++++++++++++++
 include/configs/uniphier-common.h                  |  7 +++
 14 files changed, 249 insertions(+)
 create mode 100644 arch/arm/include/asm/arch-uniphier/ehci-uniphier.h
 create mode 100644 arch/arm/include/asm/arch-uniphier/mio-regs.h
 create mode 100644 drivers/usb/host/Kconfig
 create mode 100644 drivers/usb/host/ehci-uniphier.c

-- 
1.9.1

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-11-11 15:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-07  9:48 [U-Boot] [PATCH 0/4] EHCI support for Panasonic UniPhier SoCs Masahiro Yamada
2014-11-07  9:48 ` [U-Boot] [PATCH 1/4] usb: add basic USB configs in Kconfig Masahiro Yamada
2014-11-07  9:48 ` [U-Boot] [PATCH 2/4] ARM: UniPhier: add MIO register file Masahiro Yamada
2014-11-07  9:48 ` [U-Boot] [PATCH 3/4] usb: UniPhier: add UniPhier on-chip EHCI host driver support Masahiro Yamada
2014-11-07  9:48 ` [U-Boot] [PATCH 4/4] ARM: UniPhier: enable USB features Masahiro Yamada
2014-11-07 10:45 ` [U-Boot] [PATCH 0/4] EHCI support for Panasonic UniPhier SoCs Marek Vasut
2014-11-07 11:08   ` Masahiro Yamada
2014-11-07 11:12     ` Marek Vasut
2014-11-11 15:39 ` Masahiro YAMADA

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox