index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ipack
/
ipack.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-01-24
usb: dwc2: Remove unused otg_ver parameter
John Youn
4
-40
/
+0
2017-01-24
usb: gadget: f_hid: fix: Move IN request allocation to set_alt()
Krzysztof Opasiak
1
-22
/
+67
2017-01-24
usb: gadget: udc: constify usb_ep_ops structures
Bhumika Goyal
14
-15
/
+15
2017-01-24
usb: gadget: udc: atmel: Update endpoint allocation scheme
Cristian Birsan
3
-33
/
+227
2017-01-24
usb: gadget: f_fs: Accept up to 30 endpoints.
Vincent Pelletier
2
-2
/
+3
2017-01-24
usb: gadger: f_fs: Do not copy past descriptor end.
Vincent Pelletier
1
-1
/
+1
2017-01-24
usb: phy: fsl: Remove the set_power callback
Baolin Wang
1
-12
/
+0
2017-01-24
usb: phy: msm: Remove the set_power callback
Baolin Wang
1
-18
/
+0
2017-01-24
usb: phy: ab8500: Remove the set_power callback
Baolin Wang
1
-20
/
+0
2017-01-24
usb: dwc2: gadget: Set GDFIFOCFG
Sevak Arakelyan
1
-0
/
+3
2017-01-24
usb: gadget: uac2: add req_number as parameter
Peter Chen
4
-10
/
+34
2017-01-24
usb: dwc2: Fix sizeof in kzalloc
John Youn
1
-1
/
+1
2017-01-24
usb: dwc2: Remove 'return' from void function
John Youn
1
-1
/
+0
2017-01-24
usb: dwc2: Fix code indentation after conditionals
John Youn
1
-3
/
+3
2017-01-24
usb: dwc2: Fix lines over 80 characters
John Youn
5
-24
/
+34
2017-01-24
usb: dwc2: Fix brace usage
John Youn
2
-12
/
+10
2017-01-24
usb: dwc2: Fix logical continuations
John Youn
3
-10
/
+8
2017-01-24
usb: dwc2: Fix comment alignment and format
John Youn
4
-46
/
+55
2017-01-24
usb: dwc2: Add identifier in prototypes
John Youn
1
-2
/
+2
2017-01-24
usb: dwc2: Cleanup some checkpatch issues
John Youn
15
-527
/
+521
2017-01-24
usb: gadget: f_hid: Use spinlock instead of mutex
Krzysztof Opasiak
1
-23
/
+34
2017-01-24
usb: gadget: f_hid: fix: Prevent accessing released memory
Krzysztof Opasiak
1
-4
/
+20
2017-01-24
usb: gadget: f_hid: fix: Free out requests
Krzysztof Opasiak
1
-8
/
+24
2017-01-24
tools: usb: ffs-test: add SS descriptors
Felipe Balbi
1
-1
/
+49
2017-01-24
tools: usb: ffs-test: switch to _DEFAULT_SOURCE
Felipe Balbi
1
-1
/
+1
2017-01-24
usb: dwc3: gadget: skip Set/Clear Halt when invalid
Felipe Balbi
1
-0
/
+5
2017-01-24
usb: dwc3: ep0: Fix the possible missed request for handling delay STATUS phase
Baolin Wang
1
-0
/
+14
2017-01-24
usb: phy: tahvo: Replace the deprecated extcon API
Chanwoo Choi
1
-5
/
+5
2017-01-24
usb: dwc3: omap: Replace the extcon API
Chanwoo Choi
1
-13
/
+7
2017-01-24
usb: renesas_usbhs: Replace the deprecated extcon API
Chanwoo Choi
1
-1
/
+1
2017-01-24
usb: phy: qcom-8x16-usb: Replace the extcon API
Chanwoo Choi
1
-9
/
+4
2017-01-24
usb: phy: msm: Replace the extcon API
Chanwoo Choi
1
-22
/
+11
2017-01-24
usb: phy: omap-otg: Replace the extcon API
Chanwoo Choi
1
-18
/
+6
2017-01-24
usb: dwc3: gadget: align transfers to wMaxPacketSize
Felipe Balbi
2
-8
/
+63
2017-01-24
usb: dwc3: gadget: allocate bounce buffer for unaligned xfers
Felipe Balbi
2
-2
/
+17
2017-01-24
usb: dwc3: gadget: extract __dwc3_prepare_one_trb()
Felipe Balbi
1
-22
/
+36
2017-01-24
usb: dwc3: gadget: simplify dwc3_prepare_one_trb()
Felipe Balbi
1
-17
/
+5
2017-01-24
usb: gadget: f_uac2: improve error handling
Peter Chen
1
-4
/
+6
2017-01-24
Documentation: usb: fix wrong documentation paths
Yegor Yefremov
5
-7
/
+7
2017-01-24
Documentation: dt: dwc3: add reference to the usb-xhci properties
Martin Blumenstingl
1
-0
/
+4
2017-01-24
usb: dwc2: host: use true/false for boolean
Nicholas Mc Guire
1
-6
/
+6
2017-01-24
usb: dwc2: host: use msleep() for long delays
Nicholas Mc Guire
1
-6
/
+6
2017-01-24
usb: dwc3: exynos: Remove MODULE_ALIAS()
Javier Martinez Canillas
1
-1
/
+0
2017-01-24
usb: dwc3: exynos remove suspend clock unspecified debug message
Shuah Khan
1
-3
/
+1
2017-01-24
usb: gadget: constify usb_gadget_ops structures
Bhumika Goyal
1
-1
/
+1
2017-01-24
usb: dwc2: use u32 for DT binding parameters
Leo Yan
2
-7
/
+7
2017-01-24
usb: renesas_usbhs: mod_host: fix typo: "connecte" -> "connected"
Colin Ian King
1
-1
/
+1
2017-01-24
usb: gadget: printer: Remove pnp_string static buffer
Krzysztof Opasiak
3
-28
/
+62
2017-01-24
usb: gadget: ether: Add \n to each attribute of ethernet functions
Krzysztof Opasiak
2
-5
/
+21
2017-01-24
usb: gadget: udc-core: Rescan pending list on driver unbind
Krzysztof Opasiak
1
-14
/
+31
[next]