Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
276e2e4f1f3e07a0ad891bf757dbcfd655ff5f91
/
drivers
/
usb
/
gadget
276e2e4
usb: gadget: make sure each gadget is using same index for Product, Serial,…
by Sebastian Andrzej Siewior
· 12 years ago
7d16e8d
usb: gadget: push VID/PID/USB BCD module option into gadgets
by Sebastian Andrzej Siewior
· 12 years ago
3b4a3fc
usb: gadget: move usb_gadget_controller_number() into a .c file and libcomposite
by Sebastian Andrzej Siewior
· 12 years ago
18786da4
usb: gadget: initialize the strings in tcm_usb_gadget properly
by Sebastian Andrzej Siewior
· 12 years ago
5a175bb
usb: gadget: make g_printer enumerate again
by Sebastian Andrzej Siewior
· 12 years ago
e1f15cc
usb: gadget: use usb_string_ids_tab instead multiple usb_string_id()
by Sebastian Andrzej Siewior
· 12 years ago
7225849
usb: gadget: make composite module options readonly only
by Sebastian Andrzej Siewior
· 12 years ago
40bfef05
usb: gadget: remove bufsiz from struct usb_composite_dev
by Sebastian Andrzej Siewior
· 12 years ago
e13f17f
usb: gadget: move USB_BUFSIZ into global composite.h
by Sebastian Andrzej Siewior
· 12 years ago
dc995fc
usb: gadget: libcomposite: add epautoconf.c to libcomposite
by Sebastian Andrzej Siewior
· 12 years ago
e87bb71
usb: gadget: move global vars from epautoconf into struct usb_gadget
by Sebastian Andrzej Siewior
· 12 years ago
0ba16de
usb: gadget: libcomposite: move config.c into libcomposite
by Sebastian Andrzej Siewior
· 12 years ago
a84d9e5
usb: gadget: start with libcomposite
by Sebastian Andrzej Siewior
· 12 years ago
4001a7a
usb: gadget: pxa25x: make it compile with debug again
by Sebastian Andrzej Siewior
· 12 years ago
ffe0b33
usb: gadget: remove global variable composite in composite.c
by Sebastian Andrzej Siewior
· 12 years ago
9395295
usb: gadget: move bind() callback back to struct usb_gadget_driver
by Sebastian Andrzej Siewior
· 12 years ago
03e42bd
usb: gadget: move bind() callback back to struct usb_composite_driver
by Sebastian Andrzej Siewior
· 12 years ago
c2ec75c
usb: gadget: push all usb_composite_driver structs into __refdata
by Sebastian Andrzej Siewior
· 12 years ago
1e1a27c
usb: gadget: remove __devexit in f_uac2
by Sebastian Andrzej Siewior
· 12 years ago
fac3a43
usb: gadget: move bind callback into driver struct usb_composite_driver
by Sebastian Andrzej Siewior
· 12 years ago
613065e
usb: gadget: bcm63xx UDC driver
by Kevin Cernekee
· 12 years ago
84749c6
usb: gadget: s3c-hsotg: Use devm_clk_get function
by Sachin Kamat
· 12 years ago
dc2cdca
usb: gadget: s3c-hsudc: Replace 0 with NULL for pointers
by Sachin Kamat
· 12 years ago
affaab4
usb: gadget: s3c-hsudc: Add missing braces around sizeof
by Sachin Kamat
· 12 years ago
78f0c53
usb: gadget: s3c-hsudc: Use devm_* functions
by Sachin Kamat
· 12 years ago
9d2333d
usb: gadget: remove duplicated include from pxa25x_udc.c
by Wei Yongjun
· 12 years ago
44fd6c0
usb: gadget: lpc32xx_udc.c: adjust inconsistent IS_ERR and PTR_ERR
by Julia Lawall
· 12 years ago
85b8614
usb: gadget: get rid of USB_GADGET_{DUAL,SUPER}SPEED
by Michal Nazarewicz
· 12 years ago
86bab36
usb: gadget: s3c2410_udc: Do not use integer for NULL
by Sachin Kamat
· 12 years ago
1660c89
usb: gadget: s3c2410_udc: Move assignment outside if condition
by Sachin Kamat
· 12 years ago
ff24166
usb: gadget: s3c2410_udc: Silence checkpatch errors and warnings
by Sachin Kamat
· 12 years ago
c2892cd
usb: gadget: s3c2410_udc: Use pr_* and dev_err functions
by Sachin Kamat
· 12 years ago
2e8e25b
usb: gadget: s3c2410_udc: Replace <asm/io.h> with <linux/io.h>
by Sachin Kamat
· 12 years ago
d0d8607
usb: gadget: dummy-hcd: remember to update driver pointer
by Alan Stern
· 12 years ago
c4846a1
usb: gadget: lpc32xx_udc: Support multiple controllers
by Roland Stigge
· 12 years ago
78ca913
usb: gadget: lpc32xx_udc: Remove usb_endpoint_descriptor
by Roland Stigge
· 12 years ago
252d8ce
usb: gadget: lpc32xx_udc: Port to new start/stop interface
by Roland Stigge
· 12 years ago
8c7ca99
usb: gadget: use %pm to print mac addresses
by Andy Shevchenko
· 13 years ago
974e932
usb: gadget: udc-core: Race between disconnect/unbind and setup
by Kevin Cernekee
· 12 years ago
d3091cf
usb: gadget: use native print_hex_dump_bytes()
by Andy Shevchenko
· 12 years ago
2868fea
usb: gadget: s3c-hsotg: fix core reset timeout failure
by Du, Changbin
· 12 years ago
4fefe9f6
usb composite: fix locking in usb_function_activate
by Michael Grzeschik
· 12 years ago
11c37c8
usb: gadget: mv_udc: fix boot up hang
by Neil Zhang
· 13 years ago
1dcaa25
usb: gadget: mv_udc: fix hang when shutdown
by Yunfan Zhang
· 13 years ago
60326ce
usb: gadget: mv_udc: add iso support
by Chao Xie
· 13 years ago
583a726
usb: gadget: mv_udc: enable stream mode
by Neil Zhang
· 13 years ago
0344606
usb: gadget: mv_udc: avoid sleeping on spinlock
by Neil Zhang
· 13 years ago
a07bc24
usb: gadget: mv_udc: remove unused code
by Neil Zhang
· 13 years ago
9b2035a
usb: gadget: mv_udc: reduce the delay interval
by Neil Zhang
· 13 years ago
a0e881b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
ac694db
Merge branch 'akpm' (Andrew's patch-bomb)
by Linus Torvalds
· 12 years ago
3e9a970
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random
by Linus Torvalds
· 12 years ago
0614002
netvm: propagate page->pfmemalloc from skb_alloc_page to skb
by Mel Gorman
· 12 years ago
569a50d
gadget/r8a66597: remove conditional compilation of clk code
by Viresh Kumar
· 12 years ago
f12a86a
gadget/m66592: remove conditional compilation of clk code
by Viresh Kumar
· 12 years ago
20818a0
gadgetfs: clean up
by Al Viro
· 12 years ago
9fc3777
Merge tag 'usb-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 12 years ago
3c4cfad
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 12 years ago
451ce7f
Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
cb47c18
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 12 years ago
8de1ee8
pxa25x_udc: remove IRQF_SAMPLE_RANDOM which is now a no-op
by Theodore Ts'o
· 12 years ago
9728276
omap_udc: remove IRQF_SAMPLE_RANDOM which is now a no-op
by Theodore Ts'o
· 12 years ago
11bc268
goku_udc: remove IRQF_SAMPLE_RANDOM which was commented out
by Theodore Ts'o
· 12 years ago
d6dfc86
target: Allow for target_submit_cmd() returning errors
by Roland Dreier
· 12 years ago
006c913
usb: Use eth_random_addr
by Joe Perches
· 13 years ago
f314643
target: remove transport_generic_handle_cdb_map
by Christoph Hellwig
· 13 years ago
70baf0a
target: remove transport_generic_process_write
by Christoph Hellwig
· 13 years ago
ff9cce8
Merge tag 'xceiv-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 13 years ago
94ff447
Merge tag 'gadget-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 13 years ago
1fe4061
Merge tag 'omap-cleanup-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/cleanup
by Arnd Bergmann
· 13 years ago
ded017e
usb: phy: fix return value check of usb_get_phy
by Kishon Vijay Abraham I
· 13 years ago
65c84ea
usb: gadget: at91_udc: Propagate devicetree to gadget drivers
by Alexandre Pereira da Silva
· 13 years ago
cb4baf1
usb: gadget: fsl_udc: Propagate devicetree to gadget drivers
by Alexandre Pereira da Silva
· 13 years ago
7d7b229
usb: gadget: s3c-hsotg: Propagate devicetree to gadget drivers
by Alexandre Pereira da Silva
· 13 years ago
eebc0d3
usb: gadget: lpc32xx_udc: Propagate devicetree to gadget drivers
by Alexandre Pereira da Silva
· 13 years ago
48a31af
usb: gadget: mass_storage: make "file" and "ro" read only in some cases
by Michal Nazarewicz
· 13 years ago
5f612967
Merge branches 'cleanup-udc' and 'cleanup-dma' into cleanup
by Tony Lindgren
· 13 years ago
31bde1c
usb: gadget: Fix g_ether interface link status
by Kevin Cernekee
· 13 years ago
662dca5
usb: otg: support for multiple transceivers by a single controller
by Kishon Vijay Abraham I
· 13 years ago
721002e
usb: otg: utils: rename function name in OTG utils
by Kishon Vijay Abraham I
· 13 years ago
a188b68
usb: gadget: hsotg: pullup method implementation for s3c-hsotg UDC driver
by Lukasz Majewski
· 13 years ago
d6e16a8
usb: gadget: mass_storage: fail fsg_store_file() early if colud not open file
by Michal Nazarewicz
· 13 years ago
f87cabf
usb: gadget: storage_common: remove FSG_BUFFHD_STATIC_BUFFER support
by Michal Nazarewicz
· 13 years ago
d7dbdb5
usb: gadget: lpc32xx_udc: fix build error with debugfs enabled
by Alexandre Pereira da Silva
· 13 years ago
6f47209
usb: gadget: acm_ms: need to set max_speed
by Steve Bennett
· 13 years ago
5085669
usb: gadget: lpc32xx_udc: move clock init to clock framework
by Alexandre Pereira da Silva
· 13 years ago
ba78917
usb: gadget: fsl_mxc_udc: do not depend on grouped clocks
by Fabio Estevam
· 13 years ago
3d4eb9d
usb: gadget: mv: Add USB 3.0 device driver for Marvell PXA2128 chip.
by Yu Xu
· 13 years ago
5ad1d31
usb: hsotg: samsung: smp Provide *_lock functions abstraction layer for SMP SoCs
by Lukasz Majewski
· 13 years ago
2b19a52
usb: hsotg: samsung: Protect the udc_stop routine with spinlock
by Lukasz Majewski
· 13 years ago
22258f4
usb: hsotg: samsung: Replace endpoint specific locks with a global lock
by Lukasz Majewski
· 13 years ago
99c5150
usb: gadget: hidg: register OUT INT endpoint for SET_REPORT
by Daniel Mack
· 13 years ago
a8287a4
usb: gadget: mass_storage: add documentation
by Michal Nazarewicz
· 13 years ago
1a12af1
usb: gadget: mass_storage: remove unused options
by Michal Nazarewicz
· 13 years ago
2347fc4
usb: gadget: Complete fsl qe/udc driver conversion
by Ben Collins
· 13 years ago
8194fea
usb: imx_udc.c: Use clk_prepare_enable/clk_disable_unprepare
by Fabio Estevam
· 13 years ago
1c7f6cd
usb: fsl_mxc_udc.c : Use clk_prepare_enable/clk_disable_unprepare
by Fabio Estevam
· 13 years ago
b785ea7
usb: gadget: composite: fix ep->maxburst initialization
by Felipe Balbi
· 13 years ago
80e91fd
usb: gadget: regression fix - usage of usb_ep
by Christoph Fritz
· 13 years ago
109f0f7
usb: gadget: s3c-hsudc.c: Remove unneeded condition
by Ido Shayevitz
· 13 years ago
Next »