1. 27 10月, 2015 1 次提交
  2. 16 10月, 2015 1 次提交
    • A
      ahci: qoriq: Fix a compiling warning · eb351031
      Arnd Bergmann 提交于
      kbuild test robot reports the warnings:
      drivers/ata/ahci_qoriq.c: In function 'ahci_qoriq_hardreset':
      >> include/asm-generic/io.h:163:2: warning: 'px_is' may be used
      >> uninitialized in this function [-Wuninitialized]
      drivers/ata/ahci_qoriq.c:70:14: note: 'px_is' was declared here
      >> include/asm-generic/io.h:163:2: warning: 'px_cmd' may be used
      >> uninitialized in this function [-Wuninitialized]
      drivers/ata/ahci_qoriq.c:70:6: note: 'px_cmd' was declared here
      
      This patch fixed it by introducing a local variable.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NTang Yuantian <Yuantian.Tang@freescale.com>
      Signed-off-by: NTejun Heo <tj@kernel.org>
      eb351031
  3. 15 10月, 2015 1 次提交
  4. 13 10月, 2015 1 次提交
  5. 05 10月, 2015 1 次提交
  6. 01 10月, 2015 1 次提交
    • M
      ata: ahci: find eSATA ports and flag them as removable · 8a3e33cf
      Manuel Lauss 提交于
      If the AHCI ports' HPCP or ESP bits are set, the port
      should be considered external (e.g. eSATA) and is marked
      as removable.  Userspace tools like udisks then treat it
      like an usb drive.
      
      With this patch applied, when I plug a drive into the esata port,
      KDE pops up a window asking what to do with the drives(s), just
      like it does for any random USB stick.
      
      Removability is indicated to the upper layers by way of the
      SCSI RMB bit, as I haven't found another way to signal
      userspace to treat a sata disk like any usb stick.
      Signed-off-by: NManuel Lauss <manuel.lauss@gmail.com>
      Signed-off-by: NTejun Heo <tj@kernel.org>
      8a3e33cf
  7. 25 9月, 2015 1 次提交
  8. 11 9月, 2015 1 次提交
  9. 09 9月, 2015 2 次提交
  10. 05 9月, 2015 7 次提交
  11. 04 9月, 2015 14 次提交
  12. 03 9月, 2015 9 次提交