| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzi... | Linus Torvalds | 2012-03-23 | 10 | -76/+281 |
|\ |
|
| * | pata_cmd64x: implement sff_irq_check() method | Sergei Shtylyov | 2012-03-13 | 1 | -1/+42 |
| * | pata_cmd64x: implement sff_irq_clear() method | Sergei Shtylyov | 2012-03-13 | 1 | -16/+15 |
| * | pata_cmd64x: use interrupt status from MRDMODE register | Sergei Shtylyov | 2012-03-13 | 1 | -17/+56 |
| * | pata_cmd64x: turn string of *if* statements into *switch* | Sergei Shtylyov | 2012-03-13 | 1 | -11/+17 |
| * | drivers/ata/pata_mpc52xx.c: clean up error handling code | Julia Lawall | 2012-03-13 | 1 | -29/+15 |
| * | ahci_platform: add STRICT_AHCI platform type | Brian Norris | 2012-03-13 | 1 | -0/+11 |
| * | ahci: move AHCI_HFLAGS() macro to ahci.h | Brian Norris | 2012-03-13 | 2 | -2/+3 |
| * | ahci: add AHCI_HFLAG_DELAY_ENGINE host flag | Brian Norris | 2012-03-13 | 2 | -0/+8 |
| * | sata_fsl: add support for interrupt coalsecing feature | Qiang Liu | 2012-03-13 | 1 | -4/+107 |
| * | ata/pata_arasan_cf: Add Hibernation support | Viresh Kumar | 2012-03-13 | 1 | -8/+4 |
| * | pata_legacy: correctly mask recovery field for HT6560B | Sergei Shtylyov | 2012-03-13 | 1 | -2/+1 |
| * | ata_piix: IDE-mode SATA patch for Intel Lynx Point DeviceIDs | Seth Heasley | 2012-03-13 | 1 | -0/+8 |
| * | ahci: AHCI-mode SATA patch for Intel Lynx Point DeviceIDs | Seth Heasley | 2012-03-13 | 1 | -0/+8 |
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s... | Linus Torvalds | 2012-03-22 | 4 | -17/+33 |
|\ \ |
|
| * | | [SCSI] libsas: async ata scanning | Dan Williams | 2012-02-29 | 3 | -16/+32 |
| * | | [SCSI] libsas: execute transport link resets with libata-eh via host workqueue | Dan Williams | 2012-02-19 | 2 | -1/+1 |
* | | | ata: remove the second argument of k[un]map_atomic() | Cong Wang | 2012-03-20 | 1 | -4/+4 |
| |/
|/| |
|
* | | pata/at91: use newly introduced SMC accessors | Jean-Christophe PLAGNIOL-VILLARD | 2012-02-13 | 1 | -27/+21 |
|/ |
|
* | [libata] ata_piix: Add Toshiba Satellite Pro A120 to the quirks list | Benjamin Larsson | 2012-01-18 | 1 | -0/+7 |
* | [libata] add DVRTD08A and DVR-215 to NOSETXFER device quirk list | Vladimir LAVALLADE | 2012-01-18 | 1 | -0/+2 |
* | [libata] pata_bf54x: Support sg list in bmdma transfer. | Sonic Zhang | 2012-01-18 | 1 | -79/+88 |
* | [libata] sata_fsl: fix the controller operating mode | Jerry Huang | 2012-01-18 | 1 | -0/+11 |
* | [libata] enable ata port async suspend | Lin Ming | 2012-01-18 | 1 | -0/+1 |
* | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 2012-01-13 | 2 | -4/+4 |
* | Merge branch 'upstream-linus' of git://github.com/jgarzik/libata-dev | Linus Torvalds | 2012-01-10 | 23 | -319/+288 |
|\ |
|
| * | ahci: support the STA2X11 I/O Hub | Alessandro Rubini | 2012-01-09 | 1 | -5/+21 |
| * | pata_bf54x: fix BMIDE status register emulation | Sergei Shtylyov | 2012-01-09 | 1 | -18/+2 |
| * | ata: add ata port hibernate callbacks | Lin Ming | 2012-01-09 | 1 | -4/+36 |
| * | ata: update ata port's runtime status during system resume | Lin Ming | 2012-01-09 | 1 | -2/+16 |
| * | ahci: platform support for suspend/resume | Brian Norris | 2012-01-09 | 1 | -0/+68 |
| * | libata-core: kill duplicate statement in ata_do_set_mode() | Sergei Shtylyov | 2012-01-09 | 1 | -2/+2 |
| * | pata_of_platform: remove direct dependency on OF_IRQ | Rob Herring | 2012-01-09 | 2 | -10/+7 |
| * | SATA/PATA: convert drivers/ata/* to use module_platform_driver() | Axel Lin | 2012-01-09 | 12 | -158/+13 |
| * | pata_cs5536: forward port changes from cs5536 | Bartlomiej Zolnierkiewicz | 2012-01-09 | 1 | -57/+42 |
| * | libata-sff: use ATAPI_{COD|IO} | Sergei Shtylyov | 2012-01-09 | 1 | -2/+2 |
| * | ata: add ata port runtime PM callbacks | Lin Ming | 2012-01-09 | 3 | -0/+15 |
| * | ata: add ata port system PM callbacks | Lin Ming | 2012-01-09 | 3 | -70/+76 |
| * | ata: make ata port as parent device of scsi host | Lin Ming | 2012-01-09 | 1 | -1/+1 |
| * | ahci: start engine only during soft/hard resets | Tejun Heo | 2012-01-09 | 1 | -4/+1 |
* | | Merge tag 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2012-01-09 | 1 | -8/+11 |
|\ \ |
|
| * | | ARM: Orion: Get address map from plat-orion instead of via platform_data | Andrew Lunn | 2011-12-14 | 1 | -8/+11 |
* | | | Merge branch 'depends/rmk/restart' into next/cleanup | Arnd Bergmann | 2012-01-07 | 1 | -1/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | pata_of_platform: Add missing CONFIG_OF_IRQ dependency. | David Miller | 2011-12-22 | 1 | -1/+1 |
| |/ |
|
* / | ARM: at91/pata: use gpio_is_valid to check the gpio | Jean-Christophe PLAGNIOL-VILLARD | 2011-11-29 | 1 | -3/+3 |
|/ |
|
* | libata: fix build without BMDMA | Alexander Beregalov | 2011-11-17 | 1 | -0/+4 |
* | [libata] ahci_platform: fix DT probing | Rob Herring | 2011-11-17 | 1 | -1/+1 |
* | pata_of_platform: Don't use NO_IRQ | Anton Vorontsov | 2011-11-10 | 1 | -1/+1 |
* | [libata] ahci: Add ASMedia ASM1061 support | Keng-Yu Lin | 2011-11-09 | 1 | -0/+3 |
* | [libata] Issue SRST to Sil3726 PMP | Gwendal Grignou | 2011-11-09 | 2 | -6/+13 |