aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-10[S390] Kconfig: menus with depends on HAS_IOMEM.Martin Schwidefsky1-0/+1
2007-05-09libata: fix kernel-doc parametersRandy Dunlap1-0/+2
2007-05-09Fix pata_qdi.c probe codeSamuel Thibault1-1/+1
2007-05-09pata_scc: fix compilationAlexey Dobriyan1-2/+2
2007-05-09sata_via: add missing PM hooksTejun Heo1-0/+8
2007-05-09sata_nv: fix ADMA freeze/thaw/irq_clear issuesRobert Hancock1-14/+78
2007-05-09pata_pcmcia.c: add card ident for jvc cdromRichard Kennedy1-0/+1
2007-05-09sata_promise: SATAII-150/300 TX4 port numbering fixMikael Pettersson1-4/+18
2007-05-09sata_promise: fix another error decode regressionMikael Pettersson1-1/+3
2007-05-09libata-acpi: fix _GTF command protocol for ATAPI devicesTejun Heo1-2/+1
2007-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+1
2007-05-09unify flush_work/flush_work_keventd and rename it to cancel_work_syncOleg Nesterov1-4/+4
2007-05-09libata: use flush_work()Andrew Morton1-4/+4
2007-05-09Fix trivial typos in Kconfig* filesDavid Sterba1-1/+1
2007-05-08Merge branch 'reset-seq' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds31-187/+306
2007-05-08Merge branch 'linux-2.6'Paul Mackerras3-1/+696
2007-05-06Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds3-1/+696
2007-05-03[ARM] Add support for ICSIDE interface on RiscPCRussell King3-0/+695
2007-05-03[ARM] Add platform support for PATA on RiscPCRussell King1-1/+1
2007-05-02[POWERPC] Rename get_property to of_get_property: driversStephen Rothwell1-1/+1
2007-05-01[libata reset-seq] build and merge fixesJeff Garzik3-3/+5
2007-05-01libata: reimplement reset sequencingTejun Heo2-51/+42
2007-05-01libata: improve ata_std_prereset()Tejun Heo1-7/+15
2007-05-01libata: improve 0xff status handlingTejun Heo3-20/+30
2007-05-01libata: add deadline support to prereset and reset methodsTejun Heo31-126/+234
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