Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | USB: Implement support for EHCI with big endian MMIO | Benjamin Herrenschmidt | 2007-02-07 | 9 | -142/+213 | |
| * | | | | | USB: Implement support for "split" endian OHCI | Benjamin Herrenschmidt | 2007-02-07 | 4 | -55/+130 | |
| * | | | | | USB: Rework the OHCI quirk mecanism as suggested by David | Benjamin Herrenschmidt | 2007-02-07 | 1 | -63/+110 | |
| * | | | | | USB: convert usb class devices to real devices | Greg Kroah-Hartman | 2007-02-07 | 1 | -7/+6 | |
| * | | | | | USB: move usb_device_class class devices to be real devices | Greg Kroah-Hartman | 2007-02-07 | 1 | -12/+12 | |
| * | | | | | USB: add EPIC support to the io_edgeport driver | Greg Kroah-Hartman | 2007-02-07 | 4 | -84/+386 | |
| * | | | | | USB: unusual_devs.h for Sony floppy | Luiz Fernando N. Capitulino | 2007-02-07 | 1 | -1/+1 | |
| |/ / / / | ||||||
* | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 2007-02-07 | 40 | -389/+555 | |
|\ \ \ \ \ | ||||||
| * | | | | | Driver Core: Increase the default timeout value of the firmware subsystem | Dave Jones | 2007-02-07 | 1 | -1/+1 | |
| * | | | | | Driver core: allow to delay the uevent at device creation time | Kay Sievers | 2007-02-07 | 1 | -1/+2 | |
| * | | | | | Driver core: add device_type to struct device | Kay Sievers | 2007-02-07 | 2 | -20/+41 | |
| * | | | | | Driver core: add uevent vars for devices of a class | Kay Sievers | 2007-02-07 | 1 | -12/+34 | |
| * | | | | | driver core: Change function call order in device_bind_driver(). | Cornelia Huck | 2007-02-07 | 1 | -2/+6 | |
| * | | | | | driver core: Don't stop probing on ->probe errors. | Cornelia Huck | 2007-02-07 | 1 | -7/+6 | |
| * | | | | | driver core fixes: device_register() retval check in platform.c | Cornelia Huck | 2007-02-07 | 1 | -2/+9 | |
| * | | | | | driver core fixes: make_class_name() retval checks | Cornelia Huck | 2007-02-07 | 2 | -13/+25 | |
| * | | | | | USB: add the sysfs driver name to all modules | Greg Kroah-Hartman | 2007-02-07 | 1 | -1/+3 | |
| * | | | | | SERIO: add the sysfs driver name to all modules | Greg Kroah-Hartman | 2007-02-07 | 1 | -2/+4 | |
| * | | | | | PCI: add the sysfs driver name to all modules | Greg Kroah-Hartman | 2007-02-07 | 2 | -4/+7 | |
| * | | | | | driver core: Allow device_move(dev, NULL). | Cornelia Huck | 2007-02-07 | 1 | -29/+47 | |
| * | | | | | driver core: Remove device_is_registered() in device_move(). | Cornelia Huck | 2007-02-07 | 1 | -4/+0 | |
| * | | | | | Network: convert network devices to use struct device instead of class_device | Greg Kroah-Hartman | 2007-02-07 | 13 | -165/+222 | |
| * | | | | | Driver core: convert SPI code to use struct device | Greg Kroah-Hartman | 2007-02-07 | 4 | -22/+22 | |
| * | | | | | Driver core: convert pcmcia code to use struct device | Greg Kroah-Hartman | 2007-02-07 | 13 | -104/+126 | |
| |/ / / / | ||||||
* | | | | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 2007-02-07 | 121 | -5262/+25552 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | AT91: MACB support | Andrew Victor | 2007-02-07 | 3 | -4/+31 | |
| * | | | | sky2: version 1.12 | Stephen Hemminger | 2007-02-07 | 1 | -1/+1 | |
| * | | | | sky2: add new chip ids | Stephen Hemminger | 2007-02-07 | 1 | -0/+4 | |
| * | | | | sky2: Yukon Extreme support | Stephen Hemminger | 2007-02-07 | 2 | -16/+89 | |
| * | | | | sky2: safer transmit timeout | Stephen Hemminger | 2007-02-07 | 1 | -26/+15 | |
| * | | | | sky2: TSO support for EC_U | Stephen Hemminger | 2007-02-07 | 1 | -4/+3 | |
| * | | | | sky2: use dev_err for error reports | Stephen Hemminger | 2007-02-07 | 1 | -44/+31 | |
| * | | | | sky2: add Wake On Lan support | Stephen Hemminger | 2007-02-07 | 2 | -47/+189 | |
| * | | | | fix unaligned exception in /drivers/net/wireless/orinoco.c | Hennerich, Michael | 2007-02-07 | 1 | -1/+1 | |
| * | | | | Remove unused kernel config option DLCI_COUNT | Robert P. J. Day | 2007-02-07 | 1 | -11/+0 | |
| * | | | | z85230: spinlock logic | Alan Cox | 2007-02-07 | 1 | -13/+1 | |
| * | | | | mips: declance: Driver model for the PMAD-A | Maciej W. Rozycki | 2007-02-07 | 1 | -47/+117 | |
| * | | | | Spidernet: Rework RX linked list | Linas Vepstas | 2007-02-07 | 1 | -8/+4 | |
| * | | | | NET: turn local_save_flags() + local_irq_disable() into local_irq_save() | Jiri Kosina | 2007-02-06 | 1 | -2/+1 | |
| * | | | | NET-3c59x: turn local_save_flags() + local_irq_disable() into local_irq_save() | Jiri Kosina | 2007-02-06 | 1 | -2/+1 | |
| * | | | | hp100: convert pci_module_init() to pci_register_driver() | Richard Knutsson | 2007-02-06 | 1 | -1/+1 | |
| * | | | | NetXen: Added ethtool support for user level tools. | Amit S. Kale | 2007-02-06 | 3 | -19/+361 | |
| * | | | | NetXen: Firmware crb init changes. | Amit S. Kale | 2007-02-06 | 1 | -3/+9 | |
| * | | | | skge: version 1.10 | Stephen Hemminger | 2007-02-06 | 1 | -1/+1 | |
| * | | | | skge: WOL support | Stephen Hemminger | 2007-02-06 | 2 | -35/+125 | |
| * | | | | skge: use dev_printk | Stephen Hemminger | 2007-02-06 | 1 | -38/+31 | |
| * | | | | skge: handle zero address at open | Stephen Hemminger | 2007-02-06 | 1 | -3/+5 | |
| * | | | | b44 endian annotations | Al Viro | 2007-02-06 | 2 | -9/+9 | |
| * | | | | PA Semi PWRficient Ethernet driver | Olof Johansson | 2007-02-05 | 4 | -0/+1487 | |
| * | | | | s2io: De-typedef driver. | Ralf Baechle | 2007-02-05 | 3 | -351/+362 |