summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2018-07-24 13:39:55 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2018-07-24 13:39:53 -0700
commita441ab05d2b7b6112cdadfa1ac444a51db3e827c (patch)
tree96df55fef61ab5c16306b628178682246e2be761 /include
parentdf9023cd6928cca15905ae98b5ef7d857504d055 (diff)
parentf77d7178aab0094a940b876cfaabd49872c0d524 (diff)
Merge "Merge android-4.4.141 (b1bad9e) into msm-4.4"
Diffstat (limited to 'include')
-rw-r--r--include/linux/libata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h
index b20a2752f934..6428ac4746de 100644
--- a/include/linux/libata.h
+++ b/include/linux/libata.h
@@ -210,6 +210,7 @@ enum {
ATA_FLAG_SLAVE_POSS = (1 << 0), /* host supports slave dev */
/* (doesn't imply presence) */
ATA_FLAG_SATA = (1 << 1),
+ ATA_FLAG_NO_LPM = (1 << 2), /* host not happy with LPM */
ATA_FLAG_NO_LOG_PAGE = (1 << 5), /* do not issue log page read */
ATA_FLAG_NO_ATAPI = (1 << 6), /* No ATAPI support */
ATA_FLAG_PIO_DMA = (1 << 7), /* PIO cmds via DMA */