aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-20kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes1-3/+3
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-5/+2
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds11-15/+15
2011-01-10Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds1-1/+0
2011-01-10headers: kobject.h reduxAlexey Dobriyan1-1/+0
2011-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6Linus Torvalds1-4/+3
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds6-22/+22
2011-01-07Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds91-1873/+14503
2011-01-07Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel/git/npiggin/linux-npigginLinus Torvalds1-5/+7
2011-01-07fs: dcache remove dcache_lockNick Piggin1-3/+0
2011-01-07fs: dcache scale subdirsNick Piggin1-3/+5
2011-01-07fs: dcache scale d_unhashedNick Piggin1-0/+3
2011-01-06Merge branch 'devel-stable' into develRussell King8-14/+397
2011-01-05Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into devel-stableRussell King2-14/+34
2011-01-03drivers: fix comment typo diable -> disable.Justin P. Mattock3-6/+6
2011-01-03Merge branch 'master' of git://git.infradead.org/users/cbou/linux-cns3xxx into devel-stableRussell King6-0/+363
2011-01-03mx51: fix usb clock supportArnaud Patard (Rtp)1-12/+32
2011-01-03Merge branch 'sgu/mxs-core-v8' of git://git.pengutronix.de/git/ukl/linux-2.6 into imx-for-2.6.38-newSascha Hauer12-38/+328
2010-12-28ueagle-atm: fix PHY signal initialization raceDan Williams1-3/+19
2010-12-24usb: don't use flush_scheduled_work()Tejun Heo5-9/+7
2010-12-24speedtch: don't abuse struct delayed_workTejun Heo1-12/+14
2010-12-24PM: Replace the device power.status field with a bit fieldRafael J. Wysocki1-4/+3
2010-12-22USB: Merge 2.6.37-rc5 into usb-nextGreg Kroah-Hartman7-22/+50
2010-12-22Merge branch 'master' into for-nextJiri Kosina58-226/+715
2010-12-21USB: add support for Dream Cheeky DL100B Webmail Notifier (1d34:0004)Melchior FRANZ1-28/+90
2010-12-20Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds7-22/+50
2010-12-16Revert "USB: gadget: Allow function access to device ID data during bind()"Greg Kroah-Hartman1-8/+8
2010-12-16USB: misc: uss720.c: add another vendor/product IDThomas Sailer1-1/+3
2010-12-16USB: usb-storage: unusual_devs entry for the Samsung YP-CP3Vitaly Kuznetsov1-0/+7
2010-12-16USB: gadget: Remove suspended sysfs file before freeing cdevPavankumar Kondeti1-1/+1
2010-12-16USB: core: Add input prompt and help text for USB_OTG configPavankumar Kondeti1-2/+10
2010-12-16USB: serial: ftdi_sio: add support for TIOCSERGETLSRGreg Kroah-Hartman1-0/+27
2010-12-16USB: ehci-mxc: Setup portsc register prior to accessing OTG viewportFabio Estevam1-12/+14
2010-12-16USB: atmel_usba_udc: fix freeing irq in usba_udc_remove()Rob Emanuele1-1/+3
2010-12-16usb: ehci-omap: fix tll channel enable maskAnand Gadiyar1-3/+3
2010-12-16usb: ohci-omap3: fix trivial typoKeshava Munegowda1-1/+1
2010-12-16USB: gadget: ci13xxx: don't assume that PAGE_SIZE is 4096Artem Leonenko2-5/+6
2010-12-16USB: gadget: ci13xxx: fix complete() callback for no_interrupt rq'sArtem Leonenko1-3/+3
2010-12-16USB: gadget: update ci13xxx to work with g_etherArtem Leonenko1-8/+12
2010-12-16USB: gadgets: ci13xxx: fix probing of compiled-in gadget driversArtem Leonenko1-1/+0
2010-12-16Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman87-1824/+14381
2010-12-16Revert "USB: musb: pm: don't rely fully on clock support"Greg Kroah-Hartman1-12/+14
2010-12-16Revert "USB: musb: blackfin: pm: make it work"Greg Kroah-Hartman2-50/+24
2010-12-15USB: uas: Use GFP_NOIO instead of GFP_KERNEL in I/O submission pathMatthew Wilcox1-1/+1
2010-12-15USB: uas: Ensure we only bind to a UAS interfaceMatthew Wilcox1-7/+30
2010-12-15USB: uas: Rename sense pipe and sense urb to status pipe and status urbMatthew Wilcox1-16/+16
2010-12-15USB: uas: Use kzalloc instead of kmallocMatthew Wilcox1-2/+2
2010-12-15USB: uas: Fix up the Sense IUMatthew Wilcox1-2/+5
2010-12-15Merge branch 'musb-hw' of git://gitorious.org/usb/usb into musbGreg Kroah-Hartman18-585/+2166
2010-12-15workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_delayed_work_sync()Tejun Heo1-1/+1