summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2007-10-12USB: make HCDs responsible for managing endpoint queuesAlan Stern13-271/+420
2007-10-12USB: make usb_release_interface staticGreg Kroah-Hartman1-1/+1
2007-10-12USB: rename choose_configurationGreg Kroah-Hartman3-4/+4
2007-10-12usb: hook up device authorization to sysfsInaky Perez-Gonzalez1-0/+39
2007-10-12usb: introduce usb_authorize/deauthorize()Inaky Perez-Gonzalez3-1/+85
2007-10-12usb: split usb_new_device for clarity and refactoringInaky Perez-Gonzalez1-48/+88
2007-10-12usb: usb_generic_probe() obeys authorizationInaky Perez-Gonzalez1-8/+11
2007-10-12usb: usb_probe_interface() obeys authorizationInaky Perez-Gonzalez1-0/+5
2007-10-12usb: usb_get_configuration() obeys authorizationInaky Perez-Gonzalez1-5/+19
2007-10-12usb: usb_set_configuration() obeys authorizationInaky Perez-Gonzalez1-1/+4
2007-10-12usb: initialize authorization and wusb bits in USB devicesInaky Perez-Gonzalez1-0/+18
2007-10-12usb: cleanup usb_register_bus() and hook up sysfs groupInaky Perez-Gonzalez1-15/+18
2007-10-12usb: add the concept of default authorization to USB hostsInaky Perez-Gonzalez2-1/+79
2007-10-12USB: gadget: gadget zero cleanupsDavid Brownell1-141/+96
2007-10-12USB: gadget: file storage gadget cleanupsDavid Brownell1-73/+45
2007-10-12USB: gadget: serial gadget cleanupsDavid Brownell1-93/+73
2007-10-12USB: gadget: gmidi cleanupsDavid Brownell1-48/+32
2007-10-12USB: gadget: ethernet gadget cleanups, shrinkageDavid Brownell1-87/+54
2007-10-12USB: gadget: gadget_is_{dualspeed,otg} predicates and cleanupDavid Brownell3-37/+26
2007-10-12USB: Add drivers/usb/misc/iowarrior.c to the MakefileNico Erfurth1-0/+1
2007-10-12USB: separate out endpoint queue management and DMA mapping routinesAlan Stern1-150/+166
2007-10-12USB: update spinlock usage for root-hub URBsAlan Stern1-23/+29
2007-10-12USB: cleanup for previous patchesAlan Stern2-11/+7
2007-10-12USB: avoid urb->pipe in usbmonAlan Stern3-38/+68
2007-10-12USB: avoid urb->pipe in usbfsAlan Stern1-28/+41
2007-10-12USB: address-0 handling during device initializationAlan Stern2-11/+14
2007-10-12USB: avoid using urb->pipe in usbcoreAlan Stern3-32/+41
2007-10-12USB: add direction bit to urb->transfer_flagsAlan Stern2-4/+18
2007-10-12USB: add ep->enableAlan Stern5-16/+15
2007-10-12USB: add urb->epAlan Stern2-39/+39
2007-10-12USB: Storage: usbat_check_status(): fix check-after-useAdrian Bunk1-3/+0
2007-10-12USB: Remove dead references to "SAFE_SERIAL" CONFIG variables.Robert P. J. Day1-11/+0
2007-10-12USB: OHCI handles more ZFMicro quirksMike Nuss5-75/+253
2007-10-12usblp: Make use of URB_FREE_BUFFERPete Zaitcev1-3/+1
2007-10-12usblp: Implement the ENOSPC conventionPete Zaitcev1-26/+39
2007-10-12USB: Clean up duplicate includes in drivers/usb/Jesper Juhl1-1/+0
2007-10-12USB: Remove unneeded pointer intf from speedtch_upload_firmware()Micah Gruber1-2/+1
2007-10-11[TG3]: Fix APE induced regressionMatt Carlson1-3/+4
2007-10-11[SKY2]: version 1.19Stephen Hemminger1-1/+1
2007-10-11[SKY2]: use netdevice stats structStephen Hemminger2-22/+13
2007-10-11[SKY2]: fiber advertise bits initialization (trivial)Stephen Hemminger1-2/+2
2007-10-11[SKY2]: fix power settings on Yukon XLStephen Hemminger1-7/+6
2007-10-11[SKY2]: ethtool register reserved area blackoutStephen Hemminger1-9/+53
2007-10-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds31-883/+1449
2007-10-11Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds1-9/+18
2007-10-12[libata] sata_mv: more S/G fixesJeff Garzik1-9/+18
2007-10-12[POWERPC] XilinxFB: Allow fixed framebuffer base addressGrant Likely1-6/+16
2007-10-12[POWERPC] XilinxFB: Add support for custom screen resolutionGrant Likely1-26/+45
2007-10-12[POWERPC] XilinxFB: Use pdata to pass around framebuffer parametersGrant Likely1-20/+23
2007-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds81-1701/+2345