aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/early
AgeCommit message (Expand)AuthorFilesLines
2022-03-15usb: early: xhci-dbc: Fix xdbc number parsingGravatar Peter Zijlstra 1-2/+6
2022-03-15usb: early: xhci-dbc: Remove duplicate keep parsingGravatar Peter Zijlstra 1-3/+2
2021-12-17Revert "usb: early: convert to readl_poll_timeout_atomic()"Gravatar Greg Kroah-Hartman 1-4/+11
2021-11-06memblock: rename memblock_free to memblock_phys_freeGravatar Mike Rapoport 1-5/+5
2020-09-25usb: early: ehci-dbgp: convert to readl_poll_timeout_atomic()Gravatar Chunfeng Yun 1-10/+5
2020-09-25usb: early: convert to readl_poll_timeout_atomic()Gravatar Chunfeng Yun 1-10/+4
2020-07-09usb: early: xhci-dbc: File headers are not good candidates for kerneldocGravatar Lee Jones 1-1/+1
2020-07-09usb: early: xhci-dbc: Supply missing 'xhci-dbgp.h' headerfileGravatar Lee Jones 1-0/+1
2020-07-09usb: early: ehci-dbgp: Remove set but never checked variable 'ret'Gravatar Lee Jones 1-3/+3
2020-06-26kdb: Switch to use safer dbg_io_ops over console APIsGravatar Sumit Garg 1-1/+2
2020-04-27Merge 5.7-rc3 into usb-nextGravatar Greg Kroah-Hartman 2-6/+20
2020-04-23usb/early: remove unused including <linux/version.h>Gravatar Jason Yan 1-1/+0
2020-04-16USB: early: Handle AMD's spec-compliant identifiers, tooGravatar Jann Horn 2-6/+20
2020-04-16USB: early: Use the correct style for SPDX License IdentifierGravatar Nishad Kamdar 1-1/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheGravatar Christoph Hellwig 1-1/+1
2019-04-08drivers: Remove explicit invocations of mmiowb()Gravatar Will Deacon 1-4/+0
2019-03-12memblock: drop memblock_alloc_*_nopanic() variantsGravatar Mike Rapoport 1-1/+1
2018-11-23drivers: usb: early: clean up indentation, remove extraneous tabsGravatar Colin Ian King 1-19/+19
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 1-1/+0
2018-10-31memblock: replace free_bootmem{_node} with memblock_freeGravatar Mike Rapoport 1-5/+6
2018-10-31memblock: replace alloc_bootmem_pages_nopanic with memblock_alloc_nopanicGravatar Mike Rapoport 1-1/+1
2018-10-09usb/early: remove set but not used variable 'remain_length'Gravatar YueHaibing 1-3/+0
2017-12-07usb: early: Correct the endpoint type value for bulk in endpointGravatar Lu Baolu 1-1/+1
2017-11-07USB: add SPDX identifiers to all remaining MakefilesGravatar Greg Kroah-Hartman 1-0/+1
2017-11-07USB: early: Remove redundant license textGravatar Greg Kroah-Hartman 2-8/+0
2017-11-07USB: early: Use new USB product ID and strings for DbC deviceGravatar Lu Baolu 1-3/+3
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Gravatar Greg Kroah-Hartman 3-0/+3
2017-06-13usb/early: Remove trace_printk() callers in xhci-dbcGravatar Lu Baolu 1-1/+0
2017-03-21usb/early: Add driver for xhci debug capabilityGravatar Lu Baolu 3-0/+1226
2017-02-08drivers: usb: early: remove unused codeGravatar Gustavo A. R. Silva 1-1/+0
2016-10-11treewide: remove redundant #include <linux/kconfig.h>Gravatar Masahiro Yamada 1-1/+0
2016-06-26usb: early/ehci-dbgp: make it explicitly non-modularGravatar Paul Gortmaker 1-2/+2
2013-09-26USB: ehci-dbgp: drop dead code.Gravatar Tim Deegan 1-4/+0
2012-11-02fix build of EHCI debug port code when USB_CHIPIDEA but !USB_EHCI_HCDGravatar Jan Beulich 1-2/+2
2012-10-30USB: fix build with XEN and EARLY_PRINTK_DBGP enabled but USB_SUPPORT disabledGravatar Jan Beulich 1-6/+9
2012-09-18USB EHCI/Xen: propagate controller reset information to hypervisorGravatar Jan Beulich 1-4/+13
2012-08-03Merge tag 'for_linux-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2012-07-31USB: echi-dbgp: increase the controller wait time to come out of halt.Gravatar Colin Ian King 1-1/+1
2012-06-13usb: early: fixed coding style issue related to : operatorGravatar Jeffrin Jose 1-1/+1
2011-05-03USB: EHCI: Support controllers with big endian capability regsGravatar Jan Andersson 1-1/+4
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-01-22USB: ehci-dbgp: fix typo in startup messageGravatar Ferenc Wagner 1-1/+1
2010-10-22usb: makefile cleanupGravatar matt mooney 1-1/+1
2010-05-20echi-dbgp: Add kernel debugger support for the usb debug portGravatar Jason Wessel 1-9/+111
2010-03-02USB: ehci-dbgp: split PID register updates for IN and OUT pipesGravatar Jason Wessel 1-40/+28
2009-12-23USB: fix section mismatch in early ehci dbgpGravatar Jan Beulich 1-1/+1
2009-09-23USB: ehci-dbgp: errata for EHCI debug/host controller synchronizationGravatar Jason Wessel 1-12/+29
2009-09-23USB: ehci-dbgp: errata for EHCI debug controller initializationGravatar Jason Wessel 1-1/+22
2009-09-23USB: ehci-dbgp,ehci: Allow early or late use of the dbgp deviceGravatar Jason Wessel 1-0/+23
2009-09-23USB: ehci-dbgp: stability improvements and external re-initGravatar Jason Wessel 1-148/+294