Age | Commit message (Expand) | Author | Files | Lines |
2011-02-01 | usb: musb: introduce api for dma code to check compatibility with usb request | Mian Yousaf Kaukab | 2 | -0/+17 |
2011-02-01 | usb: musb: maintain three states for buffer mappings instead of two | Mian Yousaf Kaukab | 2 | -21/+32 |
2011-02-01 | usb: musb: disable double buffering when it's broken | Felipe Balbi | 4 | -8/+28 |
2011-02-01 | usb: musb: hsdma: change back to use musb_read/writew | Bob Liu | 1 | -5/+14 |
2011-02-01 | usb: musb: core: fix IRQ check | Sergei Shtylyov | 1 | -1/+1 |
2011-02-01 | usb: musb: fix kernel panic during s2ram(v2) | Ming Lei | 1 | -7/+1 |
2011-01-13 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 1 | -2/+2 |
2011-01-10 | headers: kobject.h redux | Alexey Dobriyan | 1 | -1/+0 |
2010-12-22 | Merge branch 'master' into for-next | Jiri Kosina | 6 | -107/+201 |
2010-12-16 | Merge branch 'usb-next' into musb-merge | Greg Kroah-Hartman | 17 | -594/+1674 |
2010-12-16 | Revert "USB: musb: pm: don't rely fully on clock support" | Greg Kroah-Hartman | 1 | -12/+14 |
2010-12-16 | Revert "USB: musb: blackfin: pm: make it work" | Greg Kroah-Hartman | 2 | -50/+24 |
2010-12-11 | usb: musb: core: kill unneeded #include's | Sergei Shtylyov | 1 | -11/+0 |
2010-12-10 | usb: musb: Adding musb support for OMAP4430 | Hema HK | 2 | -11/+99 |
2010-12-10 | usb: musb: TWL6030: Selecting TWL6030_USB transceiver | Hema HK | 1 | -0/+1 |
2010-12-10 | usb: musb: add support for ux500 platform | Mian Yousaf Kaukab | 4 | -1/+225 |
2010-12-10 | musb: am35x: fix compile error due to control apis | Ajay Kumar Gupta | 1 | -85/+45 |
2010-12-10 | usb: musb: drop board_set_vbus | Felipe Balbi | 7 | -15/+0 |
2010-12-10 | usb: musb: drop musb_platform_suspend/resume | Felipe Balbi | 2 | -25/+0 |
2010-12-10 | usb: musb: blackfin: usb dev_pm_ops structure | Felipe Balbi | 1 | -24/+40 |
2010-12-10 | usb: musb: am35x: usb dev_pm_ops structure | Felipe Balbi | 1 | -17/+45 |
2010-12-10 | usb: musb: omap2430: use dev_pm_ops structure | Felipe Balbi | 1 | -59/+87 |
2010-12-10 | usb: musb: omap2430: drop the nops | Felipe Balbi | 1 | -11/+0 |
2010-12-10 | usb: musb: mark musb_save/restore_context static | Felipe Balbi | 1 | -2/+2 |
2010-12-10 | usb: musb: drop musb_platform_save/restore_context | Felipe Balbi | 5 | -38/+30 |
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 | 7 | -125/+140 |
2010-12-10 | usb: musb: pass platform_ops via platform_data | Felipe Balbi | 8 | -9/+19 |
2010-12-10 | usb: musb: blackfin: give it a context structure | Felipe Balbi | 1 | -9/+28 |
2010-12-10 | usb: musb: da8xx: give it a context structure | Felipe Balbi | 1 | -9/+28 |
2010-12-10 | usb: musb: davinci: give it a context structure | Felipe Balbi | 1 | -9/+28 |
2010-12-10 | usb: musb: tusb6010: give it a context structure | Felipe Balbi | 1 | -8/+27 |
2010-12-10 | usb: musb: am35x: give it a context structure | Felipe Balbi | 1 | -9/+28 |
2010-12-10 | usb: musb: omap2430: give it a context structure | Felipe Balbi | 1 | -9/+28 |
2010-12-10 | usb: musb: split blackfin to its own platform_driver | Felipe Balbi | 2 | -3/+85 |
2010-12-10 | usb: musb: split da8xx to its own platform_driver | Felipe Balbi | 2 | -1/+85 |
2010-12-10 | usb: musb: split davinci to its own platform_driver | Felipe Balbi | 2 | -1/+85 |
2010-12-10 | usb: musb: split tusb6010 to its own platform_driver | Felipe Balbi | 2 | -1/+84 |
2010-12-10 | usb: musb: split am35x to its own platform_driver | Felipe Balbi | 2 | -1/+85 |
2010-12-10 | usb: musb: split omap2430 to its own platform_driver | Felipe Balbi | 2 | -1/+86 |
2010-12-10 | usb: musb: trivial search and replace patch | Felipe Balbi | 2 | -2/+2 |
2010-12-10 | usb: musb: add Kconfig options for each glue layer | Felipe Balbi | 6 | -70/+46 |
2010-12-10 | usb: musb: hold context on musb structure | Felipe Balbi | 2 | -84/+83 |
2010-12-07 | usb: musb: make all glue layer export struct musb_platform_ops | Felipe Balbi | 9 | -177/+335 |
2010-12-07 | usb: musb: introduce struct musb_platform_ops | Felipe Balbi | 1 | -0/+28 |
2010-12-01 | usb: musb: gadget: prevent a NULL pointer dereference | Felipe Balbi | 1 | -5/+8 |
2010-12-01 | usb: musb: add names for IRQs in structure resource | Hema Kalliguddi | 3 | -3/+3 |
2010-12-01 | usb: musb: remove board_data parameter from musb_platform_init() | Hema Kalliguddi | 6 | -7/+9 |
2010-11-22 | usb: musb: do not use dma for control transfers | Anand Gadiyar | 2 | -0/+7 |
2010-11-22 | usb: musb: gadget: fix compilation warning | Ajay Kumar Gupta | 1 | -0/+2 |