summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-dbgtty.c
Commit message (Expand)AuthorAgeFilesLines
* xhci: dbgtty: use IDR to support several dbc instances.Mathias Nyman2022-02-171-7/+39
* xhci: dbc: Don't call dbc_tty_init() on every dbc tty probeMathias Nyman2022-02-171-19/+7
* xhci: dbc: create and remove dbc structure in dbgtty driver.Mathias Nyman2022-02-171-7/+15
* USB: xhci: dbc: fix tty registration raceJohan Hovold2021-10-111-15/+13
* tty: drop put_tty_driverJiri Slaby2021-07-271-2/+2
* tty: make tty_operations::chars_in_buffer return uintJiri Slaby2021-05-131-2/+2
* tty: make tty_operations::write_room return uintJiri Slaby2021-05-131-2/+2
* usb: xhci: convert tasklets to use new tasklet_setup() APIAllen Pais2020-08-181-3/+3
* xhci: dbgtty: Make some functions staticWei Yongjun2020-07-281-2/+2
* xhci: dbc: remove tty specific port structure from struct xhci_dbcMathias Nyman2020-07-231-6/+23
* xhci: dbgcap: remove dbc dependency on dbctty specific flagMathias Nyman2020-07-231-0/+5
* xhci: dbc: Add a operations structure to access driver functionsMathias Nyman2020-07-231-2/+9
* xhci: dbctty: split dbc tty driver registration and unregistration functions.Mathias Nyman2020-07-231-49/+76
* xhci: dbc: remove endpoint pointers from dbc_port structureMathias Nyman2020-07-231-2/+0
* xhci: dbc: simplify dbc requests allocation and queueingMathias Nyman2020-07-231-16/+17
* xhci: dbc: Use dbc structure in the request completion instead of xhci_hcdMathias Nyman2020-07-231-6/+4
* xhci: dbc: Pass dbc pointer to get_in/out_ep() helper functions to get endpointsMathias Nyman2020-07-231-7/+7
* xhci: dbgtty: Pass dbc pointer when registering a dbctty deviceMathias Nyman2020-07-231-5/+3
* usb: host: xhci-dbgtty: File headers are not good candidates for kerneldocLee Jones2020-07-091-1/+1
* usb: xhci: dbc: Use GFP_KERNEL instead of GFP_ATOMIC in 'xhci_dbc_alloc_reque...Christophe JAILLET2019-09-031-1/+1
* usb: xhci: dbc: Simplify error handling in 'xhci_dbc_alloc_requests()'Christophe JAILLET2019-09-031-1/+1
* usb: xhci: dbc: Add SPDX identifiers to dbc filesLu Baolu2018-05-241-0/+1
* xhci: Fix Kernel oops in xhci dbgttyZhengjun Xing2018-04-221-3/+5
* Merge branch 4.16-rc6 into usb-nextGreg Kroah-Hartman2018-03-201-8/+12
|\
| * usb: xhci: dbc: Fix lockdep warningLu Baolu2018-03-081-8/+12
* | usb: xhci: Clean up error code in xhci_dbc_tty_register_device()Dan Carpenter2018-03-161-2/+3
|/
* usb: xhci: make function xhci_dbc_free_req staticColin Ian King2017-12-121-1/+1
* usb: xhci: Add DbC support in xHCI driverLu Baolu2017-12-081-0/+497