mbox series

[v1,0/3] usb: host: npcm7xx-ehci: add Arbel NPCM8XX support and remove reset sequence

Message ID 20220718122922.9396-1-tmaimon77@gmail.com
Headers show
Series usb: host: npcm7xx-ehci: add Arbel NPCM8XX support and remove reset sequence | expand

Message

Tomer Maimon July 18, 2022, 12:29 p.m. UTC
This patch set
- Adds Arbel NPCM8XX USB EHCI host controller support to USB EHCI driver.
- Remove the USB reset sequence because it is done in the NPCM reset driver.

The NPCM USB host driver tested on the NPCM845 evaluation board.

Tomer Maimon (3):
  usb: host: npcm7xx: remove USB EHCI host reset sequence
  dt-bindings: usb: npcm7xx: Add npcm845 compatible
  USB: host: npcm: Add NPCM8XX support

 .../devicetree/bindings/usb/npcm7xx-usb.txt   |  4 +-
 drivers/usb/host/Kconfig                      |  8 ++--
 drivers/usb/host/ehci-npcm7xx.c               | 47 -------------------
 3 files changed, 7 insertions(+), 52 deletions(-)