summaryrefslogtreecommitdiffstats
path: root/drivers/usb/early/xhci-dbc.c
Commit message (Expand)AuthorAgeFilesLines
* usb: early: xhci-dbc: Use memcpy_and_pad()Christophe JAILLET2023-01-311-2/+1
* usb: early: xhci-dbc: Optimize early_xdbc_write()Christophe JAILLET2023-01-311-1/+1
* usb: early: xhci-dbc: Fix a potential out-of-bound memory accessChristophe JAILLET2023-01-311-1/+2
* usb: early: xhci-dbc: use console_is_registered()John Ogness2022-12-021-1/+1
* usb: early: xhci-dbc: Fix xdbc number parsingPeter Zijlstra2022-03-151-2/+6
* usb: early: xhci-dbc: Remove duplicate keep parsingPeter Zijlstra2022-03-151-3/+2
* Revert "usb: early: convert to readl_poll_timeout_atomic()"Greg Kroah-Hartman2021-12-171-4/+11
* memblock: rename memblock_free to memblock_phys_freeMike Rapoport2021-11-061-5/+5
* usb: early: convert to readl_poll_timeout_atomic()Chunfeng Yun2020-09-251-10/+4
* usb: early: xhci-dbc: File headers are not good candidates for kerneldocLee Jones2020-07-091-1/+1
* usb: early: xhci-dbc: Supply missing 'xhci-dbgp.h' headerfileLee Jones2020-07-091-0/+1
* Merge 5.7-rc3 into usb-nextGreg Kroah-Hartman2020-04-271-4/+4
|\
| * USB: early: Handle AMD's spec-compliant identifiers, tooJann Horn2020-04-161-4/+4
* | usb/early: remove unused including <linux/version.h>Jason Yan2020-04-231-1/+0
|/
* remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
* drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-4/+0
* memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport2019-03-121-1/+1
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+0
* memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport2018-10-311-5/+6
* memblock: replace alloc_bootmem_pages_nopanic with memblock_alloc_nopanicMike Rapoport2018-10-311-1/+1
* usb/early: remove set but not used variable 'remain_length'YueHaibing2018-10-091-3/+0
* usb: early: Correct the endpoint type value for bulk in endpointLu Baolu2017-12-071-1/+1
* USB: early: Remove redundant license textGreg Kroah-Hartman2017-11-071-4/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb/early: Remove trace_printk() callers in xhci-dbcLu Baolu2017-06-131-1/+0
* usb/early: Add driver for xhci debug capabilityLu Baolu2017-03-211-0/+1014