From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 22 May 2017 11:49:04 +0200 Subject: [U-Boot] [PULL] u-boot-usb/master Message-ID: <28906600-c1ae-ac69-51b4-f3f013944cfd@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de The following changes since commit a375ff8e14bea0a5cbfff99d6456aa8d9a3320ab: Merge branch 'master' of git://www.denx.de/git/u-boot-imx (2017-05-18 17:17:45 -0400) are available in the git repository at: git://git.denx.de/u-boot-usb.git master for you to fetch changes up to 3426b2038cfb831d74ac0407fc7a04e990b44540: usb: ehci: Add Renesas RCar M3/H3 EHCI support (2017-05-22 11:47:27 +0200) ---------------------------------------------------------------- Hiroyuki Yokoyama (1): usb: ehci: Add Renesas RCar M3/H3 EHCI support Uri Mashiach (1): net: usb: mcs7830: fix non-DM ingress path drivers/usb/eth/mcs7830.c | 6 ++++-- drivers/usb/host/Kconfig | 8 ++++++++ drivers/usb/host/Makefile | 1 + drivers/usb/host/ehci-rcar_gen3.c | 106 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 119 insertions(+), 2 deletions(-) create mode 100644 drivers/usb/host/ehci-rcar_gen3.c