summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)Author
2022-02-24usb: gadget: rndis: add spinlock for rndis response listDaehwan Jung
2022-02-24USB: gadget: validate endpoint index for xilinx udcSzymon Heidrich
2022-02-14Merge 5.17-rc4 into usb-nextGreg Kroah-Hartman
2022-02-11usb: gadget: rndis: check size of RNDIS_MSG_SET commandGreg Kroah-Hartman
2022-02-11USB: gadget: validate interface OS descriptor requestsSzymon Heidrich
2022-02-09spi: make remove callback a void functionUwe Kleine-König
2022-02-04usb: gadget: f_uac2: Neaten and reduce size of afunc_validate_optsJoe Perches
2022-02-04usb: gadget: f_uac2: change maxpctksize/maxpcktsize to wMaxPacketSizeColin Ian King
2022-01-31usb: gadget: f_uac2: Add speed names to bInterval dbg/warnPavel Hofman
2022-01-31usb: gadget: f_uac2: Optionally determine bInterval for HS and SSPavel Hofman
2022-01-31usb: gadget: audio: Add HS/SS bInterval params for UAC2Pavel Hofman
2022-01-31usb: gadget: f_uac2: Add HS/SS bInterval to configfsPavel Hofman
2022-01-31usb: gadget: f_uac2: Define specific wTerminalTypePavel Hofman
2022-01-31usb: gadget: udc: renesas_usb3: Fix host to USB_ROLE_NONE transitionAdam Ford
2022-01-31usb: raw-gadget: fix handling of dual-direction-capable endpointsJann Horn
2022-01-31usb: f_fs: Fix use-after-free for epfileUdipto Goswami
2022-01-31Merge tag 'v5.17-rc2' into usb-nextGreg Kroah-Hartman
2022-01-26usb: gadget: f_uac2: allow changing interface name via configfsYunhao Tian
2022-01-26usb: gadget: f_uac1: allow changing interface name via configfsYunhao Tian
2022-01-26usb: gadget: f_uac1: Add suspend callbackPavel Hofman
2022-01-26usb: gadget: f_uac2: Add suspend callbackPavel Hofman
2022-01-26usb: gadget: u_audio: Add suspend callPavel Hofman
2022-01-26usb: gadget: u_audio: Rate ctl notifies about current srate (0=stopped)Pavel Hofman
2022-01-26usb: gadget: f_uac1: Support multiple sampling ratesJulian Scheel
2022-01-26usb: gadget: f_uac2: Support multiple sampling ratesJulian Scheel
2022-01-26usb: gadget: u_audio: Add capture/playback srate getterPavel Hofman
2022-01-26usb: gadget: u_audio: Move dynamic srate from params to rtdPavel Hofman
2022-01-26usb: gadget: u_audio: Support multiple sampling ratesJulian Scheel
2022-01-26usb: gadget:audio: Replace deprecated macro S_IRUGOPavel Hofman
2022-01-26usb: gadget: f_mass_storage: Make CD-ROM emulation work with Mac OS-XRoger Quadros
2022-01-26usb: gadget: f_fs: Use struct_size() and flex_array_size() helpersGustavo A. R. Silva
2022-01-26usb: gadget: f_phonet: Use struct_size() helper in kzalloc()Gustavo A. R. Silva
2022-01-26usb: gadget: tegra-xudc: Fix control endpoint's definitionsWayne Chang
2022-01-26usb: gadget: f_serial: Ensure gserial disconnected during unbindWesley Cheng
2022-01-26usb: gadget: tegra-xudc: Do not program SPARAMWayne Chang
2022-01-26usb: gadget: at91_udc: fix incorrect print typeMiles Chen
2022-01-26usb: gadget: f_sourcesink: Fix isoc transfer for USB_SPEED_SUPER_PLUSPavankumar Kondeti
2022-01-22proc: remove PDE_DATA() completelyMuchun Song
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-06usb: gadget: u_audio: Subdevice 0 for capture ctlsPavel Hofman
2022-01-06usb: gadget: u_audio: fix calculations for small bIntervalJohn Keeping
2022-01-05headers/prep: usb: gadget: Fix namespace collisionIngo Molnar
2022-01-03usb: gadget: clear related members when goto failHangyu Hua
2022-01-03usb: gadget: don't release an existing dev->bufHangyu Hua
2022-01-03Merge 5.16-rc8 into usb-nextGreg Kroah-Hartman
2021-12-21usb: gadget: f_fs: Clear ffs_eventfd in ffs_data_clear.Vincent Pelletier
2021-12-20Merge 5.16-rc6 into usb-nextGreg Kroah-Hartman
2021-12-17usb: gadget: udc: pxa25x: propagate errors from platform_get_irq()Sergey Shtylyov
2021-12-17usb: gadget: udc: bcm63xx: propagate errors from platform_get_irq()Sergey Shtylyov
2021-12-15USB: gadget: bRequestType is a bitfield, not a enumGreg Kroah-Hartman