aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-04-29Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6Linus Torvalds147-6033/+29194
2007-04-29Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds70-3253/+3580
2007-04-29Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds28-4537/+7981
2007-04-28Pull bugzilla-8346 into release branchLen Brown1-0/+12
2007-04-28Pull sbs into release branchLen Brown5-1040/+682
2007-04-28Pull dock into release branchLen Brown1-0/+25
2007-04-28Pull ec into release branchLen Brown2-321/+181
2007-04-28Pull misc-for-upstream into release branchLen Brown10-32/+33
2007-04-28Pull thinkpad into release branchLen Brown7-2836/+4936
2007-04-28Pull sony into release branchLen Brown6-252/+2017
2007-04-28Pull asus into release branchLen Brown1-56/+95
2007-04-28sonypi: use mutex instead of semaphoreMatthias Kaehlcke1-10/+10
2007-04-28sony-laptop: remove user visible camera controls as platform attributesmalattia@linux.it1-36/+0
2007-04-28meye: make meye use sony-laptop instead of sonypimalattia@linux.it3-35/+35
2007-04-28sony-laptop: add a meye-usable include file for camera opsmalattia@linux.it1-8/+9
2007-04-28sony-laptop: complete the motion eye camera support in sony-laptopmalattia@linux.it1-18/+90
2007-04-28sonypi: try to detect if sony-laptop has already taken one of the known ioportsmalattia@linux.it2-2/+29
2007-04-28sonypi: suggest sonypi users to try sony-laptop insteadmalattia@linux.it1-0/+6
2007-04-28sony-laptop: add edge modem support (also called WWAN)malattia@linux.it1-0/+41
2007-04-28sony-laptop: add locking on accesses to the ioport and global varsmalattia@linux.it1-12/+31
2007-04-28sony-laptop: add camera enable/disable parameter, better handle possible infinite loopmalattia@linux.it1-15/+36
2007-04-28thinkpad-acpi: make drivers/misc/thinkpad_acpi:fan_mutex staticAdrian Bunk1-1/+1
2007-04-28ACPI: thinkpad-acpi: add sysfs support to wan and bluetooth subdriversHenrique de Moraes Holschuh2-12/+136
2007-04-28ACPI: thinkpad-acpi: add sysfs support to hotkey subdriverHenrique de Moraes Holschuh2-0/+129
2007-04-28ACPI: thinkpad-acpi: improve dock subdriver initializationHenrique de Moraes Holschuh1-28/+50
2007-04-28ACPI: thinkpad-acpi: improve debugging for acpi helpersHenrique de Moraes Holschuh1-11/+20
2007-04-28ACPI: thinkpad-acpi: map ENXIO to EINVAL for fan sysfsHenrique de Moraes Holschuh1-2/+6
2007-04-28ACPI: thinkpad-acpi: fix a fan watchdog invocationHenrique de Moraes Holschuh1-2/+3
2007-04-28ACPI: thinkpad-acpi: do not arm fan watchdog if it would not workHenrique de Moraes Holschuh1-0/+3
2007-04-28ACPI: thinkpad-acpi: add a fan-control feature master toggleHenrique de Moraes Holschuh2-1/+31
2007-04-28ACPICA: clear fields reserved before FADT r3Bob Moore1-0/+12
2007-04-28SPIN_LOCK_UNLOCKED cleanup in drivers/ata/pata_winbond.cMilind Arun Choudhary1-1/+1
2007-04-28drivers/ata/pata_cmd640.c: fix build with CONFIG_PM=nAndrew Morton1-0/+8
2007-04-28pata_hpt37x: Further small fixesAlan Cox1-14/+9
2007-04-28pata_hpt3x2n: Add HPT371N support and other bitsAlan Cox1-7/+38
2007-04-28ata: printk warning fixesAndrew Morton1-6/+9
2007-04-28libata: separate ATA_EHI_DID_RESET into DID_SOFTRESET and DID_HARDRESETTejun Heo1-1/+4
2007-04-28ahci: consolidate common port flagsTejun Heo1-19/+10
2007-04-28ata_timing: ensure t->cycle is always correctAlan Cox1-0/+6
2007-04-28libata: add missing call to ->cable_detect() in new EH pathTejun Heo1-0/+4
2007-04-28pata_amd: remove contamination added during cable_detect conversionTejun Heo1-5/+0
2007-04-28libata: Handle drives that require a spin-up command before first accessMark Lord1-1/+27
2007-04-28libata: HPA supportAlan Cox1-0/+209
2007-04-28libata: kill probe_ent and related helpersTejun Heo3-250/+0
2007-04-28libata: convert the remaining PATA drivers to new init modelTejun Heo13-429/+362
2007-04-28libata: convert the remaining SATA drivers to new init modelTejun Heo9-657/+444
2007-04-28libata: convert ata_pci_init_native_mode() users to new init modelTejun Heo3-132/+80
2007-04-28libata: convert drivers with combined SATA/PATA ports to new init modelTejun Heo2-250/+187
2007-04-28libata: add init helpers including ata_pci_prepare_native_host()Tejun Heo2-2/+71
2007-04-28libata: convert native PCI host handling to new init modelTejun Heo2-50/+102