mbox series

[linux,dev-5.15,v1,0/5] drivers: add NPCM8XX support to RNG and USB Host drivers

Message ID 20220802131757.234026-1-tmaimon77@gmail.com
Headers show
Series drivers: add NPCM8XX support to RNG and USB Host drivers | expand

Message

Tomer Maimon Aug. 2, 2022, 1:17 p.m. UTC
This patch set adds Arbel NPCM8XX support to RNG and USB Host drivers. 

This patchset was tested on the Arbel NPCM8XX evaluation board that running 
Arbel OpenBMC.

The USB Host patchset is based on the Arbel NPCM8XX BMC 5.19 kernel patchsets
https://lore.kernel.org/all/20220718122922.9396-1-tmaimon77@gmail.com/

Tomer Maimon (5):
  usb: host: npcm7xx: remove USB EHCI host reset sequence
  dt-bindings: usb: npcm7xx: Add npcm845 compatible
  USB: host: npcm: Add NPCM8XX support
  dt-bindings: rng: nuvoton,npcm-rng: Add npcm845 compatible
  char: hwrng: npcm: Add NPCM8XX support

 .../bindings/rng/nuvoton,npcm-rng.txt         |  2 +
 .../devicetree/bindings/usb/npcm7xx-usb.txt   |  4 +-
 drivers/char/hw_random/npcm-rng.c             | 13 +++--
 drivers/usb/host/Kconfig                      |  8 +--
 drivers/usb/host/ehci-npcm7xx.c               | 50 -------------------
 5 files changed, 19 insertions(+), 58 deletions(-)