index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
dwc2
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
staging: dwc2: remove specific fifo size constants
Matthijs Kooijman
2013-08-30
1
-15
/
+4
*
staging: dwc2: reorder some kernel doc comments and struct members
Paul Zimmerman
2013-08-12
2
-28
/
+28
*
staging: dwc2: Don't touch the dma_mask when dma is disabled
Matthijs Kooijman
2013-07-25
1
-3
/
+0
*
staging: dwc2: when dma is disabled, clear hcd->self.uses_dma
Matthijs Kooijman
2013-07-23
1
-0
/
+3
*
staging: dwc2: disable dma when no dma_mask was setup
Matthijs Kooijman
2013-07-23
1
-0
/
+9
*
staging: dwc2: add driver parameter to set AHB config register value
Paul Zimmerman
2013-07-23
4
-45
/
+25
*
staging: dwc2: fix value used in dwc2_set_all_params
Julien Delacou
2013-07-23
1
-1
/
+1
*
staging: dwc2: remove use of bus_to_virt()
Paul Zimmerman
2013-07-23
2
-11
/
+10
*
staging: dwc2: reduce noisy debug messages
Paul Zimmerman
2013-07-23
2
-9
/
+7
*
staging: dwc2: fix dwc2_hcd_qtd_add()
Paul Zimmerman
2013-07-23
1
-4
/
+16
*
staging: dwc2: optimize dwc2_hc_handle_tt_clear() a bit
Paul Zimmerman
2013-07-23
1
-4
/
+9
*
staging: dwc2: add calls to usb_hcd_link_urb_to_ep() and friends
Paul Zimmerman
2013-07-23
1
-15
/
+37
*
staging: dwc2: refactor dwc2_host_complete()
Paul Zimmerman
2013-07-23
4
-60
/
+68
*
staging: dwc2: fix thinko in dwc2_hc_set_even_odd_frame()
Paul Zimmerman
2013-06-24
1
-1
/
+1
*
Merge 3.10-rc5 into staging-next
Greg Kroah-Hartman
2013-06-08
1
-3
/
+2
|
\
|
*
staging: dwc2: fix value of dma_mask
Paul Zimmerman
2013-05-30
1
-3
/
+2
*
|
staging: dwc2: remove redundant D0 power state set
Yijing Wang
2013-06-03
1
-2
/
+0
*
|
staging: dwc2: change some dev_dbg() messages to dev_vdbg()
Paul Zimmerman
2013-05-30
1
-5
/
+5
*
|
Merge 3.10-rc3 into staging-next
Greg Kroah-Hartman
2013-05-27
3
-3
/
+9
|
\
|
|
*
Merge tag 'staging-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2013-05-23
3
-2
/
+9
|
|
\
|
|
*
staging: dwc2: remove compile warning for USB_DWC2_TRACK_MISSED_SOFS
Paul Zimmerman
2013-05-22
2
-2
/
+1
|
|
*
staging: dwc2: Fix dma-enabled platform devices using a default dma_mask
Matthijs Kooijman
2013-05-17
1
-0
/
+8
|
*
|
Merge tag 'usb-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2013-05-23
1
-1
/
+0
|
|
\
\
|
|
*
|
usb: phy: remove CONFIG_USB_OTG_UTILS once more
Paul Bolle
2013-05-15
1
-1
/
+0
|
|
|
/
|
*
/
drivers/staging/dwc2: don't check resource with devm_ioremap_resource
Wolfram Sang
2013-05-18
1
-5
/
+0
|
|
/
*
|
drivers/staging/dwc2: don't check resource with devm_ioremap_resource
Wolfram Sang
2013-05-16
1
-5
/
+0
*
|
staging: dwc2: use devm_ioremap_resource()
Laurent Navet
2013-05-16
1
-3
/
+3
*
|
staging: dwc2/pci.c: add STMICRO vendor and device ID for STA2X11 board
Federico Vaga
2013-05-16
1
-0
/
+4
*
|
staging: dwc2: remove some useless debug prints
Matthijs Kooijman
2013-05-16
1
-5
/
+0
*
|
staging: dwc2: add const to handling of dwc2_core_params
Stephen Warren
2013-05-16
4
-5
/
+5
*
|
staging: dwc2: remove unneeded check
Matthijs Kooijman
2013-05-16
1
-2
/
+1
*
|
staging: dwc2: remove some device-mode related debug code
Matthijs Kooijman
2013-05-16
1
-19
/
+0
*
|
staging: dwc2: add helper variable to simplify code
Matthijs Kooijman
2013-05-16
1
-4
/
+4
*
|
staging: dwc2: use dwc2_hcd_get_frame_number where possible
Matthijs Kooijman
2013-05-16
2
-11
/
+2
*
|
staging: dwc2: replace some magic numbers by constants
Matthijs Kooijman
2013-05-16
1
-6
/
+6
*
|
staging: dwc2: remove dummy interrupt handling
Matthijs Kooijman
2013-05-16
2
-11
/
+1
*
|
staging: dwc2: rename dwc2_hcd_intr() to dwc2_handle_hcd_intr()
Matthijs Kooijman
2013-05-16
3
-4
/
+4
*
|
staging: dwc2: use irq_return_t for interrupt handlers
Matthijs Kooijman
2013-05-16
4
-13
/
+12
*
|
staging: dwc2: do not use IRQF_DISABLED
Matthijs Kooijman
2013-05-16
1
-1
/
+1
|
/
*
staging: dwc2: add platform device bindings
Matthijs Kooijman
2013-04-23
4
-2
/
+152
*
staging: dwc2: check for null pointer before dereferencing it
Paul Zimmerman
2013-04-23
1
-6
/
+5
*
staging: dwc2: add missing newlines to debug messages
Paul Zimmerman
2013-04-23
4
-7
/
+7
*
staging: dwc2: fix potential null pointer access
Paul Zimmerman
2013-04-23
1
-5
/
+5
*
staging: dwc2: fix error return code in dwc2_hcd_init()
Wei Yongjun
2013-04-12
1
-0
/
+1
*
staging: dwc2: Make dwc2_set_uninitialized more specific
Matthijs Kooijman
2013-04-11
3
-3
/
+14
*
staging: dwc2: set the driver name to "dwc2"
Matthijs Kooijman
2013-04-11
2
-2
/
+2
*
staging: dwc2: register common irq handler in dwc2_core_init
Matthijs Kooijman
2013-04-11
4
-16
/
+20
*
staging: dwc2: don't pass IRQ_LEVEL to devm_request_irq
Matthijs Kooijman
2013-04-11
1
-1
/
+1
*
staging: dwc2: toggle periodic debugging output separately
Matthijs Kooijman
2013-04-10
6
-171
/
+318
*
staging: dwc2: fix wrong setting of DMA masks
Paul Zimmerman
2013-03-25
2
-29
/
+29
[prev]
[next]