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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-09
xhci: Add software BW checking quirk to Intel PPT xHCI
Sarah Sharp
1
-0
/
+1
2011-09-09
xhci: Implement HS/FS/LS bandwidth checking.
Sarah Sharp
2
-2
/
+312
2011-09-09
xhci: Track interval bandwidth tables per port/TT.
Sarah Sharp
3
-3
/
+293
2011-09-09
xhci: Store endpoint bandwidth information.
Sarah Sharp
3
-0
/
+96
2011-09-09
xhci: Store information about roothubs and TTs.
Sarah Sharp
3
-1
/
+189
2011-09-09
xhci: Store the "real" root port number.
Sarah Sharp
2
-0
/
+2
2011-09-09
xhci: Refactor endpoint limit checking.
Sarah Sharp
1
-18
/
+14
2011-09-09
xhci: Rename virt_dev->port to fake_port.
Sarah Sharp
3
-4
/
+4
2011-09-09
xhci: If no endpoints changed, don't issue BW command.
Sarah Sharp
1
-0
/
+6
2011-09-09
usb: musb: Enable DMA mode1 RX for transfers without short packets
Anand Gadiyar
1
-26
/
+43
2011-09-09
usb: musb: fix build breakage
Felipe Balbi
1
-6
/
+5
2011-09-09
usb: gadget: audio: queue wLength-sized requests
Felipe Balbi
1
-2
/
+2
2011-09-09
usb: gadget: audio: actually support both speeds
Felipe Balbi
1
-5
/
+6
2011-09-09
usb: gadget: storage: make FSG_NUM_BUFFERS variable size
Per Forlin
4
-20
/
+85
2011-09-09
USB: gadget: storage: remove alignment assumption
Alan Stern
2
-81
/
+49
2011-09-09
usb: gadget: storage: adapt logic block size to bound block devices
Peiyu Li
3
-57
/
+79
2011-09-09
usb: dwc3: gadget: improve debug on link state change
Felipe Balbi
1
-2
/
+2
2011-09-09
usb: dwc3: omap: set idle and standby modes
Felipe Balbi
1
-0
/
+24
2011-09-09
usb: dwc3: ep0: introduce ep0_expect_in flag
Felipe Balbi
2
-0
/
+18
2011-09-09
usb: dwc3: ep0: giveback requests on stall_and_restart
Felipe Balbi
1
-0
/
+10
2011-09-09
usb: dwc3: gadget: drop the useless dma_sync_single* calls
Felipe Balbi
1
-9
/
+0
2011-09-09
usb: dwc3: gadget: fix GCTL programming
Felipe Balbi
1
-6
/
+3
2011-09-09
usb: dwc3: define ScaleDown macro helper
Felipe Balbi
1
-0
/
+1
2011-09-09
usb: dwc3: Fix definition of DWC3_GCTL_U2RSTECN
Felipe Balbi
1
-1
/
+1
2011-09-09
usb: dwc3: gadget: do not map/unmap ZLP transfers
Sebastian Andrzej Siewior
1
-0
/
+10
2011-09-09
usb: dwc3: omap: fix IRQ handling
Felipe Balbi
1
-27
/
+12
2011-09-09
usb: dwc3: omap: change IRQ name to dwc3-omap
Felipe Balbi
1
-1
/
+1
2011-09-09
usb: dwc3: add module.h to dwc3-omap.c and core.c
Felipe Balbi
2
-0
/
+2
2011-09-09
usb: dwc3: omap: distinguish between SW and HW modes
Felipe Balbi
2
-0
/
+69
2011-09-09
usb: dwc3: omap: drop DEV_PM_OPS for now
Felipe Balbi
1
-41
/
+0
2011-09-09
usb: dwc3: omap: use the macro we already have
Felipe Balbi
1
-1
/
+2
2011-09-09
usb: dwc3: omap: do not enable DMA Disable Clear IRQ
Felipe Balbi
1
-2
/
+1
2011-09-09
usb: dwc3: omap: fix dev_dbg() calls
Felipe Balbi
1
-10
/
+10
2011-09-09
usb: dwc3: use ep0_next_event field
Felipe Balbi
1
-4
/
+36
2011-09-09
usb: dwc3: core: add ep0_next_event field
Felipe Balbi
1
-0
/
+10
2011-09-09
usb: dwc3: drop EP0_STALL state
Felipe Balbi
3
-5
/
+8
2011-09-09
usb: dwc3: ep0: clear all EP0 flags
Felipe Balbi
1
-1
/
+1
2011-09-09
usb: dwc3: ep0: fix Get Status handling
Felipe Balbi
1
-1
/
+1
2011-09-09
usb: dwc3: gadget: replace mdelay with udelay in the busy loop
Sebastian Andrzej Siewior
1
-8
/
+4
2011-09-09
usb: dwc3: gadget: rework the dequeue on RESET & DISCONNECT
Sebastian Andrzej Siewior
2
-20
/
+12
2011-09-09
usb: dwc3: core: move the core check before soft reset
Sebastian Andrzej Siewior
1
-10
/
+9
2011-09-09
usb: dwc3: debugfs: remove test mode interface
Sebastian Andrzej Siewior
1
-94
/
+0
2011-09-09
usb: dwc3: ep0: simplify EP0 state machine
Felipe Balbi
3
-215
/
+163
2011-09-09
usb: dwc3: core: add flag for EP0 direction
Felipe Balbi
1
-0
/
+3
2011-09-09
usb: dwc3: ep0: add handling for unaligned OUT transfers
Felipe Balbi
1
-5
/
+32
2011-09-09
usb: dwc3: add a bounce buffer for control endpoints
Felipe Balbi
2
-7
/
+28
2011-09-09
usb: dwc3: core: add defines for XferNotReady event on Control EPs
Felipe Balbi
1
-0
/
+6
2011-09-09
usb: dwc3: gadget: improve command completion debug message
Felipe Balbi
1
-2
/
+2
2011-09-09
usb: dwc3: gadget: set request dma to invalid when unmapping
Felipe Balbi
1
-0
/
+1
2011-09-09
usb: dwc3: ep0: fix 'transfered' typo
Felipe Balbi
1
-3
/
+3
[prev]
[next]