summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function
AgeCommit message (Expand)AuthorLines
2022-01-26usb: gadget: f_uac2: allow changing interface name via configfsYunhao Tian-1/+47
2022-01-26usb: gadget: f_uac1: allow changing interface name via configfsYunhao Tian-1/+47
2022-01-26usb: gadget: f_uac1: Add suspend callbackPavel Hofman-0/+9
2022-01-26usb: gadget: f_uac2: Add suspend callbackPavel Hofman-0/+9
2022-01-26usb: gadget: u_audio: Add suspend callPavel Hofman-0/+11
2022-01-26usb: gadget: u_audio: Rate ctl notifies about current srate (0=stopped)Pavel Hofman-1/+27
2022-01-26usb: gadget: f_uac1: Support multiple sampling ratesJulian Scheel-28/+158
2022-01-26usb: gadget: f_uac2: Support multiple sampling ratesJulian Scheel-42/+162
2022-01-26usb: gadget: u_audio: Add capture/playback srate getterPavel Hofman-0/+30
2022-01-26usb: gadget: u_audio: Move dynamic srate from params to rtdPavel Hofman-38/+38
2022-01-26usb: gadget: u_audio: Support multiple sampling ratesJulian Scheel-2/+152
2022-01-26usb: gadget: f_mass_storage: Make CD-ROM emulation work with Mac OS-XRoger Quadros-12/+58
2022-01-26usb: gadget: f_fs: Use struct_size() and flex_array_size() helpersGustavo A. R. Silva-2/+2
2022-01-26usb: gadget: f_phonet: Use struct_size() helper in kzalloc()Gustavo A. R. Silva-3/+1
2022-01-26usb: gadget: f_serial: Ensure gserial disconnected during unbindWesley Cheng-0/+4
2022-01-26usb: gadget: f_sourcesink: Fix isoc transfer for USB_SPEED_SUPER_PLUSPavankumar Kondeti-0/+1
2022-01-22proc: remove PDE_DATA() completelyMuchun Song-2/+2
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2022-01-06usb: gadget: u_audio: Subdevice 0 for capture ctlsPavel Hofman-2/+2
2022-01-06usb: gadget: u_audio: fix calculations for small bIntervalJohn Keeping-11/+13
2022-01-03Merge 5.16-rc8 into usb-nextGreg Kroah-Hartman-3/+6
2021-12-21usb: gadget: f_fs: Clear ffs_eventfd in ffs_data_clear.Vincent Pelletier-3/+6
2021-12-20Merge 5.16-rc6 into usb-nextGreg Kroah-Hartman-10/+6
2021-12-13exit: Rename complete_and_exit to kthread_complete_and_exitEric W. Biederman-1/+1
2021-12-13usb: gadget: u_ether: fix race in setting MAC address in setup phaseMarian Postevca-10/+6
2021-11-17usb: gadget: f_midi: allow resetting index optionJohn Keeping-2/+46
2021-11-17usb: gadget: f_fs: Use stream_open() for endpoint filesPavankumar Kondeti-2/+2
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-25/+6
2021-11-04Merge tag 'usb-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-78/+296
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+4
2021-10-30usb: gadget: f_mass_storage: Disable eps during disconnectWesley Cheng-0/+10
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentJens Axboe-1/+1
2021-10-25usb: remove res2 argument from gadget code completionsJens Axboe-1/+1
2021-10-25usb: gadget: uvc: implement dwPresentationTime and scrSourceClockMichael Olbrich-5/+34
2021-10-25usb: gadget: uvc: use on returned header len in video_encode_isoc_sgMichael Grzeschik-6/+6
2021-10-25usb:gadget: f_uac1: fixed sync playbackPavel Hofman-4/+11
2021-10-21usb: gadget: uvc: ensure the vdev is unsetMichael Grzeschik-0/+1
2021-10-21usb: gadget: uvc: only pump video data if necessaryMichael Grzeschik-2/+5
2021-10-21usb: gadget: uvc: only schedule stream in streaming stateMichael Grzeschik-2/+5
2021-10-21usb: gadget: uvc: test if ep->desc is valid on ep_queueMichael Grzeschik-3/+6
2021-10-21usb: gadget: uvc: rename function to be more consistentMichael Tretter-3/+4
2021-10-21usb: gadget: uvc: consistently use define for headerlenMichael Grzeschik-6/+6
2021-10-20usb: gadget: u_ether: use eth_hw_addr_set()Jakub Kicinski-1/+3
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+10
2021-10-13net: remove single-byte netdev->dev_addr writesJakub Kicinski-1/+4
2021-10-13usb: gadget: u_audio.c: Adding Playback Pitch ctl for sync playbackPavel Hofman-26/+75
2021-10-11Merge 5.15-rc5 into usb-nextGreg Kroah-Hartman-4/+10
2021-10-10usb: gadget: storage: add support for media larger than 2TNikita Yushchenko-7/+80
2021-10-05usb: gadget: f_uac2: fixed EP-IN wMaxPacketSizePavel Hofman-4/+10
2021-10-05usb: gadget: uvc: fix multiple opensThomas Haemmerle-7/+44