summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
AgeCommit message (Expand)AuthorFilesLines
2022-02-11USB: gadget: validate interface OS descriptor requestsSzymon Heidrich1-0/+3
2022-02-09spi: make remove callback a void functionUwe Kleine-König1-3/+1
2022-02-04usb: gadget: f_uac2: Neaten and reduce size of afunc_validate_optsJoe Perches1-53/+38
2022-02-04usb: gadget: f_uac2: change maxpctksize/maxpcktsize to wMaxPacketSizeColin Ian King1-2/+2
2022-01-31usb: gadget: f_uac2: Add speed names to bInterval dbg/warnPavel Hofman1-4/+14
2022-01-31usb: gadget: f_uac2: Optionally determine bInterval for HS and SSPavel Hofman2-43/+87
2022-01-31usb: gadget: audio: Add HS/SS bInterval params for UAC2Pavel Hofman1-0/+15
2022-01-31usb: gadget: f_uac2: Add HS/SS bInterval to configfsPavel Hofman2-4/+31
2022-01-31usb: gadget: f_uac2: Define specific wTerminalTypePavel Hofman1-2/+2
2022-01-31usb: gadget: udc: renesas_usb3: Fix host to USB_ROLE_NONE transitionAdam Ford1-0/+2
2022-01-31usb: raw-gadget: fix handling of dual-direction-capable endpointsJann Horn1-1/+1
2022-01-31usb: f_fs: Fix use-after-free for epfileUdipto Goswami1-14/+42
2022-01-31Merge tag 'v5.17-rc2' into usb-nextGreg Kroah-Hartman2-1/+2
2022-01-26usb: gadget: f_uac2: allow changing interface name via configfsYunhao Tian2-1/+47
2022-01-26usb: gadget: f_uac1: allow changing interface name via configfsYunhao Tian2-1/+47
2022-01-26usb: gadget: f_uac1: Add suspend callbackPavel Hofman1-0/+9
2022-01-26usb: gadget: f_uac2: Add suspend callbackPavel Hofman1-0/+9
2022-01-26usb: gadget: u_audio: Add suspend callPavel Hofman2-0/+11
2022-01-26usb: gadget: u_audio: Rate ctl notifies about current srate (0=stopped)Pavel Hofman1-1/+27
2022-01-26usb: gadget: f_uac1: Support multiple sampling ratesJulian Scheel3-36/+175
2022-01-26usb: gadget: f_uac2: Support multiple sampling ratesJulian Scheel3-50/+179
2022-01-26usb: gadget: u_audio: Add capture/playback srate getterPavel Hofman2-0/+30
2022-01-26usb: gadget: u_audio: Move dynamic srate from params to rtdPavel Hofman4-38/+38
2022-01-26usb: gadget: u_audio: Support multiple sampling ratesJulian Scheel5-2/+152
2022-01-26usb: gadget:audio: Replace deprecated macro S_IRUGOPavel Hofman1-18/+18
2022-01-26usb: gadget: f_mass_storage: Make CD-ROM emulation work with Mac OS-XRoger Quadros1-12/+58
2022-01-26usb: gadget: f_fs: Use struct_size() and flex_array_size() helpersGustavo A. R. Silva1-2/+2
2022-01-26usb: gadget: f_phonet: Use struct_size() helper in kzalloc()Gustavo A. R. Silva1-3/+1
2022-01-26usb: gadget: tegra-xudc: Fix control endpoint's definitionsWayne Chang1-2/+10
2022-01-26usb: gadget: f_serial: Ensure gserial disconnected during unbindWesley Cheng1-0/+4
2022-01-26usb: gadget: tegra-xudc: Do not program SPARAMWayne Chang1-8/+0
2022-01-26usb: gadget: at91_udc: fix incorrect print typeMiles Chen1-1/+1
2022-01-26usb: gadget: f_sourcesink: Fix isoc transfer for USB_SPEED_SUPER_PLUSPavankumar Kondeti1-0/+1
2022-01-22proc: remove PDE_DATA() completelyMuchun Song1-2/+2
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2022-01-06usb: gadget: u_audio: Subdevice 0 for capture ctlsPavel Hofman1-2/+2
2022-01-06usb: gadget: u_audio: fix calculations for small bIntervalJohn Keeping1-11/+13
2022-01-05headers/prep: usb: gadget: Fix namespace collisionIngo Molnar1-4/+4
2022-01-03usb: gadget: clear related members when goto failHangyu Hua1-2/+5
2022-01-03usb: gadget: don't release an existing dev->bufHangyu Hua1-1/+2
2022-01-03Merge 5.16-rc8 into usb-nextGreg Kroah-Hartman1-3/+6
2021-12-21usb: gadget: f_fs: Clear ffs_eventfd in ffs_data_clear.Vincent Pelletier1-3/+6
2021-12-20Merge 5.16-rc6 into usb-nextGreg Kroah-Hartman4-19/+15
2021-12-17usb: gadget: udc: pxa25x: propagate errors from platform_get_irq()Sergey Shtylyov1-1/+1
2021-12-17usb: gadget: udc: bcm63xx: propagate errors from platform_get_irq()Sergey Shtylyov1-2/+6
2021-12-15USB: gadget: bRequestType is a bitfield, not a enumGreg Kroah-Hartman3-9/+9
2021-12-13exit: Rename complete_and_exit to kthread_complete_and_exitEric W. Biederman1-1/+1
2021-12-13usb: gadget: u_ether: fix race in setting MAC address in setup phaseMarian Postevca1-10/+6
2021-12-13usb: aspeed-vhub: support test mode featureNeal Liu2-10/+32
2021-12-13usb: aspeed-vhub: fix ep0 OUT ack received wrong length issueNeal Liu1-0/+7