summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* libsas: use ata_is_ncq() and ata_has_dma() accessorsHannes Reinecke2016-07-141-9/+2
* libata: use ata_is_ncq() accessorsHannes Reinecke2016-07-143-5/+5
* libata-scsi: avoid repeated calculation of number of TRIM rangesTom Yan2016-07-121-3/+3
* libata-scsi: reject WRITE SAME (16) with n_block that exceeds limitTom Yan2016-07-121-1/+7
* libata-scsi: rename ata_msense_ctl_mode() to ata_msense_control()Tom Yan2016-07-121-5/+5
* libata-scsi: fix D_SENSE bit relection in control mode pageTom Yan2016-07-121-1/+1
* ata: hpt366: fix incorrect mask when checking at cmd_high_timeColin Ian King2016-07-121-1/+1
* libata-scsi: correct SPC version descriptorTom Yan2016-07-121-2/+2
* libata-scsi: set CmdQue bit in standard INQUIRY data to 1Tom Yan2016-07-121-1/+4
* libata-scsi: fix SET FEATURES "filtering" for ata_msense_caching()Tom Yan2016-07-121-1/+3
* libata-scsi: set correct VERSION field for ZAC devicesTom Yan2016-07-121-1/+3
* libata-scsi: correct cbd to CDB in commentTom Yan2016-07-061-1/+1
* libata-scsi: do not respond with "invalid field" for FORMAT UNITTom Yan2016-07-061-5/+0
* drivers: ata: pata_arasan_cf: use the same name for the same lockIago Abal2016-06-281-1/+1
* ata: fix "ering" sysfs time printingArnd Bergmann2016-06-171-4/+5
* phy: Add SATA3 PHY support for Broadcom NSP SoCYendapally Reddy Dhananjaya Reddy2016-06-161-0/+81
* ata: ahci_brcm: Add support for Broadcom NSP SoCYendapally Reddy Dhananjaya Reddy2016-06-162-11/+37
* ata: ahci_brcmstb: rename to support across Broadcom SoC'sYendapally Reddy Dhananjaya Reddy2016-06-163-4/+4
* ata: Use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-05-272-2/+2
* pata_atiixp: fix trivial indentation misalignment on if statementColin Ian King2016-05-271-2/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-05-261-3/+7
|\
| * drivers/pinctrl/intel/pinctrl-baytrail.c: fix build with gcc-4.4Andrew Morton2016-05-261-3/+7
* | Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-263-4/+12
|\ \
| * | dax: enable dax in the presence of known media errors (badblocks)Dan Williams2016-05-183-4/+12
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2016-05-261-198/+107
|\ \ \ | |_|/ |/| |
| * | libceph: replace ceph_monc_request_next_osdmap()Ilya Dryomov2016-05-261-1/+1
| * | libceph: async MON client generic requestsIlya Dryomov2016-05-261-2/+2
| * | libceph, rbd: ceph_osd_linger_request, watch/notify v2Ilya Dryomov2016-05-261-138/+41
| * | rbd: rbd_dev_header_unwatch_sync() variantIlya Dryomov2016-05-261-4/+9
| * | libceph: drop msg argument from ceph_osdc_callback_tIlya Dryomov2016-05-261-3/+2
| * | libceph: switch to calc_target(), part 2Ilya Dryomov2016-05-261-14/+4
| * | rbd: use header_oid instead of header_nameIlya Dryomov2016-05-261-33/+24
| * | libceph: variable-sized ceph_object_idIlya Dryomov2016-05-261-2/+6
| * | libceph: move message allocation out of ceph_osdc_alloc_request()Ilya Dryomov2016-05-261-2/+16
| * | rbd: get/put img_request in rbd_img_request_submit()Ilya Dryomov2016-05-261-4/+7
* | | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-05-261-1/+1
|\ \ \
| * | | hwmon: (emc2103) Fix typo in MODULE_PARM_DESCDan Carpenter2016-05-261-1/+1
| |/ /
* | | Merge tag 'mmc-v4.7-rc1' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds2016-05-268-20/+129
|\ \ \
| * | | mmc: sdhci-acpi: Remove MMC_CAP_BUS_WIDTH_TEST for Intel controllersAdrian Hunter2016-05-231-3/+3
| * | | mmc: sdhci-pci: Remove MMC_CAP_BUS_WIDTH_TEST for Intel controllersAdrian Hunter2016-05-231-4/+1
| * | | mmc: longer timeout for long read time quirkMatt Gumbel2016-05-232-4/+5
| * | | mmc: dw_mmc: rockchip: Set the drive phase properlyDouglas Anderson2016-05-231-0/+64
| * | | mmc: dw_mmc: fix the wrong max_blk_sizeJaehoon Chung2016-05-231-3/+3
| * | | mmc: dw_mmc-rockchip: add MMC_CAP_CMD23 capabilitiesShawn Lin2016-05-231-4/+4
| * | | mmc: sdhci-acpi: Ensure connected devices are powered when probingAdrian Hunter2016-05-201-1/+6
| * | | ACPI / PM: Export acpi_device_fix_up_power()Ulf Hansson2016-05-201-0/+1
| * | | mmc: block: Pause re-tuning while switched to the RPMB partitionAdrian Hunter2016-05-171-1/+10
| * | | mmc: block: Always switch back to main area after RPMB accessAdrian Hunter2016-05-171-0/+8
| * | | mmc: core: Add a facility to "pause" re-tuningAdrian Hunter2016-05-171-0/+24
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2016-05-2630-740/+2271
|\ \ \ \