summaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
...
| * ata: make ata port as parent device of scsi hostLin Ming2012-01-081-1/+1
| * ahci: start engine only during soft/hard resetsTejun Heo2012-01-081-4/+1
* | Merge tag 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-01-091-8/+11
|\ \
| * | ARM: Orion: Get address map from plat-orion instead of via platform_dataAndrew Lunn2011-12-131-8/+11
* | | Merge branch 'depends/rmk/restart' into next/cleanupArnd Bergmann2012-01-071-1/+1
|\ \ \ | | |/ | |/|
| * | pata_of_platform: Add missing CONFIG_OF_IRQ dependency.David Miller2011-12-221-1/+1
| |/
* | ARM: at91/pata: use gpio_is_valid to check the gpioJean-Christophe PLAGNIOL-VILLARD2011-11-291-3/+3
|/
* libata: fix build without BMDMAAlexander Beregalov2011-11-171-0/+4
* [libata] ahci_platform: fix DT probingRob Herring2011-11-171-1/+1
* pata_of_platform: Don't use NO_IRQAnton Vorontsov2011-11-101-1/+1
* [libata] ahci: Add ASMedia ASM1061 supportKeng-Yu Lin2011-11-091-0/+3
* [libata] Issue SRST to Sil3726 PMPGwendal Grignou2011-11-092-6/+13
* sata_sis.c: trivial spelling fixChris Dunlop2011-11-091-1/+1
* ahci_platform: use dev_get_platdata()JiSheng Zhang2011-11-091-2/+2
* [libata] libata-scsi.c: Add function parameter documentationMarcos Paulo de Souza2011-11-091-0/+4
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-064-0/+4
|\
| * ide/ata: Add module.h to the implicit modular usersPaul Gortmaker2011-10-311-0/+1
| * ide/ata: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker2011-10-313-0/+3
* | ahci: add DT binding for Calxeda AHCI controllerRob Herring2011-11-031-0/+7
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2011-10-282-15/+30
|\
| * [SCSI] libsas,libata: fix ->change_queue_{depth|type} for sata devicesDan Williams2011-10-022-15/+30
* | Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c...Linus Torvalds2011-10-271-1/+1
|\ \
| * | ARM: gpio: at91: convert drivers to use asm/gpio.h rather than mach/gpio.hRussell King2011-08-081-1/+1
* | | pata_efar: fix register naming used in efar_set_piomode()Bartlomiej Zolnierkiewicz2011-10-141-11/+11
* | | pata_rdc: add Power Management supportBartlomiej Zolnierkiewicz2011-10-141-0/+4
* | | ata_piix: unify code for programming PIO and MWDMA timingsBartlomiej Zolnierkiewicz2011-10-141-73/+38
* | | ata_piix: SITRE handling fixBartlomiej Zolnierkiewicz2011-10-141-2/+3
* | | libata: make ata_sff_data_xfer_noirq() work with 32-bit PIOBartlomiej Zolnierkiewicz2011-10-141-1/+1
* | | pata_artop: add Power Management supportBartlomiej Zolnierkiewicz2011-10-141-27/+54
* | | pata_sl82c105: add Power Management supportBartlomiej Zolnierkiewicz2011-10-141-5/+32
* | | pata_pdc2027x: add Power Management supportBartlomiej Zolnierkiewicz2011-10-141-0/+30
* | | pata_legacy: use PIO mask definesBartlomiej Zolnierkiewicz2011-10-141-11/+11
* | | pata_legacy: unify QDI ->set_piomode methodsBartlomiej Zolnierkiewicz2011-10-141-75/+23
* | | libata: remove no longer needed pata_qdi driverBartlomiej Zolnierkiewicz2011-10-144-368/+9
* | | pata_it8213: fix register naming used in it8213_set_piomode()Bartlomiej Zolnierkiewicz2011-10-141-10/+10
* | | pata_it8213: add UDMA100 and UDMA133 supportBartlomiej Zolnierkiewicz2011-10-141-2/+2
* | | pata_rdc: parallel scanning needs an extra lockingBartlomiej Zolnierkiewicz2011-10-141-0/+12
* | | pata_via: add via_fixup()Bartlomiej Zolnierkiewicz2011-10-141-26/+23
* | | libata: ata_timing_compute() fixupBartlomiej Zolnierkiewicz2011-10-141-1/+1
* | | pata_scc: add proper cable detection methodBartlomiej Zolnierkiewicz2011-10-141-13/+1
* | | pata_arasan_cf: remove bogus to_platform_device() callsSergei Shtylyov2011-10-141-4/+2
* | | pata_atiixp: add proper ->prereset methodBartlomiej Zolnierkiewicz2011-10-141-9/+26
* | | pata_serverworks: add serverworks_fixup()Bartlomiej Zolnierkiewicz2011-10-141-28/+29
* | | pata_serverworks: cleanup cable detectionBartlomiej Zolnierkiewicz2011-10-141-30/+7
* | | pata_serverworks: use standard cable detection methodsBartlomiej Zolnierkiewicz2011-10-141-33/+12
* | | pata_cmd64x: documentation fixBartlomiej Zolnierkiewicz2011-10-141-1/+1
* | | pata_ali: fix "Satelite" typoBartlomiej Zolnierkiewicz2011-10-141-1/+1
* | | pata_cs5535: no need to program PIO0 timings during device initBartlomiej Zolnierkiewicz2011-10-141-12/+0
* | | pata_cmd64x: add cmd64x_fixup()Bartlomiej Zolnierkiewicz2011-10-141-22/+20
* | | pata_hpt366: add hpt36x_find_mode() helperBartlomiej Zolnierkiewicz2011-10-141-10/+25
OpenPOWER on IntegriCloud