summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2006-12-02[PATCH] libata: make user scan wait for scan to completeTejun Heo1-3/+5
2006-12-02[PATCH] sata_nv: SRST sometimes fails after hotplug, use HRST_TO_RESUMETejun Heo1-3/+6
2006-12-02[PATCH] libata: move ata_irq_on() into libata-sff.cTejun Heo2-0/+32
2006-12-02[PATCH] libata: handle 0xff status properlyTejun Heo1-12/+18
2006-12-02[PATCH] ata: Generic platform_device libata driverPaul Mundt3-0/+305
2006-12-02[PATCH] libata: Revamp blacklist support to allow multiple kinds of blacklist...Alan Cox1-48/+75
2006-12-02[PATCH] sata_nv ADMA/NCQ support for nForce4Robert Hancock2-12/+924
2006-12-02[libata] pata_marvell: minor and trivial cleanupsJeff Garzik1-22/+21
2006-12-02[PATCH] pata_marvell: Marvell 6101/6145 PATA driverAlan Cox3-0/+231
2006-12-02[PATCH] pci_module_init() conversion for pata_pdc2027xHenrik Kretzschmar1-1/+1
2006-12-02[PATCH] libata: add 40pin "short" cable support, honour drive side speed dete...Alan Cox3-2/+38
2006-12-02[PATCH] pci_module_init-convertion-in-ata_genericc fixAlan Cox1-1/+1
2006-12-02[PATCH] pci_module_init convertion in ata_generic.cHenrik Kretzschmar1-1/+1
2006-12-02[PATCH] libata: Winbond supportAlan Cox3-0/+314
2006-12-02Merge master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds6-4/+1423
2006-12-02Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds39-5/+60
2006-12-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds30-186/+281
2006-12-02Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds94-826/+1094
2006-12-02Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds23-216/+263
2006-12-02Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds29-442/+798
2006-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds37-71/+69
2006-12-02Driver core: platform_driver_probe(), can save codespaceDavid Brownell1-0/+48
2006-12-02driver core: Use klist_remove() in device_move()Cornelia Huck1-2/+2
2006-12-02driver core: Introduce device_move(): move a device to a new parent.Cornelia Huck1-0/+92
2006-12-02Driver core: make drivers/base/core.c:setup_parent() staticAdrian Bunk1-2/+2
2006-12-02driver core: Introduce device_find_child().Cornelia Huck1-0/+33
2006-12-02cpu topology: consider sysfs_create_group return valueHeiko Carstens1-23/+32
2006-12-02Driver core: Call platform_notify_remove laterBenjamin Herrenschmidt1-1/+1
2006-12-02ACPI: Change ACPI to use dev_archdata instead of firmware_dataBenjamin Herrenschmidt1-9/+11
2006-12-02Driver core: change mem class_devices to be real devicesGreg Kroah-Hartman1-4/+4
2006-12-02Driver core: convert fb code to use struct deviceGreg Kroah-Hartman2-80/+99
2006-12-02Driver core: convert firmware code to use struct deviceGreg Kroah-Hartman1-62/+57
2006-12-02Driver core: convert mmc code to use struct deviceGreg Kroah-Hartman3-15/+15
2006-12-02Driver core: convert ppdev code to use struct deviceGreg Kroah-Hartman1-3/+3
2006-12-02Driver core: convert PPP code to use struct deviceGreg Kroah-Hartman1-2/+2
2006-12-02I2C: convert i2c-dev to use struct device instead of struct class_deviceGreg Kroah-Hartman1-13/+13
2006-12-02Driver core: convert raw device code to use struct deviceGreg Kroah-Hartman1-6/+6
2006-12-02Driver core: convert tty core to use struct deviceGreg Kroah-Hartman5-25/+27
2006-12-02Driver core: change misc class_devices to be real devicesGreg Kroah-Hartman4-30/+25
2006-12-02Driver core: convert vc code to use struct deviceGreg Kroah-Hartman1-8/+8
2006-12-02Driver core: convert vt code to use struct deviceGreg Kroah-Hartman1-42/+39
2006-12-02CONFIG_SYSFS_DEPRECATED - class symlinksKay Sievers1-51/+98
2006-12-02CONFIG_SYSFS_DEPRECATED - PHYSDEV* uevent variablesKay Sievers1-0/+4
2006-12-02CONFIG_SYSFS_DEPRECATED - device symlinksKay Sievers1-4/+14
2006-12-02CONFIG_SYSFS_DEPRECATED - bus symlinksKay Sievers1-3/+17
2006-12-02Driver core: make old versions of udev work properlyGreg Kroah-Hartman1-14/+45
2006-12-02Driver Core: Move virtual_device_parent() to core.cGreg Kroah-Hartman2-17/+17
2006-12-02Driver core: fix "driver" symlink timingKay Sievers1-30/+52
2006-12-02Driver core: add notification of bus eventsBenjamin Herrenschmidt3-0/+36
2006-12-02PCI: ibmphp_pci.c: fix NULL dereferenceAdrian Bunk1-2/+2