History for barebox / drivers / usb / host
2020-06-03
@Ahmad Fatoum
usb: xhci-hcd: replace opencoded non-atomic 64-bit MMIO with lo_hi helper ...
Ahmad Fatoum authored on 2 Jun 2020 Sascha Hauer committed on 3 Jun 2020
@Ahmad Fatoum
usb: xhci-hcd: remove unused #include <asm/cache.h> ...
Ahmad Fatoum authored on 2 Jun 2020 Sascha Hauer committed on 3 Jun 2020
2020-04-27
@Uwe Kleine-König
treewide: remove references to CREDITS ...
Uwe Kleine-König authored on 23 Apr 2020 Sascha Hauer committed on 27 Apr 2020
2020-04-16
@Sascha Hauer
Merge branch 'for-next/usb'
Sascha Hauer committed on 16 Apr 2020
2020-03-26
@Sascha Hauer
usb: Add U-Boot xhci driver ...
Sascha Hauer committed on 26 Mar 2020
@Sascha Hauer
usb: host: remove xhci driver ...
Sascha Hauer committed on 26 Mar 2020
2020-03-05
@Peter Mamonov
usb: host: ehci: distinguish DMA addresses ...
Peter Mamonov authored on 27 Feb 2020 Sascha Hauer committed on 5 Mar 2020
2020-01-15
@Sascha Hauer
Merge branch 'for-next/rpi'
Sascha Hauer committed on 15 Jan 2020
2020-01-14
@Sascha Hauer
usb: ehci: Do not use memset on dma coherent memory ...
Sascha Hauer committed on 14 Jan 2020
2019-12-20
@Sascha Hauer
usb: Add dwc2 host driver ...
Sascha Hauer committed on 20 Dec 2019
2019-06-11
@Sascha Hauer
Merge branch 'for-next/usb-ehci'
Sascha Hauer committed on 11 Jun 2019
2019-05-28
@Andrey Smirnov
usb: ohci: Add dependency on HAS_DMA ...
Andrey Smirnov authored on 27 May 2019 Sascha Hauer committed on 28 May 2019
@Andrey Smirnov
usb: ohci-hcd: Do not zero out DMA coherent memory ...
Andrey Smirnov authored on 27 May 2019 Sascha Hauer committed on 28 May 2019
2019-05-23
@Andrey Smirnov
usb: host: ehci: Allocate only NUM_QH queue heads for qh_list ...
Andrey Smirnov authored on 22 May 2019 Sascha Hauer committed on 23 May 2019
@Andrey Smirnov
ush: host: ehci: Simplify QH initialization in ehci_submit_async() ...
Andrey Smirnov authored on 22 May 2019 Sascha Hauer committed on 23 May 2019
@Andrey Smirnov
usb: host: ehci: Treat ehci->qh_list as an array ...
Andrey Smirnov authored on 22 May 2019 Sascha Hauer committed on 23 May 2019
@Andrey Smirnov
usb: host: ehci: Drop explicit memset() in ehci_init() ...
Andrey Smirnov authored on 22 May 2019 Sascha Hauer committed on 23 May 2019
@Andrey Smirnov
usb: host: ehci: Replace explicit printf() with dev_err() ...
Andrey Smirnov authored on 22 May 2019 Sascha Hauer committed on 23 May 2019
@Andrey Smirnov
usb: host: ehci: Add a comment explaing IOC setting for data ...
Andrey Smirnov authored on 22 May 2019 Sascha Hauer committed on 23 May 2019
@Andrey Smirnov
usb: host: ehci: Use bool to simplify ehci_submit_async() ...
Andrey Smirnov authored on 22 May 2019 Sascha Hauer committed on 23 May 2019
@Andrey Smirnov
usb: host: ehci: Drop needless assignments in ehci_submit_async() ...
Andrey Smirnov authored on 22 May 2019 Sascha Hauer committed on 23 May 2019
@Andrey Smirnov
usb: host: ehci: Simplify ehci_submit_async()'s epilogue ...
Andrey Smirnov authored on 22 May 2019 Sascha Hauer committed on 23 May 2019
@Andrey Smirnov
usb: host: ehci: Initialize qTDs explicitly ...
Andrey Smirnov authored on 22 May 2019 Sascha Hauer committed on 23 May 2019
@Andrey Smirnov
usb: host: ehci: Simplify ehci_td_buffer() ...
Andrey Smirnov authored on 22 May 2019 Sascha Hauer committed on 23 May 2019
@Andrey Smirnov
usb: host: ehci: Simplify qTD buffer synchronization ...
Andrey Smirnov authored on 22 May 2019 Sascha Hauer committed on 23 May 2019
@Andrey Smirnov
usb: host: ehci: Introduce ehci_prepare_qtd() ...
Andrey Smirnov authored on 22 May 2019 Sascha Hauer committed on 23 May 2019
@Andrey Smirnov
usb: host: ehci: Drop unnecessary cleanup code ...
Andrey Smirnov authored on 22 May 2019 Sascha Hauer committed on 23 May 2019
@Andrey Smirnov
usb: host: ehci: Replace magic number with macros ...
Andrey Smirnov authored on 22 May 2019 Sascha Hauer committed on 23 May 2019
@Andrey Smirnov
usb: host: ehci: Use to USBSTS to wait for transfer completion ...
Andrey Smirnov authored on 22 May 2019 Sascha Hauer committed on 23 May 2019
@Andrey Smirnov
usb: host: ehci: Share code to enable/disable async schedule ...
Andrey Smirnov authored on 22 May 2019 Sascha Hauer committed on 23 May 2019