index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
Age
Commit message (
Expand
)
Author
Files
Lines
2013-12-12
usb: gadget: s3c-hsotg: add flush TX FIFO when kill all requests
Robert Baldyga
1
-0
/
+3
2013-12-12
usb: gadget: s3c-hsotg: fix maxpacket size in s3c_hsotg_irq_enumdone
Robert Baldyga
1
-2
/
+2
2013-12-09
usb: f_fs: check quirk to pad epout buf size when not aligned to maxpacketsize
Michal Nazarewicz
1
-4
/
+19
2013-12-09
usb: gadget: f_fs: remove loop from I/O function
Michal Nazarewicz
1
-54
/
+40
2013-12-06
usb: gadget: amd5536udc: remove DEFINE_PCI_DEVICE_TABLE macro
Jingoo Han
1
-1
/
+1
2013-12-06
usb: gadget: pch_udc: remove DEFINE_PCI_DEVICE_TABLE macro
Jingoo Han
1
-1
/
+1
2013-11-26
usb: gadget: f_sourcesink: add configfs support
Andrzej Pietrasiewicz
4
-5
/
+335
2013-11-26
usb: gadget: f_loopback: add configfs support
Andrzej Pietrasiewicz
4
-2
/
+158
2013-11-26
usb: gadget: factor out alloc_ep_req
Andrzej Pietrasiewicz
8
-49
/
+83
2013-11-26
usb: gadget: composite: redirect setup requests
Andrzej Pietrasiewicz
1
-1
/
+15
2013-11-26
usb: gadget: update some out of date comments
Dan Carpenter
2
-2
/
+2
2013-11-26
usb: gadget: remove superfluous name casts
Geert Uytterhoeven
2
-2
/
+2
2013-11-26
usb: gadget: goku: remove unused argument
Michal Nazarewicz
1
-8
/
+4
2013-11-26
usb: gadget: epautoconf: switch over to usb_endpoint_type()
Felipe Balbi
1
-1
/
+1
2013-11-26
usb: gadget: r8a66597-udc: convert to clk_prepare/unprepare
Laurent Pinchart
1
-3
/
+3
2013-11-22
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
1
-9
/
+9
2013-11-15
tree-wide: use reinit_completion instead of INIT_COMPLETION
Wolfram Sang
1
-1
/
+1
2013-11-14
Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
1
-1
/
+3
2013-11-12
Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+1
2013-11-07
Merge remote-tracking branch 'grant/devicetree/next' into for-next
Rob Herring
3
-5
/
+8
2013-10-31
DMA-API: usb: use dma_set_coherent_mask()
Russell King
1
-1
/
+3
2013-10-25
usb/gadget: f_mass_storage: use string literal as format in dev_set_name
Andrzej Pietrasiewicz
1
-1
/
+1
2013-10-24
Merge tag 'usb-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
15
-791
/
+2037
2013-10-17
usb: gadget: f_mass_storage: style corrections, cleanup & simplification
Andrzej Pietrasiewicz
1
-19
/
+18
2013-10-16
target: Remove TF_CIT_TMPL macro
Andy Grover
1
-9
/
+9
2013-10-15
usb: gadget: s3c-hsotg: fix can_write limit for non-periodic endpoints
Robert Baldyga
1
-1
/
+1
2013-10-15
usb: gadget: s3c-hsotg: fix interrupt configuration in dedicated-fifo mode
Robert Baldyga
1
-5
/
+9
2013-10-15
usb: gadget: s3c-hsotg: fix clear feature ENDPOINT_HALT
Robert Baldyga
1
-1
/
+9
2013-10-15
usb: gadget: s3c-hsotg: fix "halted" property updating
Robert Baldyga
1
-0
/
+3
2013-10-15
usb: gadget: s3c-hsotg: add DAINT masking
Robert Baldyga
1
-2
/
+6
2013-10-15
usb: gadget: s3c-hsotg: fix endpoint interrupts handling
Robert Baldyga
1
-1
/
+12
2013-10-15
usb: gadget: s3c-hsotg: fix s3c_hsotg_write_fifo function for dedicated fifo ...
Robert Baldyga
1
-6
/
+10
2013-10-15
usb: gadget: s3c-hsotg: fix "protocol stall" handling
Robert Baldyga
1
-2
/
+8
2013-10-15
usb: gadget: storage_common: pass filesem to fsg_store_cdrom
Andrzej Pietrasiewicz
3
-13
/
+39
2013-10-15
usb: gadget: storage_common: use strtobool instead of kstrtouint
Andrzej Pietrasiewicz
1
-8
/
+8
2013-10-11
usb: Remove unnecessary semicolons
Joe Perches
6
-10
/
+10
2013-10-11
usb: gadget: Make VERBOSE_DEBUG enableable via Kconfig
Andreas Larsson
2
-1
/
+16
2013-10-11
usb: gadget: s3c-hsotg: remove unused label
Robert Baldyga
1
-1
/
+0
2013-10-11
usb: gadget: s3c-hsotg: add multi count support
Robert Baldyga
1
-6
/
+28
2013-10-11
usb: gadget: s3c-hsotg: add isochronous transfers support
Robert Baldyga
1
-4
/
+23
2013-10-10
usb: gadget: mass_storage: merge usb_f_mass_storage module with u_ms module
Andrzej Pietrasiewicz
2
-10
/
+1
2013-10-10
usb: gadget: f_mass_storage: remove compatibility layer
Andrzej Pietrasiewicz
2
-152
/
+19
2013-10-10
usb: gadget: multi: convert to new interface of f_mass_storage
Andrzej Pietrasiewicz
2
-30
/
+83
2013-10-10
usb: gadget: multi: convert to new interface of f_rndis
Andrzej Pietrasiewicz
2
-24
/
+52
2013-10-10
usb: gadget: multi: convert to new interface of f_ecm
Andrzej Pietrasiewicz
2
-8
/
+61
2013-10-10
usb: gadget: acm_ms: convert to new interface of f_mass_storage
Andrzej Pietrasiewicz
2
-39
/
+75
2013-10-10
usb: gadget: f_mass_storage: add configfs support
Andrzej Pietrasiewicz
3
-0
/
+388
2013-10-10
usb: gadget: storage_common: add methods to show/store 'cdrom' and 'removable'
Andrzej Pietrasiewicz
2
-0
/
+47
2013-10-10
usb: gadget: storage_common: make attribute operations more generic
Andrzej Pietrasiewicz
3
-41
/
+38
2013-10-10
usb: gadget: mass_storage: convert to new interface of f_mass_storage
Andrzej Pietrasiewicz
4
-27
/
+91
[next]