musb_core: don't touch 'musb->clock' in musb_free()
[safe/jmp/linux-2.6] / drivers / usb / musb / musb_core.c
2010-04-30 Sergei Shtylyovmusb_core: don't touch 'musb->clock' in musb_free()
2010-04-30 Ajay Kumar Guptamusb: save and restore missing bus control register
2010-03-19 Felipe Balbiusb: musb: core: declare mbase only where it's used
2010-03-19 Mike Frysingerusb: musb: abstract out ULPI_BUSCONTROL register reads...
2010-03-03 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/usb-2.6
2010-03-02 Felipe BalbiUSB: musb: only print info message if probe() is successful
2010-03-02 Felipe BalbiUSB: musb: unmap base if we can't probe
2010-03-02 Felipe BalbiUSB: musb: we already tested for dyn_fifo
2010-03-02 Felipe BalbiUSB: musb: get rid of omap_readl/writel
2010-03-02 Ajay Kumar Guptausb: musb: Add context save and restore support
2010-03-02 Ajay Kumar Guptausb: musb: Add 'extvbus' in musb_hdrc_platform_data
2010-03-02 Ajay Kumar Guptausb: musb: save dynfifo in musb struct
2010-03-02 Arnaud Mandyusb: musb: handle irqs in the order dictated by program...
2010-03-02 Ajay Kumar GuptaUSB: musb: Add new fifo table for a OMAP3 errata
2010-03-02 Felipe BalbiUSB: musb: remove some of the never defined defines
2010-03-02 Felipe BalbiUSB: musb: move to sysfs_groups
2010-03-02 Felipe BalbiUSB: musb: move two printk to dev_err
2010-03-02 Felipe BalbiUSB: musb: use resource_size()
2010-02-15 Tony Lindgrenomap3: Replace ARCH_OMAP34XX with ARCH_OMAP3
2009-12-23 Maulik MankadUSB: musb: Fix array index out of bounds issue
2009-12-23 Felipe BalbiUSB: musb: do not work if no gadget driver is loaded
2009-12-23 Felipe BalbiUSB: musb: move musb_remove to __exit
2009-12-15 Alexey Dobriyanconst: constify remaining dev_pm_ops
2009-12-11 Anand GadiyarUSB: MUSB: save hardware revision at init
2009-12-01 Ajay Kumar GuptaUSB: musb: Remove unwanted message in boot log
2009-09-23 Ajay Kumar GuptaUSB: musb: fix put_device() call sequence
2009-07-30 Rafael J. WysockiMerge branch 'master' into for-linus
2009-07-28 Ajay Kumar GuptaUSB: musb: fix CONFIGDATA register read issue
2009-07-28 Amit KucheriaUSB: musb: Refer to musb_otg_timer_func under correct...
2009-07-21 Magnus DammUSB: Rework musb suspend()/resume_early()
2009-06-16 Ajay Kumar Guptamusb: add high bandwidth ISO support
2009-06-16 David Brownellmusb: support disconnect after HNP roleswitch
2009-06-16 David Brownellmusb: make initial HNP roleswitch work (v2)
2009-06-16 David Brownellmusb: otg timer cleanup
2009-06-16 David Brownellmusb: proper hookup to transceiver drivers
2009-06-16 Sergei Shtylyovmusb_gadget: fix unhandled endpoint 0 IRQs
2009-04-23 Alexander BeregalovUSB: musb: fix build when !CONFIG_PM
2009-04-17 Kim KyuwonUSB: musb: fix possible panic while resuming
2009-03-24 Ajay Kumar GuptaUSB: musb: only turn off vbus in OTG hosts
2009-02-27 Vikram PanditaUSB: musb: fix srp sysfs entry deletion
2009-02-27 Anand GadiyarUSB: musb: resume suspended root hub on disconnect
2009-02-27 David Brownellusb: musb: make Davinci *work* in mainline
2009-01-28 Ajay Kumar GuptaUSB: musb free_irq bugfix
2009-01-07 Bryan WuUSB: musb: add Blackfin specific configuration to MUSB
2009-01-07 Felipe BalbiUSB: musb: check if set_irq_wake succeded and remember it
2009-01-07 David BrownellUSB: musb: host side diagnostics tweaks
2009-01-07 David BrownellUSB: musb: sysfs mode updates
2009-01-07 Kay Sieversusb: struct device - replace bus_id with dev_name(...
2008-11-13 Felipe Balbiusb: musb: fix debug global variable name
2008-10-17 Felipe Balbiusb: musb: remove dead code from procfs
2008-10-17 David Brownellusb: musb_hdrc build fixes
2008-10-17 Kevin HilmanMUSB: Add sanity check for maximum number of endpoints
2008-09-23 Felipe Balbiusb: musb: fix include path
2008-08-21 Felipe Balbiusb: musb: get rid of MUSB_LOGLEVEL and use parameter
2008-08-21 Felipe Balbiusb: musb: get rid of procfs entry
2008-08-14 Felipe Balbiusb: musb: pass configuration specifics via pdata
2008-08-14 Felipe BalbiUSB: Add MUSB and TUSB support