summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
Commit message (Expand)AuthorAgeFilesLines
...
| * usb: gadget: goku_udc: remove usage of list iterator past the loop bodyJakob Koschel2022-03-151-5/+7
| * usb: gadget: udc: at91: remove usage of list iterator past the loop bodyJakob Koschel2022-03-151-5/+7
| * usb: gadget: udc: pxa25x: remove usage of list iterator past the loop bodyJakob Koschel2022-03-151-5/+8
| * usb: gadget: udc: atmel: remove usage of list iterator past the loop bodyJakob Koschel2022-03-151-5/+8
| * usb: gadget: bdc: remove usage of list iterator past the loop bodyJakob Koschel2022-03-151-4/+9
| * usb: gadget: fsl: remove usage of list iterator past the loop bodyJakob Koschel2022-03-152-10/+16
| * usb: raw-gadget: return -EINVAL if no proper ep address availableWei Ming Chen2022-03-151-4/+11
| * usb: raw-gadget: use kzallocJulia Lawall2022-03-151-2/+1
| * usb: gadget: udc: fix typos in commentsJulia Lawall2022-03-151-1/+1
| * usb: Drop commas after SoC match table sentinelsGeert Uytterhoeven2022-03-031-1/+1
| * Merge 5.17-rc6 into usb-nextGreg Kroah-Hartman2022-02-283-0/+15
| |\
| * \ Merge 5.17-rc4 into usb-nextGreg Kroah-Hartman2022-02-146-20/+56
| |\ \
| * | | usb: gadget: f_uac2: Neaten and reduce size of afunc_validate_optsJoe Perches2022-02-041-53/+38
| * | | usb: gadget: f_uac2: change maxpctksize/maxpcktsize to wMaxPacketSizeColin Ian King2022-02-041-2/+2
| * | | usb: gadget: f_uac2: Add speed names to bInterval dbg/warnPavel Hofman2022-01-311-4/+14
| * | | usb: gadget: f_uac2: Optionally determine bInterval for HS and SSPavel Hofman2022-01-312-43/+87
| * | | usb: gadget: audio: Add HS/SS bInterval params for UAC2Pavel Hofman2022-01-311-0/+15
| * | | usb: gadget: f_uac2: Add HS/SS bInterval to configfsPavel Hofman2022-01-312-4/+31
| * | | Merge tag 'v5.17-rc2' into usb-nextGreg Kroah-Hartman2022-01-312-1/+2
| |\ \ \
| * | | | usb: gadget: f_uac2: allow changing interface name via configfsYunhao Tian2022-01-262-1/+47
| * | | | usb: gadget: f_uac1: allow changing interface name via configfsYunhao Tian2022-01-262-1/+47
| * | | | usb: gadget: f_uac1: Add suspend callbackPavel Hofman2022-01-261-0/+9
| * | | | usb: gadget: f_uac2: Add suspend callbackPavel Hofman2022-01-261-0/+9
| * | | | usb: gadget: u_audio: Add suspend callPavel Hofman2022-01-262-0/+11
| * | | | usb: gadget: u_audio: Rate ctl notifies about current srate (0=stopped)Pavel Hofman2022-01-261-1/+27
| * | | | usb: gadget: f_uac1: Support multiple sampling ratesJulian Scheel2022-01-263-36/+175
| * | | | usb: gadget: f_uac2: Support multiple sampling ratesJulian Scheel2022-01-263-50/+179
| * | | | usb: gadget: u_audio: Add capture/playback srate getterPavel Hofman2022-01-262-0/+30
| * | | | usb: gadget: u_audio: Move dynamic srate from params to rtdPavel Hofman2022-01-264-38/+38
| * | | | usb: gadget: u_audio: Support multiple sampling ratesJulian Scheel2022-01-265-2/+152
| * | | | usb: gadget:audio: Replace deprecated macro S_IRUGOPavel Hofman2022-01-261-18/+18
| * | | | usb: gadget: f_mass_storage: Make CD-ROM emulation work with Mac OS-XRoger Quadros2022-01-261-12/+58
| * | | | usb: gadget: f_fs: Use struct_size() and flex_array_size() helpersGustavo A. R. Silva2022-01-261-2/+2
| * | | | usb: gadget: f_phonet: Use struct_size() helper in kzalloc()Gustavo A. R. Silva2022-01-261-3/+1
| * | | | usb: gadget: tegra-xudc: Fix control endpoint's definitionsWayne Chang2022-01-261-2/+10
| * | | | usb: gadget: f_serial: Ensure gserial disconnected during unbindWesley Cheng2022-01-261-0/+4
| * | | | usb: gadget: tegra-xudc: Do not program SPARAMWayne Chang2022-01-261-8/+0
* | | | | Merge tag 'media/v5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2022-03-232-2/+2
|\ \ \ \ \
| * | | | | media: Kconfig: cleanup VIDEO_DEV dependenciesMauro Carvalho Chehab2022-03-182-2/+2
| |/ / / /
* | | | | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-0/+1
|\ \ \ \ \
| * | | | | fs: Move many prototypes to pagemap.hMatthew Wilcox (Oracle)2022-03-211-0/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2022-03-211-3/+1
|\ \ \ \ \
| * | | | | spi: make remove callback a void functionUwe Kleine-König2022-02-091-3/+1
| | |_|/ / | |/| | |
* | | | | usb: gadget: Fix use-after-free bug by not setting udc->dev.driverAlan Stern2022-03-151-3/+0
* | | | | usb: gadget: rndis: prevent integer overflow in rndis_set_response()Dan Carpenter2022-03-151-0/+1
| |_|_|/ |/| | |
* | | | usb: gadget: rndis: add spinlock for rndis response listDaehwan Jung2022-02-242-0/+9
* | | | USB: gadget: validate endpoint index for xilinx udcSzymon Heidrich2022-02-241-0/+6
| |/ / |/| |
* | | usb: gadget: rndis: check size of RNDIS_MSG_SET commandGreg Kroah-Hartman2022-02-111-3/+6
* | | USB: gadget: validate interface OS descriptor requestsSzymon Heidrich2022-02-111-0/+3
* | | usb: gadget: f_uac2: Define specific wTerminalTypePavel Hofman2022-01-311-2/+2