All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v1 0/4] Add USB EHCI and gadget support for STM32MP1
@ 2018-08-10 15:12 Patrice Chotard
  2018-08-10 15:12 ` [U-Boot] [PATCH v1 1/4] ARM: dts: stm32mp1: Add usb gadget support for stm32mp157c-ev1 board Patrice Chotard
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Patrice Chotard @ 2018-08-10 15:12 UTC (permalink / raw)
  To: u-boot


This series :
  - Adds DT nodes to add usb gadget support for stm32mp157-ev1 board
  - Adds DT nodes to add EHCI support for stm32mp157-ev1 board
  - Enables all USB relative flags needed for USB EHCI, DWC2 gadget and
    mass storage support
  - Update stm32mp1 board by populating board_usb_init() to initialize
    USB gadget driver


Patrice Chotard (4):
  ARM: dts: stm32mp1: Add usb gadget support for stm32mp157c-ev1 board
  ARM: dts: stm32mp1: Add EHCI support for stm32mp157c-ev1 board
  configs: stm32mp15: Enable USB relative flags
  board: st: stm32mp1: Add usb gadget support

 arch/arm/dts/stm32mp157-pinctrl.dtsi     |   6 ++
 arch/arm/dts/stm32mp157c-ev1-u-boot.dtsi |   5 +
 arch/arm/dts/stm32mp157c-ev1.dts         |  15 +++
 arch/arm/dts/stm32mp157c.dtsi            |  36 +++++++
 board/st/stm32mp1/stm32mp1.c             | 168 +++++++++++++++++++++++++++++++
 configs/stm32mp15_basic_defconfig        |  16 +++
 6 files changed, 246 insertions(+)

-- 
1.9.1

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

end of thread, other threads:[~2018-09-26 12:42 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-10 15:12 [U-Boot] [PATCH v1 0/4] Add USB EHCI and gadget support for STM32MP1 Patrice Chotard
2018-08-10 15:12 ` [U-Boot] [PATCH v1 1/4] ARM: dts: stm32mp1: Add usb gadget support for stm32mp157c-ev1 board Patrice Chotard
2018-09-26 12:42   ` [U-Boot] [U-Boot, v1, " Tom Rini
2018-08-10 15:12 ` [U-Boot] [PATCH v1 2/4] ARM: dts: stm32mp1: Add EHCI " Patrice Chotard
2018-09-26 12:42   ` [U-Boot] [U-Boot, v1, " Tom Rini
2018-08-10 15:12 ` [U-Boot] [PATCH v1 3/4] configs: stm32mp15: Enable USB relative flags Patrice Chotard
2018-09-26 12:42   ` [U-Boot] [U-Boot, v1, " Tom Rini
2018-08-10 15:12 ` [U-Boot] [PATCH v1 4/4] board: st: stm32mp1: Add usb gadget support Patrice Chotard
2018-09-26 12:42   ` [U-Boot] [U-Boot, v1, " Tom Rini
2018-09-25 16:29 ` [U-Boot] [PATCH v1 0/4] Add USB EHCI and gadget support for STM32MP1 Patrice CHOTARD

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.