[U-Boot] (no subject)

Adam Ford aford173 at gmail.com
Sun Apr 28 21:45:24 UTC 2019


>From 323b5ea0eec7aac821eb2319ca0debda711e8bec Mon Sep 17 00:00:00 2001
From: Adam Ford <aford173 at gmail.com>
Date: Sun, 28 Apr 2019 16:42:42 -0500
Subject: [PATCH 0/4] Enable Host OHCI USB controller wtih DM_USB 

This series enables some commented-out code, resurrects some older code
and enables DA850 OHCI USB Host controller on the da850evm

Adam Ford (4):
  usb: ohci:  Re-enable commented out delay
  ARM: davinci: Remove unused functions from header
  usb: ohci: ohci-da8xx: Enable da850-ohci driver with DM support
  ARM: da850evm: Enable da850-ohci USB host controller

 .../arm/mach-davinci/include/mach/da8xx-usb.h |   3 -
 configs/da850evm_defconfig                    |   7 +-
 drivers/usb/host/Kconfig                      |   5 +
 drivers/usb/host/ohci-da8xx.c                 | 147 +++++++++++++++++-
 drivers/usb/host/ohci-hcd.c                   |   2 -
 include/configs/da850evm.h                    |   8 +
 6 files changed, 165 insertions(+), 7 deletions(-)

-- 
2.17.1



More information about the U-Boot mailing list