index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-21
usb: gadget: composite: introduce usb_gstrings_attach()
Sebastian Andrzej Siewior
1
-0
/
+135
2013-01-21
usb: gadget: export composite's setup & disconnect function
Sebastian Andrzej Siewior
1
-2
/
+2
2013-01-21
usb: gadget: factor out two helper functions from composite_bind()
Sebastian Andrzej Siewior
1
-31
/
+51
2013-01-21
usb: gadget: udc-core: introduce UDC binding by name
Sebastian Andrzej Siewior
1
-21
/
+51
2013-01-21
usb: gadget: add a forward pointer from usb_function to its "instance"
Sebastian Andrzej Siewior
1
-0
/
+116
2013-01-21
usb: gadget: multi: use function framework for ACM
Sebastian Andrzej Siewior
2
-10
/
+53
2013-01-21
usb: gadget: cdc2: use function framework for ACM
Sebastian Andrzej Siewior
2
-5
/
+24
2013-01-21
usb: gadget: acm_ms: use function framework for ACM
Sebastian Andrzej Siewior
2
-6
/
+28
2013-01-21
usb: gadget: f_acm: convert to new function interface with backwards compatibility
Sebastian Andrzej Siewior
9
-55
/
+186
2013-01-21
usb: gadget: allocate & giveback serial ports instead hard code them
Sebastian Andrzej Siewior
11
-209
/
+229
2013-01-21
usb: gadget: composite: add usb_remove_function()
Sebastian Andrzej Siewior
1
-0
/
+12
2013-01-21
usb: gadget: u_serial: convert into a module
Sebastian Andrzej Siewior
9
-9
/
+23
2013-01-21
usb: gadget: g_serial: split the three possible functions into three bind functions
Sebastian Andrzej Siewior
1
-11
/
+32
2013-01-21
usb: gadget: f_acm: remove empty function
Sebastian Andrzej Siewior
1
-10
/
+0
2013-01-21
usb: gadget: convert source sink and loopback to new function interface
Sebastian Andrzej Siewior
6
-154
/
+321
2013-01-21
usb: gadget: add some infracture to register/unregister functions
Sebastian Andrzej Siewior
2
-18
/
+31
2013-01-21
usb: gadget: move loopback's config descriptor out of f_loopback
Sebastian Andrzej Siewior
3
-44
/
+27
2013-01-21
usb: gadget: move source sink's config descriptor out of f_sourcesink
Sebastian Andrzej Siewior
3
-43
/
+37
2013-01-21
usb: gadget: provide a wrapper around SourceSink's setup function
Sebastian Andrzej Siewior
1
-25
/
+45
2013-01-21
usb: gadget: remove u32 castings of address passed to readl()
Sebastian Andrzej Siewior
1
-4
/
+4
2013-01-21
usb: gadget: composite: don't call driver's unbind() if bind() failed
Sebastian Andrzej Siewior
1
-4
/
+8
2013-01-18
tty: Added a CONFIG_TTY option to allow removal of TTY
Joe Millenbach
1
-0
/
+6
2013-01-18
usb: phy: s3c-hsotg: adding phy driver support
Praveen Paneri
1
-10
/
+27
2013-01-18
usb: gadget: FunctionFS: Fix missing braces in parse_opts
Benoit Goby
1
-3
/
+3
2013-01-18
usb: gadget: fsl_mxc_udc: replace MX35_IO_ADDRESS to ioremap
Peter Chen
3
-10
/
+29
2013-01-18
usb: gadget: fsl-mxc-udc: replace cpu_is_xxx() with platform_device_id
Peter Chen
2
-29
/
+31
2013-01-17
Merge 3.9-rc4 into driver-core-next
Greg Kroah-Hartman
6
-13
/
+14
2013-01-17
usb: converto drivers/usb/* to use module_platform_driver_probe()
Fabio Porcedda
8
-92
/
+11
2013-01-15
TTY: switch tty_flip_buffer_push
Jiri Slaby
1
-2
/
+2
2013-01-15
TTY: switch tty_insert_flip_string
Jiri Slaby
1
-7
/
+4
2013-01-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-13
/
+14
2013-01-10
usb: gadget: FunctionFS: Use kstrtoul()
Michal Nazarewicz
1
-3
/
+2
2013-01-10
usb: gadget: s3c-hsotg: Use devm_regulator_bulk_get API
Sachin Kamat
1
-4
/
+1
2013-01-10
usb: gadget: s3c-hsudc: Use devm_regulator_bulk_get
Sachin Kamat
1
-2
/
+1
2013-01-10
USB: gadget: at91_adc: fix pullup pin validity check
Jean-Christophe PLAGNIOL-VILLARD
1
-1
/
+1
2013-01-10
usb: gadget: at91_udc: don't use [delayed_]work_pending()
Tejun Heo
1
-2
/
+1
2013-01-10
usb: gadget zero: avoid unnecessary reinit of data in f_sourcesink
Armando Visconti
1
-2
/
+1
2013-01-10
usb: gadget: consider link speed for bMaxPower
Sebastian Andrzej Siewior
4
-8
/
+27
2013-01-10
usb: gadget: mass_storage: remove >= 0 check for unsigned type
Sebastian Andrzej Siewior
1
-4
/
+4
2013-01-10
usb: gadget: remove unused variable in uac2_pcm_trigger()
Wei Yongjun
1
-6
/
+2
2013-01-10
usb: gadget: f_mass_storage: remove unused operations
Andrzej Pietrasiewicz
1
-28
/
+1
2013-01-10
usb: gadget: ncm: make global variable ndp*_opts read only
Sebastian Andrzej Siewior
1
-9
/
+9
2013-01-10
usb: gadget: file_storage: remove its last pieces
Sebastian Andrzej Siewior
1
-61
/
+0
2013-01-07
Merge tag 'fixes-for-v3.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus
Greg Kroah-Hartman
6
-13
/
+14
2013-01-06
ethtool: fix drvinfo strings set in drivers
Jiri Pirko
1
-5
/
+5
2012-12-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
Linus Torvalds
1
-1
/
+1
2012-12-13
Merge tag 'pm-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-1
/
+1
2012-12-13
usb: gadget: u_serial: fix switch off blocked
Haipeng YU
1
-1
/
+1
2012-12-13
usb: gadget: tcm_usb_gadge: fix to return error or 0 in tcm_usbg_drop_nexus()
Wei Yongjun
1
-1
/
+2
2012-12-13
usb: gadget: amd5536udc: avoid NULL pointer dereference in udc_pci_probe()
Xi Wang
1
-2
/
+2
[prev]
[next]