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