
On Tue, Sep 26, 2017 at 07:10:21AM +0800, Bin Meng wrote:
Hi Marek,
On Tue, Sep 26, 2017 at 12:41 AM, Marek Vasut marex@denx.de wrote:
The following changes since commit 1f6049e2501b5c35c61435dbc05ba96743202674:
tools/mkimage: Make the path to the dtc binary that mkimage calls configurable (2017-09-24 07:33:03 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-usb.git master
for you to fetch changes up to 0184c6fb34b49f0bb1ffc7b0e35a597de339353e:
usb: dwc2: Align size of invalidating dcache before starting DMA (2017-09-24 18:45:56 +0200)
Bin Meng (6): dm: usb: Add a new USB controller operation 'get_max_xfer_size' dm: usb: xhci: Implement get_max_xfer_size() operation dm: usb: ehci: Implement get_max_xfer_size() operation usb: storage: Refactor to use max_xfer_blk from struct us_data dm: usb: storage: Fix broken read/write when both EHCD and xHCD are enabled usb: kbd: Set a default polling mechanism for USB keyboard
I see this new PR does not contain the xHCI updates while previous one had. Any reason to drop that?
Yes, these break some of the tests in test/py/ as seen by 'make tests', thanks!