index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
musb
/
musb_dsps.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: musb: dsps: keep VBUS on for host-only mode
Bin Liu
2017-05-27
1
-0
/
+5
*
usb: musb: dsps: fix iounmap in error and exit paths
Bin Liu
2017-03-14
1
-1
/
+4
*
usb: musb: dsps: Manage CPPI 4.1 DMA interrupt in DSPS
Alexandre Bailon
2017-02-09
1
-2
/
+79
*
usb: musb: dsps: make dsps_musb_clear_ep_rxintr() static
Wei Yongjun
2017-02-03
1
-1
/
+1
*
usb: musb: Add support for optional VBUS irq to dsps glue layer
Tony Lindgren
2017-02-03
1
-24
/
+93
*
usb: musb: dsps: switch to static id for musb-hdrc platform devices
Bin Liu
2017-02-03
1
-1
/
+2
*
usb: musb: dsps: remove redundant code
Bin Liu
2017-02-03
1
-1
/
+0
*
usb: musb: dsps: implement clear_ep_rxintr() callback
Bin Liu
2017-01-05
1
-0
/
+12
*
usb: musb: Drop pointless PM runtime code for dsps glue
Tony Lindgren
2016-11-17
1
-20
/
+2
*
usb: musb: Fix sleeping function called from invalid context for hdrc glue
Tony Lindgren
2016-11-17
1
-10
/
+26
*
usb: musb: Add PM runtime support for MUSB DSPS glue layer
Tony Lindgren
2016-09-13
1
-41
/
+17
*
usb: musb: Prepare dsps glue layer for PM runtime support
Tony Lindgren
2016-09-13
1
-4
/
+18
*
usb: musb: dsps: use musb register read/write wrappers instead
Bin Liu
2016-07-17
1
-68
/
+44
*
usb: common: of_usb_get_dr_mode to usb_get_dr_mode
Heikki Krogerus
2015-09-27
1
-1
/
+1
*
usb: common: of_usb_get_maximum_speed to usb_get_maximum_speed
Heikki Krogerus
2015-09-27
1
-1
/
+1
*
usb: musb: dsps: control musb speed based on dts setting
Bin Liu
2015-09-27
1
-0
/
+13
*
usb: musb: dsps: fix polling in device-only mode
Bin Liu
2015-09-21
1
-2
/
+5
*
usb: musb: musb_dsps: Simplify return statement
Saurabh Karajgaonkar
2015-08-05
1
-5
/
+1
*
usb: musb: Set up function pointers for DMA
Tony Lindgren
2015-05-07
1
-0
/
+4
*
usb: musb: Fix up DMA related macros
Tony Lindgren
2015-05-07
1
-1
/
+1
*
usb: musb: dsps: fix build on i386 when COMPILE_TEST is set
Tony Lindgren
2015-04-03
1
-1
/
+1
*
usb: musb: Fix fifo reads for dm816x with musb_dsps
Tony Lindgren
2015-03-24
1
-1
/
+24
*
usb: musb: dsps: don't fake of_node to musb core
Felipe Balbi
2015-03-11
1
-1
/
+0
*
usb: musb: dsps: request phy using our device pointer
Felipe Balbi
2015-03-11
1
-1
/
+1
*
usb: musb: dsps: just start polling already
Felipe Balbi
2015-03-10
1
-3
/
+2
*
usb: musb: dsps: use msecs_to_jiffies instead
Felipe Balbi
2015-03-10
1
-7
/
+10
*
usb: musb: rename ->reset() to ->recover()
Felipe Balbi
2015-03-10
1
-2
/
+2
*
usb: musb: dsps: do not reset musb on babble
Felipe Balbi
2015-03-10
1
-21
/
+2
*
usb: musb: dsps: add dsps_ prefix to sw_babble_control
Felipe Balbi
2015-03-10
1
-2
/
+2
*
usb: musb: dsps: check for the single bit
Felipe Balbi
2015-03-10
1
-1
/
+1
*
usb: musb: dsps: remove babble check from dsps irq handler
Felipe Balbi
2015-03-10
1
-22
/
+0
*
usb: musb: dsps: return error code if reset fails
Felipe Balbi
2015-03-10
1
-1
/
+1
*
usb: musb: Fix getting a generic phy for musb_dsps
Tony Lindgren
2015-02-23
1
-1
/
+24
*
usb: musb: Fix use for of_property_read_bool for disabled multipoint
Tony Lindgren
2015-02-23
1
-2
/
+5
*
usb: musb: Change end point selection to use new IO access
Tony Lindgren
2014-11-25
1
-0
/
+1
*
usb: move the OTG state from the USB PHY to the OTG structure
Antoine Tenart
2014-11-03
1
-14
/
+14
*
usb: musb: dsps: remove duplicate check on resource
Varka Bhadram
2014-11-03
1
-3
/
+0
*
usb: musb: musb_dsps: delete unnecessary 'out of memory' messages
Peter Chen
2014-11-03
1
-4
/
+1
*
usb: musb: musb_dsps: fix NULL pointer in suspend
Sebastian Andrzej Siewior
2014-10-23
1
-2
/
+12
*
usb: musb: dsps: start OTG timer on resume again
Sebastian Andrzej Siewior
2014-10-23
1
-1
/
+3
*
usb: musb: dsps: kill OTG timer on suspend
Felipe Balbi
2014-09-16
1
-0
/
+2
*
Merge tag 'usb-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
2014-07-21
1
-7
/
+97
|
\
|
*
usb: musb: dsps: Add the sw_babble_control() and Enable for newer silicon
George Cherian
2014-07-16
1
-6
/
+83
|
*
usb: musb: core: Convert the musb_platform_reset to have a return value.
George Cherian
2014-07-16
1
-1
/
+2
|
*
usb: musb: dsps: Call usb_phy(_shutdown/_init) during musb_platform_reset()
George Cherian
2014-06-30
1
-1
/
+5
|
*
usb: musb: dsps: coding style cleanup
Lothar Waßmann
2014-06-30
1
-4
/
+12
*
|
usb: musb: dsps: fix the base address for accessing the mode register
Lothar Waßmann
2014-06-30
1
-5
/
+4
|
/
*
Merge tag 'usb-for-v3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
2014-05-23
1
-3
/
+26
|
\
|
*
usb: musb: dsps: compile suspend/resume only with PM_SLEEP
Wolfram Sang
2014-04-21
1
-1
/
+1
|
*
usb: musb: dsps: handle babble interrupts
Daniel Mack
2014-04-21
1
-1
/
+24
[next]