summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-04-29Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds170-6144/+29413
2007-04-29Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds80-3318/+3656
2007-04-29Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds36-4729/+8496
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 Brown13-38/+65
2007-04-28Pull thinkpad into release branchLen Brown9-3011/+5364
2007-04-28Pull sony into release branchLen Brown9-263/+2072
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.it4-39/+38
2007-04-28sony-laptop: add a meye-usable include file for camera opsmalattia@linux.it2-8/+43
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 infi...malattia@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 Holschuh3-23/+186
2007-04-28ACPI: thinkpad-acpi: add sysfs support to hotkey subdriverHenrique de Moraes Holschuh3-11/+176
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: improve fan control documentationHenrique de Moraes Holschuh1-5/+13
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 Holschuh3-9/+38
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 Heo2-5/+10
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 Lord2-1/+29
2007-04-28libata: HPA supportAlan Cox3-0/+212
2007-04-28libata: kill probe_ent and related helpersTejun Heo4-281/+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 Heo3-2/+76