Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
6e5a663d8e5c6a39ba0a98058ee94796e835fb98
/
drivers
/
usb
/
gadget
c9d35ee
Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 5 years ago
d7167b1
fs_parse: fold fs_parameter_desc/fs_parameter_spec
by Al Viro
· 5 years ago
96cafb9
fs_parser: remove fs_parameter_description name field
by Eric Sandeen
· 5 years ago
97a3253
proc: convert everything to "struct proc_ops"
by Alexey Dobriyan
· 5 years ago
aac9662
Merge tag 'usb-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 5 years ago
6a1000b
Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremap
by Linus Torvalds
· 5 years ago
d710562
usb: gadget: f_ecm: Use atomic_t to track in-flight request
by Bryan O'Donoghue
· 5 years ago
5b24c28
usb: gadget: f_ncm: Use atomic_t to track in-flight request
by Bryan O'Donoghue
· 5 years ago
6b02af3
usb: gadget: f_uac2: fix packet size calculation
by John Keeping
· 5 years ago
9c1ed62a
usb: gadget: udc: fix possible sleep-in-atomic-context bugs in gr_probe()
by Jia-Ju Bai
· 5 years ago
d2450c6
usb: gadget: f_fs: set req->num_sgs as 0 for non-sg transfer
by Peter Chen
· 5 years ago
a024970
usb: gadget: configfs: Add max_speed setting
by Thinh Nguyen
· 5 years ago
1d039a8
usb: gadget: udc: core: Warn about failed to find udc
by Dejin Zheng
· 5 years ago
463f67a
usb: gadget: legacy: set max_speed to super-speed
by Roger Quadros
· 5 years ago
845f081
Merge 5.5-rc6 into usb-next
by Greg Kroah-Hartman
· 5 years ago
7b7ad03
USB: omap_udc: use resource_size
by Julia Lawall
· 5 years ago
0e84f2f
usb: gadget: udc: atmel: constify copied structure
by Julia Lawall
· 5 years ago
4bdc0d6
remove ioremap_nocache and devm_ioremap_nocache
by Christoph Hellwig
· 5 years ago
f6ece9b
usb: udc: tegra: select USB_ROLE_SWITCH
by Arnd Bergmann
· 5 years ago
10e5e6c2
usb: gadget: move choice ... endchoice to legacy/Kconfig
by Masahiro Yamada
· 5 years ago
fcc8469
usb: gadget: u_audio: Drop superfluous ioctl PCM ops
by Takashi Iwai
· 5 years ago
d27ab1e
usb: gadget: u_audio: Use managed buffer allocation
by Takashi Iwai
· 5 years ago
a1b85b3
Merge tag 'usb-5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 5 years ago
e5b5da9
usb: gadget: fix wrong endpoint desc
by EJ Hsu
· 5 years ago
c593642
treewide: Use sizeof_field() macro
by Pankaj Bharadiya
· 5 years ago
0da5221
Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground
by Linus Torvalds
· 5 years ago
59274c7
Merge tag 'usb-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 5 years ago
09578ea
Merge tag 'asoc-v5.5-2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
by Takashi Iwai
· 5 years ago
91a9f2d
usb: gadget: udc: gr_udc: create debugfs directory under usb root
by Chunfeng Yun
· 5 years ago
f5b7f7c
usb: gadget: atmel: create debugfs directory under usb root
by Chunfeng Yun
· 5 years ago
b14f8b9
usb: gadget: Fix Kconfig indentation
by Krzysztof Kozlowski
· 5 years ago
093edc2
usb: gadget: configfs: Fix missing spin_lock_init()
by Wei Yongjun
· 5 years ago
7170d1a
Merge tag 'usb-for-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 5 years ago
e47ff01
usb: gadget: udc: s3c2410_udc: create debugfs directory under usb root
by Chunfeng Yun
· 5 years ago
3a35bc8
usb: gadget: pxa27x: create debugfs directory under usb root
by Chunfeng Yun
· 5 years ago
626557a
usb: gadget: udc: renesas_usb3: create debugfs directory under usb root
by Chunfeng Yun
· 5 years ago
a66ada4
usb: gadget: bcm63xx_udc: create debugfs directory under usb root
by Chunfeng Yun
· 5 years ago
67b2945
usb: gadget: u_audio: Remove superfluous snd_dma_continuous_data()
by Takashi Iwai
· 5 years ago
66d1b0c
usb: gadget: pch_udc: fix use after free
by Gustavo A. R. Silva
· 5 years ago
6dabeb8
USB: dummy-hcd: use usb_urb_dir_in instead of usb_pipein
by Andrey Konovalov
· 5 years ago
8442b02
USB: dummy-hcd: increase max number of devices to 32
by Andrey Konovalov
· 5 years ago
4ff0ecc
usb: Spelling s/disconnet/disconnect/
by Geert Uytterhoeven
· 5 years ago
c1aa81d
usb: Spelling s/enpoint/endpoint/
by Geert Uytterhoeven
· 5 years ago
16c8373
Merge 5.4-rc6 into usb-next
by Greg Kroah-Hartman
· 5 years ago
54f83b8
USB: gadget: Reject endpoints with 0 maxpacket value
by Alan Stern
· 5 years ago
d19f1d4
Merge 5.4-rc5 into usb-next
by Greg Kroah-Hartman
· 5 years ago
1a1c851b
usb: gadget: configfs: fix concurrent issue between composite APIs
by Peter Chen
· 5 years ago
1c20c89
usb: gadget: composite: Fix possible double free memory bug
by Chandana Kishori Chiluveru
· 5 years ago
ba3a1a9
usb: gadget: udc: atmel: Fix interrupt storm in FIFO mode.
by Cristian Birsan
· 5 years ago
ef48aac
usb: gadget: udc: renesas_usb3: Fix __le16 warnings
by Yoshihiro Shimoda
· 5 years ago
bc1e3a2
usb: fsl: Check memory resource before releasing it
by Nikhil Badola
· 5 years ago
01b8bca8
compat_ioctl: use correct compat_ptr() translation in drivers
by Arnd Bergmann
· 6 years ago
49db427
usb: gadget: Add UDC driver for tegra XUSB device mode controller
by Nagarjuna Kristam
· 5 years ago
a9a367d
usb: gadget: udc: lpc32xx: Use devm_platform_ioremap_resource() in lpc32xx_udc_probe()
by Markus Elfring
· 5 years ago
5a15007
USB: gadget: udc: clean up an indentation issue
by Colin Ian King
· 5 years ago
1cbfb8c
usb: gadget: Quieten gadget config message
by Joel Stanley
· 5 years ago
e804cd4
usb: gadget: Remove set but not used variable 'opts' in msg_do_config
by zhengbin
· 5 years ago
6973dbd
usb: gadget: Remove set but not used variable 'opts' in acm_ms_do_config
by zhengbin
· 5 years ago
3654aaa
usb: gadget: configfs: fix concurrent issue between composite APIs
by Peter Chen
· 5 years ago
0b8b1a1
usb: gadget: f_tcm: Provide support to get alternate setting in tcm function
by Jayshri Pawar
· 5 years ago
75eaa49
usb: gadget: Correct NULL pointer checking in fsl gadget
by Nikhil Badola
· 5 years ago
eb23c8b
usb: fsl: Remove unused variable
by Nikhil Badola
· 5 years ago
15ac1d9
USB: dummy-hcd: use usb_urb_dir_in instead of usb_pipein
by Andrey Konovalov
· 5 years ago
1bff4a4
USB: dummy-hcd: increase max number of devices to 32
by Andrey Konovalov
· 5 years ago
e961c47
usb: gadget: udc: renesas_usb3: add suspend event support
by Veeraiyan Chidambaram
· 5 years ago
6a3893b
usb: gadget: s3c-hsudc: use devm_platform_ioremap_resource() to simplify code
by YueHaibing
· 5 years ago
e17d876
usb: gadget: renesas_usb3: use devm_platform_ioremap_resource() to simplify code
by YueHaibing
· 5 years ago
195ad9c
usb: gadget: r8a66597-udc: use devm_platform_ioremap_resource() to simplify code
by YueHaibing
· 5 years ago
e7705d2
usb: gadget: pxa27x_udc: use devm_platform_ioremap_resource() to simplify code
by YueHaibing
· 5 years ago
6231280
usb: gadget: pxa25x_udc: use devm_platform_ioremap_resource() to simplify code
by YueHaibing
· 5 years ago
60b6465
usb: gadget: gr_udc: use devm_platform_ioremap_resource() to simplify code
by YueHaibing
· 5 years ago
586a5fd
usb: bdc: use devm_platform_ioremap_resource() to simplify code
by YueHaibing
· 5 years ago
4496bf2
usb: gadget: bcm63xx_udc: use devm_platform_ioremap_resource() to simplify code
by YueHaibing
· 5 years ago
2e78dd5
usb: gadget: at91_udc: use devm_platform_ioremap_resource() to simplify code
by YueHaibing
· 5 years ago
c656108
usb: gadget: u_serial: use mutex for serialising open()s
by Michał Mirosław
· 5 years ago
ef9b457
usb: gadget: u_serial: diagnose missed console messages
by Michał Mirosław
· 5 years ago
bd25a14
usb: gadget: legacy/serial: allow dynamic removal
by Michał Mirosław
· 5 years ago
d7cb8fb
usb: gadget: u_serial: allow more console gadget ports
by Michał Mirosław
· 5 years ago
b417343
usb: gadget: u_serial: make OBEX port not a console
by Michał Mirosław
· 5 years ago
fe1ea63
usb: gadget: u_serial: reimplement console support
by Michał Mirosław
· 5 years ago
daf82bd
usb: gadget: u_serial: add missing port entry locking
by Michał Mirosław
· 5 years ago
b987b66
usb: udc: lpc32xx: fix bad bit shift operation
by Gustavo A. R. Silva
· 5 years ago
bf7c1d9
Merge 5.4-rc3 into usb-next
by Greg Kroah-Hartman
· 5 years ago
db03863
usb: gadget: Remove set but not used variable 'opts' in msg_do_config
by zhengbin
· 5 years ago
29234e3
usb: gadget: Remove set but not used variable 'opts' in acm_ms_do_config
by zhengbin
· 5 years ago
792e559
udc: lpc32xx: fix 64-bit compiler warning
by Arnd Bergmann
· 5 years ago
c0ee57c
USB: gadget: udc: clean up an indentation issue
by Colin Ian King
· 5 years ago
c2c1c66
usb: Fix Kconfig indentation
by Krzysztof Kozlowski
· 5 years ago
e719ffb
usb: gadget: at91_udc: use devm_platform_ioremap_resource() to simplify code
by YueHaibing
· 5 years ago
3aec68e
usb: gadget: bcm63xx_udc: use devm_platform_ioremap_resource() to simplify code
by YueHaibing
· 5 years ago
893a66d
usb: bdc: use devm_platform_ioremap_resource() to simplify code
by YueHaibing
· 5 years ago
ec035f9
usb: gadget: gr_udc: use devm_platform_ioremap_resource() to simplify code
by YueHaibing
· 5 years ago
80d5982
usb: gadget: pxa25x_udc: use devm_platform_ioremap_resource() to simplify code
by YueHaibing
· 5 years ago
9fd7a05
usb: gadget: pxa27x_udc: use devm_platform_ioremap_resource() to simplify code
by YueHaibing
· 5 years ago
3c60e95
usb: gadget: r8a66597-udc: use devm_platform_ioremap_resource() to simplify code
by YueHaibing
· 5 years ago
601acc7
usb: gadget: renesas_usb3: use devm_platform_ioremap_resource() to simplify code
by YueHaibing
· 5 years ago
237b668
usb: gadget: s3c-hsudc: use devm_platform_ioremap_resource() to simplify code
by YueHaibing
· 5 years ago
2636d49
USB: dummy-hcd: fix power budget for SuperSpeed mode
by Jacky.Cao@sony.com
· 5 years ago
0b36c9e
Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 5 years ago
dec90f6
vfs: Convert functionfs to use the new mount API
by David Howells
· 6 years ago
Next »