mbox series

[PULL] u-boot-usb/master

Message ID 7103d90f-96f4-25f9-8a3a-dd3fba8173d3@denx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series [PULL] u-boot-usb/master | expand

Pull-request

git://git.denx.de/u-boot-usb.git master

Message

Marek Vasut Aug. 6, 2020, 3:36 p.m. UTC
The following changes since commit f1c0b7cd4be2081ae3711cec2c4cc2910a5817e1:

  Merge tag 'u-boot-imx-20200804' of
https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2020-08-04 11:11:02
-0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-usb.git master

for you to fetch changes up to b5152a653d36c67a34b54c4c1e9eb182e7e5b9d6:

  usb: xhci: Add virt_to_phys() to support mapped platforms (2020-08-05
09:30:46 +0200)

----------------------------------------------------------------
Stefan Roese (4):
      usb: xhci: Add missing endian conversions (cpu_to_leXX / leXX_to_cpu)
      usb: xhci: xhci_mem_init: Use cpu_to_le64() and not xhci_writeq()
      usb: usb-uclass.c: Drop le16_to_cpu() as values are already swapped
      usb: xhci: Add virt_to_phys() to support mapped platforms

 drivers/usb/host/usb-uclass.c |  8 ++++----
 drivers/usb/host/xhci-mem.c   | 30 +++++++++++++++---------------
 drivers/usb/host/xhci-ring.c  |  8 ++++----
 drivers/usb/host/xhci.c       |  3 +--
 4 files changed, 24 insertions(+), 25 deletions(-)

Comments

Tom Rini Aug. 7, 2020, 12:53 p.m. UTC | #1
On Thu, Aug 06, 2020 at 05:36:17PM +0200, Marek Vasut wrote:

> The following changes since commit f1c0b7cd4be2081ae3711cec2c4cc2910a5817e1:
> 
>   Merge tag 'u-boot-imx-20200804' of
> https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2020-08-04 11:11:02
> -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to b5152a653d36c67a34b54c4c1e9eb182e7e5b9d6:
> 
>   usb: xhci: Add virt_to_phys() to support mapped platforms (2020-08-05
> 09:30:46 +0200)
> 

Applied to u-boot/master, thanks!