summaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
...
| * ata: update ata port's runtime status during system resumeLin Ming2012-01-081-2/+16
| * ahci: platform support for suspend/resumeBrian Norris2012-01-081-0/+68
| * libata-core: kill duplicate statement in ata_do_set_mode()Sergei Shtylyov2012-01-081-2/+2
| * pata_of_platform: remove direct dependency on OF_IRQRob Herring2012-01-082-10/+7
| * SATA/PATA: convert drivers/ata/* to use module_platform_driver()Axel Lin2012-01-0812-158/+13
| * pata_cs5536: forward port changes from cs5536Bartlomiej Zolnierkiewicz2012-01-081-57/+42
| * libata-sff: use ATAPI_{COD|IO}Sergei Shtylyov2012-01-081-2/+2
| * ata: add ata port runtime PM callbacksLin Ming2012-01-083-0/+15
| * ata: add ata port system PM callbacksLin Ming2012-01-083-70/+76
| * 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