summaryrefslogtreecommitdiff
path: root/drivers/usb/core/message.c
AgeCommit message (Expand)Author
2024-03-02USB: document some API requirements on disconnectionMichal Pecio
2024-02-19usb: core: constify the struct device_type usageRicardo B. Marliere
2023-08-08USB: core: Change usb_get_device_descriptor() APIAlan Stern
2023-07-25usb: Explicitly include correct DT includesRob Herring
2023-04-06USB: core: Fix docs warning caused by wireless_status featureBastien Nocera
2023-04-03USB: core: Add API to change the wireless_statusBastien Nocera
2023-01-27driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman
2022-12-12USB: core: export usb_cache_string()Vincent Mailhol
2021-06-09USB: core: Avoid WARNings for 0-length descriptor requestsAlan Stern
2020-12-07USB: core: drop pipe-type check from new control-message helpersJohan Hovold
2020-12-04USB: core: return -EREMOTEIO on short usb_control_msg_recv()Johan Hovold
2020-12-04USB: core: drop short-transfer check from usb_control_msg_send()Johan Hovold
2020-10-28usb: core: Replace in_interrupt() in commentsAhmed S. Darwish
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-09-25USB: correct API of usb_control_msg_send/recvOliver Neukum
2020-09-25Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torv...Christoph Hellwig
2020-09-17usb: don't inherity DMA properties for USB devicesChristoph Hellwig
2020-09-16USB: core: message.c: use usb_control_msg_send() in a few placesGreg Kroah-Hartman
2020-09-16USB: add usb_control_msg_send() and usb_control_msg_recv()Greg Kroah-Hartman
2020-09-04usb: Fix out of sync data toggle if a configured device is reconfiguredMathias Nyman
2020-05-05USB: core: Fix misleading driver bug reportAlan Stern
2020-04-16USB: core: Fix free-while-in-use bug in the USB S-GlibraryAlan Stern
2020-03-24usb: core: Add ACPI support for USB interface devicesAndy Shevchenko
2019-08-15USB: CDC: fix sanity checks in CDC union parserOliver Neukum
2019-04-16USB: core: Fix unterminated string returned by usb_string()Alan Stern
2019-02-20usb: core: skip interfaces disabled in devicetreeMans Rullgard
2019-01-18USB: Consolidate LPM checks to avoid enabling LPM twiceKai-Heng Feng
2019-01-18USB: Add new USB LPM helpersKai-Heng Feng
2018-09-05usb: Avoid use-after-free by flushing endpoints early in usb_set_interface()Mathias Nyman
2018-06-28usb: core: use irqsave() in sg_complete() complete callbackSebastian Andrzej Siewior
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-05-31usb: core: message: remove extra endianness conversion in usb_set_isoch_delayRuslan Bilovol
2018-03-06usb: quirks: add control message delay for 1b1c:1b20Danilo Krummrich
2017-12-15usb: core: add support for USB_REQ_SET_ISOCH_DELAYFelipe Balbi
2017-12-06usb: core: Fix logging messages with spurious periods after newlinesJoe Perches
2017-11-28USB: add device-tree support for interfacesJohan Hovold
2017-11-28usb: core: lower log level when device is not able to deal with stringKai-Heng Feng
2017-11-09usb: core: message: remember to reset 'ret' to 0 when necessaryFelipe Balbi
2017-11-07usb: core: add a 'type' parameter to usb_get_status()Felipe Balbi
2017-11-07usb: core: rename usb_get_status() 'type' argument to 'recip'Felipe Balbi
2017-11-07usb: core: add Status Type definitionsFelipe Balbi
2017-11-03USB: core: move existing SPDX tags to top of the fileGreg Kroah-Hartman
2017-09-21USB: core: harden cdc_parse_cdc_headerGreg Kroah-Hartman
2017-04-11usb: get rid of some ReST doc build errorsMauro Carvalho Chehab
2017-01-19usb: core: update comments for send message functionsJaejoong Kim
2016-10-29USB: core: add missing license information to some filesGreg Kroah-Hartman
2016-09-13usb: core: setup dma_pfn_offset for USB devices and, interfacesRoger Quadros
2016-08-30usb: core: message: don't print on ENOMEMWolfram Sang
2016-07-18usbnet: move the CDC parser into USB coreOliver Neukum
2016-04-26drivers: usb: core: Minimize irq disabling in usb_sg_cancel()David Mosberger