summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | usb: gadget: ffs: ffs_aio_cancel(): Save/restore IRQ flagsLars-Peter Clausen2020-02-111-2/+3
| * | usb: gadget: composite: Support more than 500mA MaxPowerJack Pham2020-02-111-6/+18
| * | usb: gadget: composite: Fix bMaxPower for SuperSpeedPlusJack Pham2020-02-111-5/+3
| * | usb: gadget: u_audio: Fix high-speed max packet sizeJohn Keeping2020-02-111-5/+5
| |/
* / usb: gadget: udc-xilinx: Fix xudc_stop() kernel-doc formatMichal Simek2020-02-121-1/+0
|/
* Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-02-081-8/+3
|\
| * fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro2020-02-071-7/+3
| * fs_parser: remove fs_parameter_description name fieldEric Sandeen2020-02-071-1/+0
* | proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-9/+8
* | Merge tag 'usb-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-01-2915-72/+125
|\ \
| * | usb: gadget: f_ecm: Use atomic_t to track in-flight requestBryan O'Donoghue2020-01-151-4/+12
| * | usb: gadget: f_ncm: Use atomic_t to track in-flight requestBryan O'Donoghue2020-01-151-4/+13
| * | usb: gadget: f_uac2: fix packet size calculationJohn Keeping2020-01-151-4/+6
| * | usb: gadget: udc: fix possible sleep-in-atomic-context bugs in gr_probe()Jia-Ju Bai2020-01-151-7/+9
| * | usb: gadget: f_fs: set req->num_sgs as 0 for non-sg transferPeter Chen2020-01-151-0/+2
| * | usb: gadget: configfs: Add max_speed settingThinh Nguyen2020-01-151-0/+43
| * | usb: gadget: udc: core: Warn about failed to find udcDejin Zheng2020-01-151-0/+2
| * | usb: gadget: legacy: set max_speed to super-speedRoger Quadros2020-01-154-4/+4
| * | Merge 5.5-rc6 into usb-nextGreg Kroah-Hartman2020-01-131-0/+1
| |\|
| * | USB: omap_udc: use resource_sizeJulia Lawall2020-01-081-3/+3
| * | usb: gadget: udc: atmel: constify copied structureJulia Lawall2020-01-081-1/+1
| * | usb: gadget: move choice ... endchoice to legacy/KconfigMasahiro Yamada2019-12-172-28/+28
| * | usb: gadget: u_audio: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-171-1/+0
| * | usb: gadget: u_audio: Use managed buffer allocationTakashi Iwai2019-12-171-16/+2
* | | Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2020-01-274-6/+6
|\ \ \ | |_|/ |/| |
| * | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-064-6/+6
| |/
* / usb: udc: tegra: select USB_ROLE_SWITCHArnd Bergmann2019-12-301-0/+1
|/
* Merge tag 'usb-5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-12-142-1/+6
|\
| * usb: gadget: fix wrong endpoint descEJ Hsu2019-12-102-1/+6
* | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-1/+1
|/
* Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-11/+1
|\
| * compat_ioctl: use correct compat_ptr() translation in driversArnd Bergmann2019-10-231-11/+1
* | Merge tag 'usb-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-11-2733-340/+4267
|\ \
| * | usb: gadget: udc: gr_udc: create debugfs directory under usb rootChunfeng Yun2019-11-211-1/+2
| * | usb: gadget: atmel: create debugfs directory under usb rootChunfeng Yun2019-11-211-1/+2
| * | usb: gadget: Fix Kconfig indentationKrzysztof Kozlowski2019-11-212-16/+16
| * | usb: gadget: configfs: Fix missing spin_lock_init()Wei Yongjun2019-11-201-0/+1
| * | Merge tag 'usb-for-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2019-11-1814-270/+4219
| |\ \
| | * | usb: gadget: Add UDC driver for tegra XUSB device mode controllerNagarjuna Kristam2019-10-233-0/+3822
| | * | usb: gadget: udc: lpc32xx: Use devm_platform_ioremap_resource() in lpc32xx_ud...Markus Elfring2019-10-221-5/+1
| | * | USB: gadget: udc: clean up an indentation issueColin Ian King2019-10-221-1/+1
| | * | usb: gadget: Quieten gadget config messageJoel Stanley2019-10-221-3/+3
| | * | usb: gadget: Remove set but not used variable 'opts' in msg_do_configzhengbin2019-10-221-3/+0
| | * | usb: gadget: Remove set but not used variable 'opts' in acm_ms_do_configzhengbin2019-10-221-3/+0
| | * | usb: gadget: configfs: fix concurrent issue between composite APIsPeter Chen2019-10-221-5/+105
| | * | usb: gadget: f_tcm: Provide support to get alternate setting in tcm functionJayshri Pawar2019-10-221-1/+12
| | * | usb: gadget: Correct NULL pointer checking in fsl gadgetNikhil Badola2019-10-221-2/+3
| | * | usb: fsl: Remove unused variableNikhil Badola2019-10-221-4/+1
| | * | USB: dummy-hcd: use usb_urb_dir_in instead of usb_pipeinAndrey Konovalov2019-10-221-4/+4
| | * | USB: dummy-hcd: increase max number of devices to 32Andrey Konovalov2019-10-221-1/+1