Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
371a689f64b0da140c3bcd3f55305ffa1c3a58ef
/
include
/
linux
/
libata.h
ae01b24
libata: Implement ATA_FLAG_NO_DIPM and apply it to mcp65
by Tejun Heo
· 14 years ago
3f7ac1d
libata: Kill unused ATA_DFLAG_{H|D}IPM flags
by Tejun Heo
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
64b9759
libata-sff: add ata_sff_queue_work() & ata_sff_queue_delayed_work()
by Viresh Kumar
· 14 years ago
1a0f6b7
libata: remove ATA_FLAG_LPM
by Sergei Shtylyov
· 14 years ago
9cbe056
libata: remove ATA_FLAG_NO_LEGACY
by Sergei Shtylyov
· 14 years ago
3696df3
libata: remove ATA_FLAG_MMIO
by Sergei Shtylyov
· 14 years ago
c10f97b
libata: remove ATA_FLAG_{SRST|SATA_RESET}
by Sergei Shtylyov
· 14 years ago
0e0b494c
libata: separate error handler into usable components
by James Bottomley
· 14 years ago
b27dcfb
[libata] avoid needlessly passing around ptr to SCSI completion func
by Jeff Garzik
· 14 years ago
f281233
SCSI host lock push-down
by Jeff Garzik
· 14 years ago
89692c0
include/linux/libata.h: fix typo
by Andrea Gelmini
· 14 years ago
b34e904
libata: reorder ata_queued_cmd to remove alignment padding on 64 bit builds
by Richard Kennedy
· 14 years ago
c0c362b
libata: implement cross-port EH exclusion
by Tejun Heo
· 14 years ago
97750ce
libata: add @ap to ata_wait_register() and introduce ata_msleep()
by Tejun Heo
· 14 years ago
6b7ae95
libata: reimplement link power management
by Tejun Heo
· 14 years ago
1152b26
libata: implement sata_link_scr_lpm() and make ata_dev_set_feature() global
by Tejun Heo
· 14 years ago
c93b263
libata: clean up lpm related symbols and sysfs show/store functions
by Tejun Heo
· 14 years ago
d902747
[libata] Add ATA transport class
by Gwendal Grignou
· 14 years ago
ea3c645
libata-sff: Reenable Port Multiplier after libata-sff remodeling.
by Gwendal Grignou
· 14 years ago
e2f3d75
libata: skip EH autopsy and recovery during suspend
by Tejun Heo
· 14 years ago
ad72cf9
libata: take advantage of cmwq and remove concurrency limitations
by Tejun Heo
· 14 years ago
d8d9129
libata: implement on-demand HPA unlocking
by Tejun Heo
· 14 years ago
43c9c59
libata: implement dump_id force param
by Tejun Heo
· 14 years ago
9a7780c
libata-sff: make BMDMA optional
by Tejun Heo
· 14 years ago
1c5afdf
libata-sff: separate out BMDMA init
by Tejun Heo
· 14 years ago
c3b2889
libata-sff: separate out BMDMA irq handler
by Tejun Heo
· 14 years ago
37f65b8
libata-sff: ata_sff_irq_clear() is BMDMA specific
by Tejun Heo
· 14 years ago
360ff78
libata-sff: separate out BMDMA qc_issue
by Tejun Heo
· 15 years ago
f60d701
libata-sff: prd is BMDMA specific
by Tejun Heo
· 15 years ago
f47451c
libata-sff: ata_sff_[dumb_]qc_prep are BMDMA specific
by Tejun Heo
· 15 years ago
fe06e5f
libata-sff: separate out BMDMA EH
by Tejun Heo
· 15 years ago
c429137
libata-sff: port_task is SFF specific
by Tejun Heo
· 15 years ago
5fe7454
libata-sff: ap->[last_]ctl are SFF specific
by Tejun Heo
· 15 years ago
8244cd0
libata-sff: rename ap->ops->drain_fifo() to sff_drain_fifo()
by Tejun Heo
· 15 years ago
c708765
libata-sff: clean up BMDMA initialization
by Tejun Heo
· 15 years ago
9f2f721
libata-sff: reorder SFF/BMDMA functions
by Tejun Heo
· 15 years ago
3e4ec34
libata: kill ATA_FLAG_DISABLED
by Tejun Heo
· 15 years ago
e42a542
libata: make sff_irq_on() method optional
by Sergei Shtylyov
· 15 years ago
41dec29
libata: introduce sff_set_devctl() method
by Sergei Shtylyov
· 15 years ago
b48d58f
libata: use longer 0xff wait if parallel scan is enabled
by Tejun Heo
· 15 years ago
2944408
libata-sff: kill unused ata_bus_reset()
by Sergei Shtylyov
· 15 years ago
445d211
libata: unlock HPA if device shrunk
by Tejun Heo
· 15 years ago
16ea0fc
libata: Pass host flags into the pci helper
by Alan Cox
· 15 years ago
2794362
libata: implement spurious irq handling for SFF and apply it to piix
by Tejun Heo
· 15 years ago
5040ab6
libata: retry link resume if necessary
by Tejun Heo
· 15 years ago
382f51f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
by Linus Torvalds
· 15 years ago
e881a17
[SCSI] modify change_queue_depth to take in reason why it is being called
by Mike Christie
· 15 years ago
95514fd
libata: add private driver field to struct ata_device
by Bartlomiej Zolnierkiewicz
· 15 years ago
6013efd
libata: retry failed FLUSH if device didn't fail it
by Tejun Heo
· 15 years ago
110f66d
libata: make gtf_filter per-dev
by Tejun Heo
· 15 years ago
fa5b561
libata: implement more acpi filtering options
by Tejun Heo
· 15 years ago
f1bce7f
libata: cosmetic updates
by Tejun Heo
· 15 years ago
051d9fb
libata: remove spindown skipping and warning
by Tejun Heo
· 15 years ago
388539f
[libata] add DMA setup FIS auto-activate feature
by Shaohua Li
· 15 years ago
5920dad
libata: accept late unlocking of HPA
by Tejun Heo
· 15 years ago
d0cb43b
libata: implement and use HORKAGE_NOSETXFER, take#2
by Tejun Heo
· 15 years ago
e3cf95d
ata: Report 16/32bit PIO as best we can
by Alan Cox
· 16 years ago
877d031
trivial: Fix misspelling of firmware
by Nick Andrew
· 16 years ago
c96f173
[libata] Improve timeout handling
by Alan Cox
· 16 years ago
3d47aa8
[libata] Drain data on errors
by Alan Cox
· 16 years ago
1a66016
[libata] Export ata_pio_queue_task() so that it can be used from sata_mv.
by Mark Lord
· 16 years ago
84bda12
libata: align ap->sector_buf
by Tejun Heo
· 16 years ago
5825627
libata: fix dma_unmap_sg misuse
by FUJITA Tomonori
· 16 years ago
e7d3ef1
libata: change drive ready wait after hard reset to 5s
by Stuart Hayes
· 16 years ago
9062712
libata: implement HORKAGE_1_5_GBPS and apply it to WD My Book
by Tejun Heo
· 16 years ago
99cf610
libata: clear dev->ering in smarter way
by Tejun Heo
· 16 years ago
2a6e58d
SATA: Blacklisting of systems that spin off disks during ACPI power off
by Rafael J. Wysocki
· 16 years ago
3ada9c1
libata: Add another column to the ata_timing table.
by David Daney
· 16 years ago
94be9a5
[libata] get-identity ioctl: Fix use of invalid memory pointer for SAS drivers.
by Jeff Garzik
· 16 years ago
886ad09
libata: Add a per-host flag to opt-in into parallel port probes
by Arjan van de Ven
· 16 years ago
871af12
libata: Add 32bit PIO support
by Alan Cox
· 16 years ago
ece180d
libata: perform port detach in EH
by Tejun Heo
· 16 years ago
1eca436
libata: beef up iterators
by Tejun Heo
· 16 years ago
ac70a96
libata: blacklist Seagate drives which time out FLUSH_CACHE when used with NCQ
by Tejun Heo
· 16 years ago
8a8bc22
libata: revert convert-to-block-tagging patches
by Tejun Heo
· 16 years ago
6a87e42
libata: implement ATA_HORKAGE_ATAPI_MOD16_DMA and apply it
by Tejun Heo
· 16 years ago
9ce8e30
libata: add whitelist for devices with known good pata-sata bridges
by Jens Axboe
· 16 years ago
2fca5cc
libata: switch to using block layer tagging support
by Jens Axboe
· 16 years ago
848e4c6
libata: transfer EHI control flags to slave ehc.i
by Tejun Heo
· 16 years ago
6866e7b
libata: reorder ata_device to remove 8 bytes of padding on 64 bits
by Richard Kennedy
· 16 years ago
45fabbb
libata: Implement disk shock protection support
by Elias Oltmanns
· 16 years ago
b1c7291
libata: implement slave_link
by Tejun Heo
· 16 years ago
b5b3fa3
libata: misc updates to prepare for slave link
by Tejun Heo
· 16 years ago
aadffb6
libata: reimplement link iterator
by Tejun Heo
· 16 years ago
82ef04f
libata: make SCR access ops per-link
by Tejun Heo
· 16 years ago
b15b3eb
libata: Fix a large collection of DMA mode mismatches
by Alan Cox
· 16 years ago
d127ea7
libata: restore SControl on detach
by Tejun Heo
· 16 years ago
05944bd
libata: implement no[hs]rst force params
by Tejun Heo
· 16 years ago
963e497
pata_it821x: Driver updates and reworking
by Alan Cox
· 16 years ago
1f938d0
libata.h: replace __FUNCTION__ with __func__
by Alexander Beregalov
· 16 years ago
18f7ba4
libata/ahci: enclosure management support
by Kristen Carlson Accardi
· 16 years ago
87fbc5a
libata: improve EH internal command timeout handling
by Tejun Heo
· 16 years ago
0a2c0f5
libata: improve EH retry delay handling
by Tejun Heo
· 16 years ago
341c2c9
libata: consistently use msecs for time durations
by Tejun Heo
· 16 years ago
a57c1ba
libata-sff: Fix oops reported in kerneloops.org for pnp devices with no ctl
by Alan Cox
· 16 years ago
4f0ebe3
libata: kill unused constants
by Tejun Heo
· 16 years ago
50af2fa
libata: ignore SIMG4726 config pseudo device
by Tejun Heo
· 16 years ago
bf1bff6
libata: increase PMP register access timeout to 3s
by Tejun Heo
· 16 years ago
07633b5
ata: remove FIT() macro
by Harvey Harrison
· 16 years ago
Next »