From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Tue, 26 Sep 2017 07:10:21 +0800 Subject: [U-Boot] [PULL] u-boot-usb/master In-Reply-To: References: Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Marek, On Tue, Sep 26, 2017 at 12:41 AM, Marek Vasut 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? > Eddie Cai (4): > usb: rockchip: add the rockusb gadget > usb: rockchip: add rockusb command > rockchip:usb: add a simple readme for rockusb > rockchip: rk3288: enable rockusb support on rk3288 based device > > Marek Vasut (1): > usb: xhci: Set number of event segments and entries to 1 > > Philipp Tomsich (3): > rockchip: xhci: Convert to livetree > usb: dwc2: convert to livetree > usb: host: ehci-generic: convert to livetree > > Seung-Woo Kim (1): > usb: dwc2: Align size of invalidating dcache before starting DMA > Regards, Bin