summaryrefslogtreecommitdiffstats
path: root/scripts/ver_linux (unfollow)
Commit message (Expand)AuthorFilesLines
2010-12-01usb: gadget: langwell_udc: add usb test mode supportLuo Andy2-0/+33
2010-12-01usb: composite gadget: set vbus_draw current limitation during suspendHao Wu1-0/+8
2010-12-01usb: otg: twl4030-usb: Fix unbalanced regulator disables at module removalJarkko Nikula1-1/+2
2010-12-01usb-wwan: implement TIOCGSERIAL and TIOCSSERIAL to avoid blocking close(2)Dan Williams3-0/+81
2010-12-01USB: Remove unnecessary casts of void ptr returning alloc function return valuesJesper Juhl1-1/+1
2010-12-01usbmon: correct length for isochronousPete Zaitcev1-3/+31
2010-11-17USB: ce4100: Add support for CE4100 EHCI IP block to EHCI driverDirk Brandewie1-0/+7
2010-11-17USB: fix leftover references to udev->autosuspend_delayAlan Stern3-3/+4
2010-11-17usb: gadget: g_fs: Fix compilation warningMichal Nazarewicz2-40/+40
2010-11-16USB: improve uses of usb_mark_last_busyAlan Stern3-16/+10
2010-11-16USB: use the runtime-PM autosuspend implementationAlan Stern8-167/+71
2010-11-16USB: make usb_mark_last_busy use pm_runtime_mark_last_busyMing Lei6-19/+13
2010-11-16USB: use sysfs_merge_group for power attributesAlan Stern1-33/+17
2010-11-16USB: use the no_callbacks flag for interfacesMing Lei2-53/+31
2010-11-16USB device driver of Topcliff PCHToshiharu Okada4-0/+2971
2010-11-16usb: gadget: f_fs: remove custom printk() wrappersMichal Nazarewicz1-60/+48
2010-11-16usb: gadget: FunctionFS: fix typos and coding styleMichal Nazarewicz2-178/+186
2010-11-16drivers/uwb: Use printf extension %pR for struct resourceJoe Perches1-5/+2
2010-11-16drivers/usb/gadget: Remove unnecessary semicolonsJoe Perches1-1/+1
2010-11-16drivers/usb/host/uhci-hcd.c: Remove unnecessary casts of pci_get_drvdataJoe Perches1-1/+1
2010-11-16USB host: Adding USB ehci & ohci support for spear platformDeepak Sikri5-0/+464
2010-11-11usb: Add support for VIA VT8500 and compatibles in EHCI HCDAlexey Charkov3-0/+178
2010-11-11usb: dummy_hcd code simplificationTatyana Brokhman1-116/+135
2010-11-11usb: USB3.0 ch11 definitionsTatyana Brokhman2-0/+51
2010-11-11USB: gadget: f_mass_storage: code style clean upsMichal Nazarewicz2-211/+249
2010-11-11USB: gadget: f_mass_storage: remove needless complete()Michal Nazarewicz1-4/+1
2010-11-11USB: gadget: f_mass_storage: drop START_TRANSFER() macroMichal Nazarewicz1-25/+24
2010-11-11USB: gadget: f_mass_storage: use ?: instead of a macroMichal Nazarewicz1-7/+4
2010-11-11USB: gadget: f_mass_storage: put_device() in error recoveryRahul Ruikar1-0/+1
2010-11-11USB: gadget: file_storage: put_device() in error recoveryMichal Nazarewicz1-13/+16
2010-11-11USB: gadget: composite: Typo fix.Marek Belisko1-1/+1
2010-11-11USB: gadget: amd5536udc.c: delete double assignmentJulia Lawall1-1/+0
2010-11-11usb: gadget/imx-udc: remove usage of deprecated symbol USBD_INT0Uwe Kleine-König2-5/+2
2010-11-11USB: ssu100: remove max_packet_size calculationBill Pemberton1-48/+8
2010-11-01Linux 2.6.37-rc1v2.6.37-rc1Linus Torvalds1-2/+2
2010-11-01CRIS: Add paths for CRISv10 serial driverJesper Nilsson1-0/+1
2010-11-01spi/pl022: fix erroneous platform data in U300Linus Walleij1-1/+1
2010-11-01Input: ir-keytable - fix uninitialized variable warningDmitry Torokhov1-0/+2
2010-10-31i2c-i801: Add PCI idents for Patsburg 'IDF' SMBus controllersDavid Woodhouse2-0/+15
2010-10-31i2c-i801: Handle multiple instances instead of keeping global stateDavid Woodhouse1-144/+175
2010-10-31i2c-i801: Add Intel Patsburg device IDSeth Heasley4-1/+6
2010-10-31i2c: Drop unused I2C_CLASS_TV flagsJean Delvare2-3/+0
2010-10-31Input: appletouch - remove extra KERN_DEBUG use from dprintkJoe Perches1-1/+1
2010-10-31locks: remove fl_copy_lock lock_manager operationChristoph Hellwig3-7/+1
2010-10-31locks: let the caller free file_lock on ->setlease failureChristoph Hellwig5-17/+13
2010-10-31initramfs: Fix initramfs size for 32-bit archesGeert Uytterhoeven1-3/+3
2010-10-31nfsd4: initialize delegation pointer to leaseJ. Bruce Fields1-17/+2
2010-10-31locks: fix setlease methods to free passed-in lockJ. Bruce Fields5-3/+11
2010-10-31locks: fix leaks on setlease errorsJ. Bruce Fields1-5/+7
2010-10-31locks: prevent ENOMEM on lease unlockJ. Bruce Fields1-13/+30