Age | Commit message (Expand) | Author | Files | Lines |
2013-07-29 | usb: musb: get rid of unused proc_dir_entry | Greg Kroah-Hartman | 1 | -8/+0 |
2013-05-28 | usb: musb: re-introduce musb->port_mode | Daniel Mack | 1 | -0/+7 |
2013-05-28 | usb: musb: factor out hcd initalization | Daniel Mack | 1 | -0/+1 |
2013-05-28 | usb: musb: move musb_start to musb_virthub.c | Daniel Mack | 1 | -1/+0 |
2013-05-28 | usb: musb: move function declarations to musb_{host,gadget}.h | Daniel Mack | 1 | -17/+0 |
2013-05-28 | usb: musb: remove 'ignore_disconnect' flag | Felipe Balbi | 1 | -1/+0 |
2012-11-01 | usb: musb: remove hand-crafted id handling | Sebastian Andrzej Siewior | 1 | -2/+0 |
2012-10-31 | usb: musb: Perform only write access on MUSB_INTRTXE | Sebastian Andrzej Siewior | 1 | -1/+1 |
2012-10-31 | usb: musb: Perform only write access on MUSB_INTRRXE | Sebastian Andrzej Siewior | 1 | -1/+2 |
2012-09-11 | usb: musb: kill global and static for multi instance | Ajay Kumar Gupta | 1 | -0/+4 |
2012-09-11 | usb: musb: add musb_ida for multi instance support | B, Ravi | 1 | -0/+2 |
2012-08-09 | usb: musb: drop is_host_capable() and is_peripheral_capable() | Felipe Balbi | 1 | -4/+0 |
2012-08-09 | usb: musb: drop useless board_mode usage | Felipe Balbi | 1 | -5/+0 |
2012-08-07 | usb: musb: fix sparse warnings | Felipe Balbi | 1 | -1/+1 |
2012-07-31 | usb/musb: remove conditional compilation of clk code | Viresh Kumar | 1 | -8/+0 |
2012-06-25 | usb: musb: move work_struct(otg_notifier_work) from core to omap glue | Kishon Vijay Abraham I | 1 | -2/+0 |
2012-04-18 | usb: musb: drop __deprecated flag | Felipe Balbi | 1 | -1/+1 |
2012-02-13 | usb: otg: Rename otg_transceiver to usb_phy | Heikki Krogerus | 1 | -1/+1 |
2011-12-12 | usb: musb: fix pm_runtime calls while atomic | Vikram Pandita | 1 | -0/+2 |
2011-12-12 | usb: musb: headers cleanup | Felipe Balbi | 1 | -1/+0 |
2011-12-12 | usb: musb: omap2+: save and restore OTG_INTERFSEL | Hema HK | 1 | -0/+1 |
2011-08-12 | usb: musb: tusb6010: fix compilation | Felipe Balbi | 1 | -4/+8 |
2011-07-02 | usb: musb: drop a gigantic amount of ifdeferry | Felipe Balbi | 1 | -68/+0 |
2011-07-02 | usb: musb: update musb_platform_ops docs to match code | Mike Frysinger | 1 | -1/+1 |
2011-04-13 | USB: musb: blackfin: work around anomaly 05000450 | Mike Frysinger | 1 | -0/+5 |
2011-03-18 | Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+2 |
2011-03-17 | Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -6/+2 |
2011-03-03 | Merge branch 'devel-cleanup' into omap-for-linus | Tony Lindgren | 1 | -8/+9 |
2011-03-01 | usb: musb: Remove platform context save/restore API | Hema HK | 1 | -4/+0 |
2011-02-17 | usb: musb: Using runtime pm APIs for musb. | Hema HK | 1 | -1/+1 |
2011-02-17 | usb: musb: gadget: do not poke with gadget's list_head | Felipe Balbi | 1 | -2/+2 |
2011-02-17 | usb: musb: fix build breakage | Felipe Balbi | 1 | -8/+9 |
2011-02-16 | Merge branches 'devel-cleanup', 'devel-board', 'devel-early-init' and 'devel-... | Tony Lindgren | 1 | -3/+3 |
2011-02-01 | usb: musb: disable double buffering when it's broken | Felipe Balbi | 1 | -0/+12 |
2011-01-28 | omap: Start using CONFIG_SOC_OMAP | Tony Lindgren | 1 | -3/+3 |
2010-12-10 | usb: musb: Adding musb support for OMAP4430 | Hema HK | 1 | -0/+1 |
2010-12-10 | usb: musb: drop board_set_vbus | Felipe Balbi | 1 | -5/+0 |
2010-12-10 | usb: musb: drop musb_platform_suspend/resume | Felipe Balbi | 1 | -21/+0 |
2010-12-10 | usb: musb: drop musb_platform_save/restore_context | Felipe Balbi | 1 | -14/+0 |
2010-12-10 | usb: musb: drop the set_clock magic | Felipe Balbi | 1 | -2/+0 |
2010-12-10 | usb: musb: move clock handling to glue layer | Felipe Balbi | 1 | -2/+0 |
2010-12-10 | usb: musb: pass platform_ops via platform_data | Felipe Balbi | 1 | -2/+0 |
2010-12-10 | usb: musb: add Kconfig options for each glue layer | Felipe Balbi | 1 | -4/+4 |
2010-12-10 | usb: musb: hold context on musb structure | Felipe Balbi | 1 | -27/+28 |
2010-12-07 | usb: musb: make all glue layer export struct musb_platform_ops | Felipe Balbi | 1 | -62/+112 |
2010-12-07 | usb: musb: introduce struct musb_platform_ops | Felipe Balbi | 1 | -0/+28 |
2010-12-01 | usb: musb: remove board_data parameter from musb_platform_init() | Hema Kalliguddi | 1 | -1/+1 |
2010-10-22 | USB: musb: add musb support for AM35x | Ajay Kumar Gupta | 1 | -0/+1 |
2010-10-22 | usb: musb: introduce DA8xx/OMAP-L1x glue layer | Sergei Shtylyov | 1 | -0/+1 |
2010-06-30 | USB: MUSB: make non-OMAP platforms build with CONFIG_PM=y | Sergei Shtylyov | 1 | -2/+4 |