aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-03-1617-769/+1858
|\
| * efivars: Expose efivars functionality to external drivers.Mike Waychison2011-03-141-27/+7
| * efivars: Parameterize operations.Mike Waychison2011-03-141-24/+37
| * efivars: Split out variable registrationMike Waychison2011-03-141-55/+67
| * efivars: parameterize efivarsMike Waychison2011-03-141-18/+31
| * efivars: Make efivars bin_attributes dynamicMike Waychison2011-03-141-25/+68
| * efivars: move efivars globals into struct efivarsMike Waychison2011-03-141-40/+46
| * drivers:misc: ti-st: fix debugging codePavan Savoy2011-03-091-14/+4
| * UIO: add PRUSS UIO driver supportPratheesh Gangadhar2011-03-073-0/+265
| * firmware: Fix unaligned memory accesses in dmi-sysfsMike Waychison2011-02-251-15/+13
| * firmware: Expose DMI type 15 System Event LogMike Waychison2011-02-251-0/+143
| * firmware: Break out system_event_log in dmi-sysfsMike Waychison2011-02-251-0/+159
| * firmware: Basic dmi-sysfs supportMike Waychison2011-02-253-0/+408
| * drivers:misc: ti-st: remove multiple gpio handlingPavan Savoy2011-02-042-104/+24
| * drivers:misc: ti-st: fix hci-ll on wake_ind collisionPavan Savoy2011-02-041-0/+15
| * drivers:misc: ti-st: firmware download optimizationPavan Savoy2011-02-042-7/+91
| * drivers:misc: ti-st: set right debug levels for logsPavan Savoy2011-02-042-14/+13
| * drivers:misc: ti-st: fix error codesPavan Savoy2011-02-043-27/+24
| * drivers:misc: ti-st: move from rfkill to sysfsPavan Savoy2011-02-041-123/+121
| * drivers:misc: ti-st: register with channel IDsPavan Savoy2011-02-042-272/+139
| * driver core: Replace the dangerous to_root_device macro with an inline functionFerenc Wagner2011-02-031-1/+4
| * memory hotplug: sysfs probe routine should add all memory sectionsNathan Fontenot2011-02-031-3/+10
| * memory hotplug: Update phys_index to [start|end]_section_nrNathan Fontenot2011-02-032-14/+39
| * memory hotplug: Allow memory blocks to span multiple memory sectionsNathan Fontenot2011-02-031-47/+108
| * pch_phub: add new device ML7213Tomoya MORINAGA2011-02-032-23/+53
| * sysdev: Do not register with sysdev when erroring on addBorislav Petkov2011-02-031-17/+44
| * sysdev: Fixup warning messageBorislav Petkov2011-02-031-2/+2
| * firmware_classs: change val uevent's type to boolBob Liu2011-02-031-4/+3
| * driver-core: document restrictions on device_rename()Timur Tabi2011-02-031-1/+28
* | Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-03-16115-3592/+9178
|\ \
| * | USB: Add support for SuperSpeed isoc endpointsPaul Zimmerman2011-03-131-1/+10
| * | xhci: Clean up cycle bit math used during stalls.Sarah Sharp2011-03-131-5/+3
| * | xhci: Fix cycle bit calculation during stall handling.Sarah Sharp2011-03-131-0/+14
| * | xhci: Update internal dequeue pointers after stalls.Sarah Sharp2011-03-132-3/+35
| * | USB: Disable auto-suspend for USB 3.0 hubs.Sarah Sharp2011-03-131-2/+8
| * | USB: Remove bogus USB_PORT_STAT_SUPER_SPEED symbol.Sarah Sharp2011-03-132-30/+8
| * | xhci: Return canceled URBs immediately when host is halted.Sarah Sharp2011-03-132-2/+9
| * | xhci: Fixes for suspend/resume of shared HCDs.Sarah Sharp2011-03-133-4/+13
| * | xhci: Fix re-init on power loss after resume.Sarah Sharp2011-03-131-4/+19
| * | xhci: Make roothub functions deal with device removal.Sarah Sharp2011-03-131-0/+16
| * | xhci: Limit roothub ports to 15 USB3 & 31 USB2 ports.Sarah Sharp2011-03-131-0/+18
| * | xhci: Return a USB 3.0 hub descriptor for USB3 roothub.Sarah Sharp2011-03-131-20/+114
| * | xhci: Register second xHCI roothub.Sarah Sharp2011-03-136-88/+341
| * | xhci: Change xhci_find_slot_id_by_port() API.Sarah Sharp2011-03-133-8/+14
| * | xhci: Refactor bus suspend state into a struct.Sarah Sharp2011-03-135-34/+59
| * | xhci: Index with a port array instead of PORTSC addresses.Sarah Sharp2011-03-132-53/+95
| * | USB: Set usb_hcd->state and flags for shared roothubs.Sarah Sharp2011-03-133-4/+29
| * | usb: Make core allocate resources per PCI-device.Sarah Sharp2011-03-131-19/+89
| * | usb: Store bus type in usb_hcd, not in driver flags.Sarah Sharp2011-03-131-3/+4
| * | usb: Change usb_hcd->bandwidth_mutex to a pointer.Sarah Sharp2011-03-133-16/+25