index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
musb
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-18
usb: musb: gadget: remove unnecessary initializations
Felipe Balbi
1
-2
/
+0
2013-03-18
usb: musb: Kconfig: drop unnecessary dependencies
Felipe Balbi
1
-2
/
+0
2013-03-18
usb: musb: gadget: fix compile warning
Felipe Balbi
1
-6
/
+9
2013-03-18
usb: musb: dsps: fix possible compile warning
Felipe Balbi
1
-2
/
+1
2013-03-18
usb: musb: ux500_dma: kill compile warnings
Felipe Balbi
1
-3
/
+4
2013-03-18
usb: musb: dsps: add missing include
Felipe Balbi
2
-0
/
+2
2013-03-18
usb: musb: make davinci and da8xx glues depend on BROKEN
Felipe Balbi
1
-0
/
+2
2013-03-18
usb: musb: force PIO-only if we're building multiplatform kernels
Felipe Balbi
1
-0
/
+1
2013-03-18
usb: musb: gadget: delete wrong comment
Felipe Balbi
1
-108
/
+0
2013-03-18
usb: musb: switch over to devm_ioremap_resource()
Felipe Balbi
1
-13
/
+4
2013-03-18
usb: musb: core: remove unnecessary pr_info()
Felipe Balbi
1
-2
/
+0
2013-03-18
usb: gadget: drop now unnecessary flag
Felipe Balbi
1
-1
/
+0
2013-03-18
usb: musb: gadget: let udc-core manage gadget-dev
Felipe Balbi
1
-9
/
+1
2013-03-11
usb: musb: core: fix possible build error with randconfig
Felipe Balbi
1
-4
/
+0
2013-03-05
usb: musb: omap2430: fix sparse warning
Aaro Koskinen
1
-1
/
+1
2013-03-05
usb: musb: omap2430: fix omap_musb_mailbox glue check again
Aaro Koskinen
1
-3
/
+7
2013-03-05
usb: musb: fix compile warning
Felipe Balbi
1
-2
/
+0
2013-03-05
usb: musb: remove all 'select' from Kconfig
Felipe Balbi
1
-5
/
+0
2013-03-04
usb: musb: correct Kconfig in order to avoid non compilable selection
Peter Ujfalusi
1
-2
/
+2
2013-02-21
Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
13
-92
/
+110
2013-02-08
drivers/usb: add missing GENERIC_HARDIRQS dependencies
Heiko Carstens
1
-0
/
+1
2013-01-25
Merge 3.8-rc5 into driver-core-next
Greg Kroah-Hartman
1
-2
/
+2
2013-01-25
Merge 3.8-rc5 into usb-next
Greg Kroah-Hartman
1
-2
/
+2
2013-01-25
Merge tag 'xceiv-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/b...
Greg Kroah-Hartman
3
-55
/
+30
2013-01-25
Merge tag 'musb-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
11
-39
/
+79
2013-01-25
usb: musb: omap: get phy by phandle for dt boot
Kishon Vijay Abraham I
1
-1
/
+6
2013-01-25
usb: musb: omap: make use of the new PHY lib APIs
Kishon Vijay Abraham I
1
-1
/
+1
2013-01-25
usb: start using the control module driver
Kishon Vijay Abraham I
3
-54
/
+24
2013-01-22
usb: Convert to devm_ioremap_resource()
Thierry Reding
2
-7
/
+4
2013-01-18
usb: musb: cppi_dma: drop '__init' annotation
Sergei Shtylyov
1
-2
/
+2
2013-01-17
usb: musb: omap2430: fix wrong devm_kzalloc() result check
Sergei Shtylyov
1
-1
/
+1
2013-01-17
usb: musb: fix dependency on transceiver driver
Ming Lei
8
-10
/
+16
2013-01-17
usb: musb: core: fix failure path
Ming Lei
1
-0
/
+1
2013-01-17
usb: musb: Double buffering issues in host mode TX
supriya karanth
1
-6
/
+14
2013-01-17
usb: musb: omap2430: kill redundant assignments in omap2430_probe()
Sergei Shtylyov
1
-3
/
+1
2013-01-17
usb: musb: ux500: use clk_prepare_enable and clk_disable_unprepare
Fabio Baltieri
1
-5
/
+5
2013-01-10
usb: musb: set AUTOSET for full speed bulk DMA transfer in host mode
supriya karanth
1
-6
/
+18
2013-01-10
usb: musb: set TXMAXP and AUTOSET for full speed bulk in device mode
supriya karanth
1
-3
/
+19
2013-01-10
usb: musb: dsps: Remove duplicate inclusion of linux/of.h
Sachin Kamat
1
-1
/
+0
2013-01-10
usb: musb: omap2430: fix the readiness check in omap_musb_mailbox
Aaro Koskinen
1
-4
/
+4
2013-01-07
Merge tag 'fixes-for-v3.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Greg Kroah-Hartman
2
-4
/
+6
2012-12-17
usb: musb: use io{read,write}*_rep accessors
Matthew Leach
2
-27
/
+6
2012-12-17
musb: tusb6010: use io{read,write}*_rep accessors
Matthew Leach
1
-2
/
+3
2012-12-13
Merge tag 'pm-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...
Linus Torvalds
1
-1
/
+1
2012-12-13
usb: musb: core: print new line in the driver banner again
Sergei Shtylyov
1
-4
/
+1
2012-12-13
usb: musb: dsps: header movement build error fix
Afzal Mohammed
1
-0
/
+5
2012-12-12
Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
4
-6
/
+11
2012-11-30
Merge tag 'tags/omap-for-v3.8/cleanup-multiplatform-no-clock-signed' of git:/...
Olof Johansson
1
-1
/
+1
2012-11-30
ARM: OMAP: Move plat-omap/dma-omap.h to include/linux/omap-dma.h
Tony Lindgren
1
-1
/
+1
2012-11-25
Merge tag 'v3.7-rc7' into next/cleanup
Olof Johansson
2
-5
/
+27
[next]