index
:
drm/drm-amd
drm-amd-fixes
drm-amd-next
drm-amd-next-fixes
for-linux-next
for-linux-next-fixes
AMD GPU kernel development
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
musb
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-03
usb: musb: remove musb_generic_disable function
Bin Liu
1
-16
/
+10
2017-02-03
usb: musb: da8xx: Remove CPPI 3.0 quirk and methods
Alexandre Bailon
1
-5
/
+1
2017-01-25
usb: musb: Fix external abort on non-linefetch for musb_irq_work()
Tony Lindgren
1
-0
/
+11
2017-01-25
usb: musb: Fix host mode error -71 regression
Tony Lindgren
2
-14
/
+2
2017-01-25
usb: musb: constify musb_hdrc_config structures
Bhumika Goyal
3
-3
/
+3
2017-01-10
usb: musb: fix runtime PM in debugfs
Bin Liu
1
-1
/
+19
2017-01-05
usb: musb: blackfin: add bfin_fifo_offset in bfin_ops
Jérémy Lefaure
1
-0
/
+1
2017-01-05
usb: musb: fix compilation warning on unused function
Jérémy Lefaure
1
-0
/
+2
2017-01-05
usb: musb: Fix trying to free already-free IRQ 4
Tony Lindgren
1
-1
/
+1
2017-01-05
usb: musb: dsps: implement clear_ep_rxintr() callback
Bin Liu
1
-0
/
+12
2017-01-05
usb: musb: core: add clear_ep_rxintr() to musb_platform_ops
Bin Liu
2
-6
/
+11
2016-12-25
ktime: Cleanup ktime_set() usage
Thomas Gleixner
1
-5
/
+4
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-11-28
Merge 4.9-rc7 into usb-next
Greg Kroah-Hartman
6
-66
/
+207
2016-11-21
usb: musb: da8xx: Set phy in OTG mode by default
Alexandre Bailon
1
-0
/
+7
2016-11-21
usb: musb: da8xx: Call earlier clk_prepare_enable()
Alexandre Bailon
1
-9
/
+8
2016-11-21
usb: musb: da8xx: Add DT support for the DA8xx driver
Petr Kulhavy
1
-0
/
+46
2016-11-21
usb: musb: core: added helper function for parsing DT
Petr Kulhavy
2
-0
/
+25
2016-11-21
usb: musb: omap2430: make complain on -EPROBE_DEFER dev_dbg
Ladislav Michl
1
-1
/
+1
2016-11-21
usb: musb: omap2430: use dev_err
Ladislav Michl
1
-3
/
+3
2016-11-21
usb: musb: don't complain on -EPROBE_DEFER when initializing controller
Ladislav Michl
1
-2
/
+3
2016-11-21
musb: sunxi: Force session end on babble errors in host-mode
Hans de Goede
1
-0
/
+15
2016-11-21
musb: sunxi: Remove custom babble handling
Hans de Goede
1
-10
/
+0
2016-11-21
USB: musb: remove obsolete resume-signalling comments
Johan Hovold
2
-5
/
+1
2016-11-18
Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
2
-5
/
+5
2016-11-17
usb: musb: Drop pointless PM runtime code for dsps glue
Tony Lindgren
1
-20
/
+2
2016-11-17
usb: musb: Add missing pm_runtime_disable and drop 2430 PM timeout
Tony Lindgren
1
-6
/
+4
2016-11-17
usb: musb: Fix PM for hub disconnect
Tony Lindgren
4
-18
/
+27
2016-11-17
usb: musb: Fix sleeping function called from invalid context for hdrc glue
Tony Lindgren
4
-18
/
+167
2016-11-17
usb: musb: Fix broken use of static variable for multiple instances
Tony Lindgren
2
-4
/
+7
2016-11-07
usb: musb: remove duplicated actions
Kirill Esipov
1
-5
/
+0
2016-11-07
usb: musb: da8xx: Don't print phy error on -EPROBE_DEFER
David Lechner
1
-1
/
+2
2016-11-03
usb: musb: make use of new usb_endpoint_maxp_mult()
Felipe Balbi
2
-5
/
+5
2016-10-24
usb: musb: Call pm_runtime from musb_gadget_queue
Tony Lindgren
1
-0
/
+4
2016-10-24
usb: musb: Fix hardirq-safe hardirq-unsafe lock order error
Tony Lindgren
1
-5
/
+2
2016-09-23
usb: musb: da8xx: fix error handling message in probe
Arnd Bergmann
1
-7
/
+7
2016-09-23
usb: musb: Fix session based PM for first invalid VBUS
Tony Lindgren
2
-5
/
+9
2016-09-23
usb: musb: Fix PM runtime for disconnect after unconfigure
Tony Lindgren
1
-0
/
+3
2016-09-22
musb: Export musb_root_disconnect for use in modules
Hans de Goede
1
-0
/
+1
2016-09-19
Merge 4.8-rc7 into usb-next
Greg Kroah-Hartman
1
-1
/
+1
2016-09-16
usb: musb: Fix tusb6010 compile error on blackfin
Tony Lindgren
1
-1
/
+1
2016-09-13
usb: musb: remove redundant stack buffers
Rasmus Villemoes
1
-7
/
+5
2016-09-13
usb: musb: am35x: fix error return code in am35x_probe()
Wei Yongjun
1
-1
/
+3
2016-09-13
usb: musb: da8xx: Remove mach code
David Lechner
2
-86
/
+51
2016-09-13
usb: musb: da8xx: Use devm in probe
David Lechner
1
-14
/
+5
2016-09-13
musb: sunxi: Add support for platform_set_mode
Hans de Goede
1
-4
/
+57
2016-09-13
usb: musb: Add PM runtime support for MUSB DSPS glue layer
Tony Lindgren
1
-41
/
+17
2016-09-13
usb: musb: Simplify PM runtime for 2430 glue layer
Tony Lindgren
1
-66
/
+10
2016-09-13
usb: musb: Prepare dsps glue layer for PM runtime support
Tony Lindgren
1
-4
/
+18
2016-09-13
usb: musb: Implement session bit based runtime PM for musb-core
Tony Lindgren
2
-0
/
+67
[prev]
[next]