aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/host/xhci-dbgtty.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-17xhci: dbgtty: use IDR to support several dbc instances.Mathias Nyman1-7/+39
2022-02-17xhci: dbc: Don't call dbc_tty_init() on every dbc tty probeMathias Nyman1-19/+7
2022-02-17xhci: dbc: create and remove dbc structure in dbgtty driver.Mathias Nyman1-7/+15
2021-10-11USB: xhci: dbc: fix tty registration raceJohan Hovold1-15/+13
2021-07-27tty: drop put_tty_driverJiri Slaby1-2/+2
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby1-2/+2
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby1-2/+2
2020-08-18usb: xhci: convert tasklets to use new tasklet_setup() APIAllen Pais1-3/+3
2020-07-28xhci: dbgtty: Make some functions staticWei Yongjun1-2/+2
2020-07-23xhci: dbc: remove tty specific port structure from struct xhci_dbcMathias Nyman1-6/+23
2020-07-23xhci: dbgcap: remove dbc dependency on dbctty specific flagMathias Nyman1-0/+5
2020-07-23xhci: dbc: Add a operations structure to access driver functionsMathias Nyman1-2/+9
2020-07-23xhci: dbctty: split dbc tty driver registration and unregistration functions.Mathias Nyman1-49/+76
2020-07-23xhci: dbc: remove endpoint pointers from dbc_port structureMathias Nyman1-2/+0
2020-07-23xhci: dbc: simplify dbc requests allocation and queueingMathias Nyman1-16/+17
2020-07-23xhci: dbc: Use dbc structure in the request completion instead of xhci_hcdMathias Nyman1-6/+4
2020-07-23xhci: dbc: Pass dbc pointer to get_in/out_ep() helper functions to get endpointsMathias Nyman1-7/+7
2020-07-23xhci: dbgtty: Pass dbc pointer when registering a dbctty deviceMathias Nyman1-5/+3
2020-07-09usb: host: xhci-dbgtty: File headers are not good candidates for kerneldocLee Jones1-1/+1
2019-09-03usb: xhci: dbc: Use GFP_KERNEL instead of GFP_ATOMIC in 'xhci_dbc_alloc_requests()'Christophe JAILLET1-1/+1
2019-09-03usb: xhci: dbc: Simplify error handling in 'xhci_dbc_alloc_requests()'Christophe JAILLET1-1/+1
2018-05-24usb: xhci: dbc: Add SPDX identifiers to dbc filesLu Baolu1-0/+1
2018-04-22xhci: Fix Kernel oops in xhci dbgttyZhengjun Xing1-3/+5
2018-03-20Merge branch 4.16-rc6 into usb-nextGreg Kroah-Hartman1-8/+12
2018-03-16usb: xhci: Clean up error code in xhci_dbc_tty_register_device()Dan Carpenter1-2/+3
2018-03-08usb: xhci: dbc: Fix lockdep warningLu Baolu1-8/+12
2017-12-12usb: xhci: make function xhci_dbc_free_req staticColin Ian King1-1/+1
2017-12-08usb: xhci: Add DbC support in xHCI driverLu Baolu1-0/+497