summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-dbgtty.c
AgeCommit message (Expand)Author
2021-10-11USB: xhci: dbc: fix tty registration raceJohan Hovold
2021-07-27tty: drop put_tty_driverJiri Slaby
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby
2020-08-18usb: xhci: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-07-28xhci: dbgtty: Make some functions staticWei Yongjun
2020-07-23xhci: dbc: remove tty specific port structure from struct xhci_dbcMathias Nyman
2020-07-23xhci: dbgcap: remove dbc dependency on dbctty specific flagMathias Nyman
2020-07-23xhci: dbc: Add a operations structure to access driver functionsMathias Nyman
2020-07-23xhci: dbctty: split dbc tty driver registration and unregistration functions.Mathias Nyman
2020-07-23xhci: dbc: remove endpoint pointers from dbc_port structureMathias Nyman
2020-07-23xhci: dbc: simplify dbc requests allocation and queueingMathias Nyman
2020-07-23xhci: dbc: Use dbc structure in the request completion instead of xhci_hcdMathias Nyman
2020-07-23xhci: dbc: Pass dbc pointer to get_in/out_ep() helper functions to get endpointsMathias Nyman
2020-07-23xhci: dbgtty: Pass dbc pointer when registering a dbctty deviceMathias Nyman
2020-07-09usb: host: xhci-dbgtty: File headers are not good candidates for kerneldocLee Jones
2019-09-03usb: xhci: dbc: Use GFP_KERNEL instead of GFP_ATOMIC in 'xhci_dbc_alloc_reque...Christophe JAILLET
2019-09-03usb: xhci: dbc: Simplify error handling in 'xhci_dbc_alloc_requests()'Christophe JAILLET
2018-05-24usb: xhci: dbc: Add SPDX identifiers to dbc filesLu Baolu
2018-04-22xhci: Fix Kernel oops in xhci dbgttyZhengjun Xing
2018-03-20Merge branch 4.16-rc6 into usb-nextGreg Kroah-Hartman
2018-03-16usb: xhci: Clean up error code in xhci_dbc_tty_register_device()Dan Carpenter
2018-03-08usb: xhci: dbc: Fix lockdep warningLu Baolu
2017-12-12usb: xhci: make function xhci_dbc_free_req staticColin Ian King
2017-12-08usb: xhci: Add DbC support in xHCI driverLu Baolu