aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb
Commit message (Expand)AuthorAgeFilesLines
...
| * | | usb: musb: gadget: do not poke with gadget's list_headFelipe Balbi2011-02-174-31/+41
| * | | usb: musb: gadget: beautify usb_gadget_probe_driver()/usb_gadget_unregister_d...Felipe Balbi2011-02-171-71/+79
| * | | usb: musb: do not error out if Kconfig doesn't match board modeFelipe Balbi2011-02-171-25/+0
| * | | Merge 2.6.38-rc5 into usb-nextGreg Kroah-Hartman2011-02-178-42/+93
| |\ \ \ | | |/ /
| * | | USB: HCD: Add usb_hcd prefix to exported functionsRobert Morell2011-02-041-2/+2
| | |/ | |/|
* | | usb: musb: core: set has_tt flagFelipe Balbi2011-02-241-0/+1
* | | usb: musb: omap2430: fix kernel panic on rebootJohan Hovold2011-02-171-0/+1
* | | usb: musb: fix build breakageFelipe Balbi2011-02-171-8/+9
| |/ |/|
* | usb: musb: introduce api for dma code to check compatibility with usb requestMian Yousaf Kaukab2011-02-012-0/+17
* | usb: musb: maintain three states for buffer mappings instead of twoMian Yousaf Kaukab2011-02-012-21/+32
* | usb: musb: disable double buffering when it's brokenFelipe Balbi2011-02-014-8/+28
* | usb: musb: hsdma: change back to use musb_read/writewBob Liu2011-02-011-5/+14
* | usb: musb: core: fix IRQ checkSergei Shtylyov2011-02-011-1/+1
* | usb: musb: fix kernel panic during s2ram(v2)Ming Lei2011-02-011-7/+1
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-2/+2
|\
| * Merge branch 'master' into for-nextJiri Kosina2010-12-226-107/+201
| |\
| * | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-2/+2
* | | headers: kobject.h reduxAlexey Dobriyan2011-01-101-1/+0
* | | Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman2010-12-1617-594/+1674
|\ \ \
| * | | usb: musb: core: kill unneeded #include'sSergei Shtylyov2010-12-111-11/+0
| * | | usb: musb: Adding musb support for OMAP4430Hema HK2010-12-102-11/+99
| * | | usb: musb: TWL6030: Selecting TWL6030_USB transceiverHema HK2010-12-101-0/+1
| * | | usb: musb: add support for ux500 platformMian Yousaf Kaukab2010-12-104-1/+225
| * | | musb: am35x: fix compile error due to control apisAjay Kumar Gupta2010-12-101-85/+45
| * | | usb: musb: drop board_set_vbusFelipe Balbi2010-12-107-15/+0
| * | | usb: musb: drop musb_platform_suspend/resumeFelipe Balbi2010-12-102-25/+0
| * | | usb: musb: blackfin: usb dev_pm_ops structureFelipe Balbi2010-12-101-24/+40
| * | | usb: musb: am35x: usb dev_pm_ops structureFelipe Balbi2010-12-101-17/+45
| * | | usb: musb: omap2430: use dev_pm_ops structureFelipe Balbi2010-12-101-59/+87
| * | | usb: musb: omap2430: drop the nopsFelipe Balbi2010-12-101-11/+0
| * | | usb: musb: mark musb_save/restore_context staticFelipe Balbi2010-12-101-2/+2
| * | | usb: musb: drop musb_platform_save/restore_contextFelipe Balbi2010-12-105-38/+30
| * | | usb: musb: drop the set_clock magicFelipe Balbi2010-12-101-2/+0
| * | | usb: musb: move clock handling to glue layerFelipe Balbi2010-12-107-125/+140
| * | | usb: musb: pass platform_ops via platform_dataFelipe Balbi2010-12-108-9/+19
| * | | usb: musb: blackfin: give it a context structureFelipe Balbi2010-12-101-9/+28
| * | | usb: musb: da8xx: give it a context structureFelipe Balbi2010-12-101-9/+28
| * | | usb: musb: davinci: give it a context structureFelipe Balbi2010-12-101-9/+28
| * | | usb: musb: tusb6010: give it a context structureFelipe Balbi2010-12-101-8/+27
| * | | usb: musb: am35x: give it a context structureFelipe Balbi2010-12-101-9/+28
| * | | usb: musb: omap2430: give it a context structureFelipe Balbi2010-12-101-9/+28
| * | | usb: musb: split blackfin to its own platform_driverFelipe Balbi2010-12-102-3/+85
| * | | usb: musb: split da8xx to its own platform_driverFelipe Balbi2010-12-102-1/+85
| * | | usb: musb: split davinci to its own platform_driverFelipe Balbi2010-12-102-1/+85
| * | | usb: musb: split tusb6010 to its own platform_driverFelipe Balbi2010-12-102-1/+84
| * | | usb: musb: split am35x to its own platform_driverFelipe Balbi2010-12-102-1/+85
| * | | usb: musb: split omap2430 to its own platform_driverFelipe Balbi2010-12-102-1/+86
| * | | usb: musb: trivial search and replace patchFelipe Balbi2010-12-102-2/+2
| * | | usb: musb: add Kconfig options for each glue layerFelipe Balbi2010-12-106-70/+46
| * | | usb: musb: hold context on musb structureFelipe Balbi2010-12-102-84/+83