- 25df73d scsi: ata: Declare SCSI host templates const by Bart Van Assche · 2 years ago
- f0a6d77 ata: make transfer mode masks *unsigned int* by Sergey Shtylyov · 2 years, 9 months ago
- 6cd379f ata: pata_hpt3x2n: pass base DPLL frequency to hpt3x2n_pci_clock() by Sergey Shtylyov · 2 years, 10 months ago
- 25d83f9 ata: pata_hpt3x2n: disable fast interrupts in prereset() method by Sergey Shtylyov · 3 years, 1 month ago
- 8d46352 ata: pata_hpt3x2n: drop unused 'struct hpt_chip' by Sergey Shtylyov · 3 years, 1 month ago
- 87a3f2a ata: pata_hpt3x2n: drop unused HPT_PCI_FAST by Sergey Shtylyov · 3 years, 1 month ago
- 5dfb8498 pata_hpt3x2n: fix writing to wrong register in hpt3x2n_bmdma_stop() by Sergey Shtylyov · 3 years, 1 month ago
- a565ed1 pata_hpt3x2n: check channel enable bits by Sergey Shtylyov · 3 years, 1 month ago
- cb8d5daa ata: pata_hpt3x2n: convert pr_XXX() calls by Hannes Reinecke · 3 years, 3 months ago
- 2780645 ata: pata_hpt3x2n: Fix possible doc-rotted function name by Lee Jones · 4 years, 1 month ago
- 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
- 1bc1808 ata: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
- 2fc75da ata: use module_pci_driver by Axel Lin · 13 years ago
- 8d7b1c7 ata: pata: Convert pr_*(DRV_NAME ...) to pr_fmt/pr_<level> by Joe Perches · 14 years ago
- 40d69ba pata_hpt{37x|3x2n}: use pr_*(DRV_NAME ...) instead of printk(KERN_* ...) by Sergei Shtylyov · 14 years ago
- b197f13 pata_hpt3x2n: coding style cleanup by Sergei Shtylyov · 14 years ago
- dfc7e3e pata_hpt3x2n: calculate average f_CNT by Sergei Shtylyov · 14 years ago
- 0ca646d pata_hpt3x2n: clarify about HPT371N support by Sergei Shtylyov · 14 years ago
- 8e834c2 pata_hpt{37x|3x2n}: SATA mode filtering by Sergei Shtylyov · 14 years ago
- 1c5afdf libata-sff: separate out BMDMA init by Tejun Heo · 15 years ago
- 360ff78 libata-sff: separate out BMDMA qc_issue by Tejun Heo · 15 years ago
- 16ea0fc libata: Pass host flags into the pci helper by Alan Cox · 15 years ago
- fd5e62e pata_hpt{37x|3x2n}: improve timing register documentation by Sergei Shtylyov · 15 years ago
- 1a1b172 pata_hpt{37x|3x2n}: unify mode programming by Sergei Shtylyov · 15 years ago
- 6066193 pata_hpt3x2n: always stretch UltraDMA timing by Sergei Shtylyov · 15 years ago
- 256ace9 pata_hpt3x2n: fix clock turnaround by Sergei Shtylyov · 15 years ago
- d413ff3 pata_hpt3x2n: fix overclocked MWDMA0 timing by Bartlomiej Zolnierkiewicz · 15 years ago
- 89d3b36 ata: use pci_dev->revision by Sergei Shtylyov · 15 years ago
- 5600c70 pata_hpt{37x|3x2n}: fix timing register masks (take 2) by Sergei Shtylyov · 15 years ago
- 10a9c969 pata_hpt{37x,3x2n}: add debounce delay to cable detection methods by Bartlomiej Zolnierkiewicz · 15 years ago
- f3b1cf4 pata_hpt3x2n: fix cable detection by Bartlomiej Zolnierkiewicz · 15 years ago
- 14bdef9 [libata] convert drivers to use ata.h mode mask defines by Erik Inge Bolsø · 16 years ago
- 9363c38 libata: rename SFF functions by Tejun Heo · 17 years ago
- a1efdab libata: make reset related methods proper port operations by Tejun Heo · 17 years ago
- 887125e libata: stop overloading port_info->private_data by Tejun Heo · 17 years ago
- 1bd5b715 libata: make ata_pci_init_one() not use ops->irq_handler and pi->sht by Tejun Heo · 17 years ago
- 029cfd6 libata: implement and use ops inheritance by Tejun Heo · 17 years ago
- 68d1d07 libata: implement and use SHT initializers by Tejun Heo · 17 years ago
- f08048e libata: PCI device should be powered up before being accessed by Tejun Heo · 17 years ago
- 81ad183 libata: Switch most of the remaining SFF drivers to ata_sff_port_start by Alan Cox · 18 years ago
- ac8869d [libata] Remove ->port_disable() hook by Jeff Garzik · 18 years ago
- 6d32d30 [libata] Remove ->irq_ack() hook, and ata_dummy_irq_on() by Jeff Garzik · 18 years ago
- cc0680a libata-link: linkify reset by Tejun Heo · 18 years ago
- 80b8987 pata_hpt{37x|3x2n}: fix clock reporting (take 2) by Sergei Shtylyov · 18 years ago
- bf6263a [libata] Use ATA_UDMAx standard masks when filling driver's udma_mask info by Jeff Garzik · 18 years ago
- 1d2808f [libata] PATA drivers: remove ATA_FLAG_SRST by Jeff Garzik · 18 years ago
- 824cf33 hpt3x2n: Correct revision boundary by Alan Cox · 18 years ago
- 1626aeb libata: clean up SFF init mess by Tejun Heo · 18 years ago
- d4b2bab libata: add deadline support to prereset and reset methods by Tejun Heo · 18 years ago
- 28e21c8 pata_hpt3x2n: Add HPT371N support and other bits by Alan Cox · 18 years ago
- a0fcdc0 [libata] Update several PATA drivers for new ->cable_detect hook by Jeff Garzik · 18 years ago
- 246ce3b libata: add another IRQ calls (libata drivers) by Akira Iguchi · 18 years ago
- 0d5ff56 libata: convert to iomap by Tejun Heo · 18 years ago
- 24dc5f3 libata: update libata LLDs to use devres by Tejun Heo · 18 years ago
- a52865c libata hpt3xn: Hopefully sort out the DPLL logic versus the vendor code by Alan · 18 years ago
- 2eab80a [PATCH] libata: kill unnecessary sht->max_sectors initializations by Tejun Heo · 18 years ago
- afdfe89 [PATCH] libata: add missing sht->slave_destroy by Tejun Heo · 18 years ago
- 2d2744f [libata] PCI ID table cleanup in various drivers by Jeff Garzik · 18 years ago
- bda3028 [libata] Don't use old-EH ->eng_timeout() hook when not needed by Jeff Garzik · 18 years ago
- 85cd725 [libata #pata-drivers] Trim trailing whitespace. by Jeff Garzik · 19 years ago
- 669a5db [libata] Add a bunch of PATA drivers. by Jeff Garzik · 19 years ago