Age | Commit message (Expand) | Author | Files | Lines |
2012-11-22 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 1 | -0/+2 |
2012-11-16 | [libata] PM callbacks should be conditionally compiled on CONFIG_PM_SLEEP | Yuanhan Liu | 3 | -3/+3 |
2012-11-16 | sata_svw: check DMA start bit before reset | David Milburn | 1 | -0/+35 |
2012-11-16 | libata debugging: Warn when unable to find timing descriptor based on xfer_mode | Borislav Petkov | 1 | -0/+4 |
2012-11-16 | sata_highbank: mark ahci_highbank_probe as __devinit | Arnd Bergmann | 1 | -1/+1 |
2012-11-16 | pata_arasan: Initialize cf clock to 166MHz | Vipul Kumar Samar | 1 | -0/+6 |
2012-11-16 | libata-acpi: Fix NULL ptr derference in ata_acpi_dev_handle | Aaron Lu | 1 | -3/+8 |
2012-11-14 | [SCSI] sd: Implement support for WRITE SAME | Martin K. Petersen | 1 | -0/+1 |
2012-11-14 | [SCSI] Add a report opcode helper | Martin K. Petersen | 1 | -0/+1 |
2012-10-03 | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 2 | -20/+51 |
2012-10-03 | Merge tag 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 13 | -52/+940 |
2012-10-02 | Merge SCSI misc branch into isci-for-3.6 tag | James Bottomley | 2 | -20/+51 |
2012-10-02 | sata_mv: Fix warnings when no PCI | Andrew Lunn | 1 | -3/+5 |
2012-10-02 | [libata] Makefile: Fix build error in sata_highbank | Mark Langsdorf | 1 | -1/+1 |
2012-09-22 | Merge branch 'multiplatform/platform-data' into next/multiplatform | Olof Johansson | 3 | -3/+3 |
2012-09-19 | ARM: samsung: move platform_data definitions | Arnd Bergmann | 1 | -1/+1 |
2012-09-14 | ARM: pxa: move platform_data definitions | Arnd Bergmann | 1 | -1/+1 |
2012-09-14 | ARM: ep93xx: move platform_data definitions | Arnd Bergmann | 1 | -1/+1 |
2012-09-13 | [libata] export ata_dev_set_feature() | Jeff Garzik | 1 | -0/+1 |
2012-09-13 | libata-core: use ATA_LBA in ata_build_rw_tf() | Sergei Shtylyov | 1 | -1/+1 |
2012-09-13 | ata/ahci_platform: Add clock framework support | Viresh Kumar | 2 | -7/+52 |
2012-09-13 | pata_arasan: add Device Tree probing capability | Viresh Kumar | 1 | -0/+10 |
2012-09-13 | pata_arasan: Add clk_{un}prepare() support | Viresh Kumar | 1 | -2/+2 |
2012-09-13 | ata: add platform driver for Calxeda AHCI controller | Mark Langsdorf | 4 | -1/+459 |
2012-09-13 | sata_fsl: add workaround for data length mismatch on freescale V2 controller | Shaohui Xie | 1 | -4/+35 |
2012-09-13 | ahci: implement aggressive SATA device sleep support | Shane Huang | 5 | -11/+143 |
2012-09-13 | ahci: Add identifiers for ASM106x devices | Alan Cox | 1 | -1/+4 |
2012-09-13 | ahci: Add alternate identifier for the 88SE9172 | Alan Cox | 1 | -0/+2 |
2012-09-13 | ahci: Add JMicron 362 device IDs | Ben Hutchings | 1 | -0/+3 |
2012-09-13 | Revert "libata: enable SATA disk fua detection on default" | Jeff Garzik | 1 | -2/+2 |
2012-08-25 | libata: Add a space to " 2GB ATA Flash Disk" DMA blacklist entry | Prarit Bhargava | 1 | -1/+1 |
2012-08-24 | [SCSI] libsas, ipr: cleanup ata_host flags initialization via ata_host_init | Dan Williams | 1 | -8/+2 |
2012-08-24 | [SCSI] libata: export ata_port suspend/resume infrastructure for sas | Dan Williams | 1 | -12/+46 |
2012-08-24 | [SCSI] libata: reset once | Dan Williams | 2 | -0/+3 |
2012-08-17 | [libata] scsi: implement MODE SELECT command | Paolo Bonzini | 1 | -6/+188 |
2012-08-17 | [libata] scsi: support MODE SENSE request for changeable and default parameters | Paolo Bonzini | 1 | -16/+43 |
2012-08-17 | [libata] scsi: Remove unlikely() from FUA check | Jeff Garzik | 1 | -2/+2 |
2012-08-17 | libata: enable SATA disk fua detection on default | Zheng Liu | 1 | -2/+2 |
2012-08-17 | [libata] new quirk, lift bridge limits for Buffalo DriveStation Quattro | Jeff Garzik | 1 | -0/+1 |
2012-08-17 | [libata] Kconfig: Elaborate that SFF is meant for legacy and PATA stuff | Paul Menzel | 1 | -1/+1 |
2012-08-17 | [libata] acpi: call ata_acpi_gtm during ata port init time | Aaron Lu | 1 | -11/+4 |
2012-08-17 | ata_piix: Add Device IDs for Intel Lynx Point-LP PCH | James Ralston | 1 | -0/+8 |
2012-08-17 | ahci: Add Device IDs for Intel Lynx Point-LP PCH | James Ralston | 1 | -0/+8 |
2012-08-17 | pata_atiixp: override cable detection on MSI E350DM-E33 | Arnd Hannemann | 1 | -0/+16 |
2012-08-17 | ahci: un-staticize ahci_dev_classify | Rob Herring | 2 | -1/+3 |
2012-08-02 | Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 1 | -13/+29 |
2012-07-31 | ata/pata_arasan: remove conditional compilation of clk code | Viresh Kumar | 1 | -13/+1 |
2012-07-27 | ATA: sata_mv: Add device tree support | Andrew Lunn | 1 | -13/+29 |
2012-07-26 | [libata] pata_cmd64x: whitespace cleanup | Jeff Garzik | 1 | -2/+2 |
2012-07-26 | libata-acpi: fix up for acpi_pm_device_sleep_state API | Stephen Rothwell | 1 | -1/+1 |