| Commit message (Expand) | Author | Age | Files | Lines |
* | usb: musb: add ulpi access operations | Heikki Krogerus | 2010-05-20 | 1 | -0/+86 |
* | usb: musb: debugfs: musb_exit_debugfs() can be called on probe | Felipe Balbi | 2010-05-20 | 1 | -2/+5 |
* | usb: musb: add debugfs support | Felipe Balbi | 2010-05-20 | 1 | -0/+5 |
* | USB: MUSB: Add OMAP4 support in MUSB driver | Maulik Mankad | 2010-05-20 | 1 | -2/+4 |
* | usb: musb: Set transceiver interface type | Maulik Mankad | 2010-05-20 | 1 | -1/+1 |
* | usb: musb: allow board to pass down fifo mode | Felipe Balbi | 2010-05-20 | 1 | -20/+16 |
* | USB: straighten out port feature vs. port status usage | Alan Stern | 2010-05-20 | 1 | -4/+3 |
* | musb_core: fix musb_init_controller() error cleanup path | Sergei Shtylyov | 2010-04-30 | 1 | -17/+34 |
* | musb_core: don't call musb_platform_exit() twice | Sergei Shtylyov | 2010-04-30 | 1 | -10/+7 |
* | musb_core: don't prevent disabling clock on driver unload | Sergei Shtylyov | 2010-04-30 | 1 | -3/+1 |
* | musb_core: don't touch 'musb->clock' in musb_free() | Sergei Shtylyov | 2010-04-30 | 1 | -5/+0 |
* | musb: save and restore missing bus control register | Ajay Kumar Gupta | 2010-04-30 | 1 | -0/+2 |
* | usb: musb: core: declare mbase only where it's used | Felipe Balbi | 2010-03-19 | 1 | -1/+7 |
* | usb: musb: abstract out ULPI_BUSCONTROL register reads/writes | Mike Frysinger | 2010-03-19 | 1 | -3/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 2010-03-03 | 1 | -214/+348 |
|\ |
|
| * | USB: musb: only print info message if probe() is successful | Felipe Balbi | 2010-03-02 | 1 | -13/+12 |
| * | USB: musb: unmap base if we can't probe | Felipe Balbi | 2010-03-02 | 1 | -1/+7 |
| * | USB: musb: we already tested for dyn_fifo | Felipe Balbi | 2010-03-02 | 1 | -15/+4 |
| * | USB: musb: get rid of omap_readl/writel | Felipe Balbi | 2010-03-02 | 1 | -2/+2 |
| * | usb: musb: Add context save and restore support | Ajay Kumar Gupta | 2010-03-02 | 1 | -0/+146 |
| * | usb: musb: Add 'extvbus' in musb_hdrc_platform_data | Ajay Kumar Gupta | 2010-03-02 | 1 | -0/+8 |
| * | usb: musb: save dynfifo in musb struct | Ajay Kumar Gupta | 2010-03-02 | 1 | -1/+3 |
| * | usb: musb: handle irqs in the order dictated by programming guide | Arnaud Mandy | 2010-03-02 | 1 | -139/+116 |
| * | USB: musb: Add new fifo table for a OMAP3 errata | Ajay Kumar Gupta | 2010-03-02 | 1 | -0/+34 |
| * | USB: musb: remove some of the never defined defines | Felipe Balbi | 2010-03-02 | 1 | -24/+0 |
| * | USB: musb: move to sysfs_groups | Felipe Balbi | 2010-03-02 | 1 | -18/+15 |
| * | USB: musb: move two printk to dev_err | Felipe Balbi | 2010-03-02 | 1 | -2/+2 |
| * | USB: musb: use resource_size() | Felipe Balbi | 2010-03-02 | 1 | -1/+1 |
* | | omap3: Replace ARCH_OMAP34XX with ARCH_OMAP3 | Tony Lindgren | 2010-02-15 | 1 | -1/+1 |
|/ |
|
* | USB: musb: Fix array index out of bounds issue | Maulik Mankad | 2009-12-23 | 1 | -1/+1 |
* | USB: musb: do not work if no gadget driver is loaded | Felipe Balbi | 2009-12-23 | 1 | -0/+8 |
* | USB: musb: move musb_remove to __exit | Felipe Balbi | 2009-12-23 | 1 | -2/+2 |
* | const: constify remaining dev_pm_ops | Alexey Dobriyan | 2009-12-15 | 1 | -1/+1 |
* | USB: MUSB: save hardware revision at init | Anand Gadiyar | 2009-12-11 | 1 | -6/+4 |
* | USB: musb: Remove unwanted message in boot log | Ajay Kumar Gupta | 2009-11-30 | 1 | -2/+2 |
* | USB: musb: fix put_device() call sequence | Ajay Kumar Gupta | 2009-09-23 | 1 | -4/+4 |
* | Merge branch 'master' into for-linus | Rafael J. Wysocki | 2009-07-30 | 1 | -2/+1 |
|\ |
|
| * | USB: musb: fix CONFIGDATA register read issue | Ajay Kumar Gupta | 2009-07-28 | 1 | -1/+0 |
| * | USB: musb: Refer to musb_otg_timer_func under correct #ifdef | Amit Kucheria | 2009-07-28 | 1 | -1/+1 |
* | | USB: Rework musb suspend()/resume_early() | Magnus Damm | 2009-07-22 | 1 | -6/+12 |
|/ |
|
* | musb: add high bandwidth ISO support | Ajay Kumar Gupta | 2009-06-15 | 1 | -10/+9 |
* | musb: support disconnect after HNP roleswitch | David Brownell | 2009-06-15 | 1 | -12/+29 |
* | musb: make initial HNP roleswitch work (v2) | David Brownell | 2009-06-15 | 1 | -11/+16 |
* | musb: otg timer cleanup | David Brownell | 2009-06-15 | 1 | -19/+22 |
* | musb: proper hookup to transceiver drivers | David Brownell | 2009-06-15 | 1 | -44/+52 |
* | musb_gadget: fix unhandled endpoint 0 IRQs | Sergei Shtylyov | 2009-06-15 | 1 | -7/+1 |
* | USB: musb: fix build when !CONFIG_PM | Alexander Beregalov | 2009-04-23 | 1 | -1/+1 |
* | USB: musb: fix possible panic while resuming | Kim Kyuwon | 2009-04-17 | 1 | -8/+4 |
* | USB: musb: only turn off vbus in OTG hosts | Ajay Kumar Gupta | 2009-03-24 | 1 | -1/+1 |
* | USB: musb: fix srp sysfs entry deletion | Vikram Pandita | 2009-02-27 | 1 | -2/+2 |