summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-02-0740-389/+555
|\
| * Driver Core: Increase the default timeout value of the firmware subsystemDave Jones2007-02-071-1/+1
| * Driver core: allow to delay the uevent at device creation timeKay Sievers2007-02-071-1/+2
| * Driver core: add device_type to struct deviceKay Sievers2007-02-072-20/+41
| * Driver core: add uevent vars for devices of a classKay Sievers2007-02-071-12/+34
| * driver core: Change function call order in device_bind_driver().Cornelia Huck2007-02-071-2/+6
| * driver core: Don't stop probing on ->probe errors.Cornelia Huck2007-02-071-7/+6
| * driver core fixes: device_register() retval check in platform.cCornelia Huck2007-02-071-2/+9
| * driver core fixes: make_class_name() retval checksCornelia Huck2007-02-072-13/+25
| * USB: add the sysfs driver name to all modulesGreg Kroah-Hartman2007-02-071-1/+3
| * SERIO: add the sysfs driver name to all modulesGreg Kroah-Hartman2007-02-071-2/+4
| * PCI: add the sysfs driver name to all modulesGreg Kroah-Hartman2007-02-072-4/+7
| * driver core: Allow device_move(dev, NULL).Cornelia Huck2007-02-071-29/+47
| * driver core: Remove device_is_registered() in device_move().Cornelia Huck2007-02-071-4/+0
| * Network: convert network devices to use struct device instead of class_deviceGreg Kroah-Hartman2007-02-0713-165/+222
| * Driver core: convert SPI code to use struct deviceGreg Kroah-Hartman2007-02-074-22/+22
| * Driver core: convert pcmcia code to use struct deviceGreg Kroah-Hartman2007-02-0713-104/+126
* | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-02-07121-5262/+25552
|\ \
| * | AT91: MACB supportAndrew Victor2007-02-073-4/+31
| * | sky2: version 1.12Stephen Hemminger2007-02-071-1/+1
| * | sky2: add new chip idsStephen Hemminger2007-02-071-0/+4
| * | sky2: Yukon Extreme supportStephen Hemminger2007-02-072-16/+89
| * | sky2: safer transmit timeoutStephen Hemminger2007-02-071-26/+15
| * | sky2: TSO support for EC_UStephen Hemminger2007-02-071-4/+3
| * | sky2: use dev_err for error reportsStephen Hemminger2007-02-071-44/+31
| * | sky2: add Wake On Lan supportStephen Hemminger2007-02-072-47/+189
| * | fix unaligned exception in /drivers/net/wireless/orinoco.cHennerich, Michael2007-02-071-1/+1
| * | Remove unused kernel config option DLCI_COUNTRobert P. J. Day2007-02-071-11/+0
| * | z85230: spinlock logicAlan Cox2007-02-071-13/+1
| * | mips: declance: Driver model for the PMAD-AMaciej W. Rozycki2007-02-071-47/+117
| * | Spidernet: Rework RX linked listLinas Vepstas2007-02-071-8/+4
| * | NET: turn local_save_flags() + local_irq_disable() into local_irq_save()Jiri Kosina2007-02-061-2/+1
| * | NET-3c59x: turn local_save_flags() + local_irq_disable() into local_irq_save()Jiri Kosina2007-02-061-2/+1
| * | hp100: convert pci_module_init() to pci_register_driver()Richard Knutsson2007-02-061-1/+1
| * | NetXen: Added ethtool support for user level tools.Amit S. Kale2007-02-063-19/+361
| * | NetXen: Firmware crb init changes.Amit S. Kale2007-02-061-3/+9
| * | skge: version 1.10Stephen Hemminger2007-02-061-1/+1
| * | skge: WOL supportStephen Hemminger2007-02-062-35/+125
| * | skge: use dev_printkStephen Hemminger2007-02-061-38/+31
| * | skge: handle zero address at openStephen Hemminger2007-02-061-3/+5
| * | b44 endian annotationsAl Viro2007-02-062-9/+9
| * | PA Semi PWRficient Ethernet driverOlof Johansson2007-02-054-0/+1487
| * | s2io: De-typedef driver.Ralf Baechle2007-02-053-351/+362
| * | s2io: Removed enabling of some of the unused interrupts.Sivakumar Subramani2007-02-051-112/+1
| * | s2io: Fixes in updating skb->truesize and code cleanup.Sivakumar Subramani2007-02-051-5/+10
| * | S2IO: Fixes for reset and link handling.Sivakumar Subramani2007-02-053-160/+253
| * | s2io: Making LRO and UFO as module loadable parameter.Sivakumar Subramani2007-02-052-93/+77
| * | PC300too alternative WAN driverKrzysztof Halasa2007-02-053-0/+579
| * | cxgb3 - Add dual licensingDivy Le Ray2007-02-0520-136/+399
| * | cxgb3 - Add <linux/mutex.h>Divy Le Ray2007-02-051-0/+1