aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-04-30libata: honour host controllers that want just one hostLinus Torvalds1-7/+4
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
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 Heo1-0/+93
2007-04-28libata: separate out ata_host_alloc() and ata_host_register()Tejun Heo3-224/+323
2007-04-28libata: separate out ata_host_start()Tejun Heo1-13/+61
2007-04-28libata: allocate ap separately from shostTejun Heo1-5/+14
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 Hu1-2/+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
2007-04-28ahci: implement ata_save/restore_initial_config()Tejun Heo1-23/+72
2007-04-28sata_promise: fix error decode regressionMikael Pettersson1-3/+6
2007-04-28pata_pdc2027x: UpdatesAlan Cox1-13/+47
2007-04-28pata_winbondAlan Cox1-1/+0
2007-04-28pata: cable methodsAlan Cox6-153/+67
2007-04-28libata: add support for READ/WRITE LONGMark Lord2-10/+22
2007-04-28Add notation that the Asus W5F laptop has a short cable instead of 80-wire.Robin H\. Johnson1-0/+1
2007-04-28pata_optidma: rework for cable detect and to remove post_set_mode()Alan Cox1-25/+29
2007-04-28pata_winbond: restore cable methodAlan Cox1-0/+1
2007-04-28pata_sl82c105: restore cable detect methodAlan Cox1-1/+1
2007-04-28pata_netcell: re-remove all the crudAlan Cox1-28/+3
2007-04-28pata_qdI: restore cable detectAlan Cox1-0/+2
2007-04-28pata_ali: remove all the crap again and switch to cable_detect methodAlan Cox1-59/+9
2007-04-28sata_nv: don't read shadow registers when in ADMA modeRobert Hancock1-13/+20
2007-04-28pcmcia - spot slave decode flaws (for testing)Alan1-0/+34
2007-04-28libata: hardreset on SERR_INTERNALTejun Heo1-1/+1
2007-04-28sata_promise: decode and report error reasonsMikael Pettersson1-9/+55
2007-04-28sata_promise: separate SATA and PATA opsMikael Pettersson1-41/+66
2007-04-28sata_promise: add missing cable_detect hooksMikael Pettersson1-1/+3