aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/spufs/spu_restore.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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 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 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
2007-04-28libata: convert native PCI host handling to new init modelTejun Heo3-50/+104
2007-04-28libata: convert legacy PCI host handling to new init modelTejun Heo1-102/+302
2007-04-28libata: implement ata_host_alloc_pinfo() and ata_host_register()Tejun Heo2-0/+98
2007-04-28libata: separate out ata_host_alloc() and ata_host_register()Tejun Heo4-224/+326
2007-04-28libata: separate out ata_host_start()Tejun Heo2-13/+63
2007-04-28libata: allocate ap separately from shostTejun Heo2-6/+15
2007-04-28ahci: add PCI ID for new VIA chipTejun Heo1-0/+1
2007-04-28libata: kill type mismatch compile warningTejun Heo1-1/+2
2007-04-28ahci.c: remove non-existing SB600 raid id (re-send)Conke Hu2-3/+1
2007-04-28libata: improve AC_ERR_DEV handling for ->post_internal_cmdTejun Heo6-20/+17
2007-04-28libata: fix native mode disabled port handlingTejun Heo1-27/+35
2007-04-28ahci: move port_map handling to ahci_save_initial_config()Tejun Heo1-27/+30