index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ata
/
libata-sff.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ata: libata: Remove ata_noop_qc_prep()
Damien Le Moal
2024-08-02
1
-1
/
+0
*
ata: libata: Use QUIRK instead of HORKAGE
Damien Le Moal
2024-07-30
1
-5
/
+5
*
ata: add HAS_IOPORT dependencies
Niklas Schnelle
2024-04-08
1
-0
/
+4
*
ata: ahci: print the lpm policy on boot
Niklas Cassel
2023-10-03
1
-5
/
+5
*
ata: libata: remove references to non-existing error_handler()
Hannes Reinecke
2023-08-02
1
-20
/
+10
*
ata: fix debounce timings type
Sergey Shtylyov
2023-08-02
1
-1
/
+1
*
scsi: ata: Declare SCSI host templates const
Bart Van Assche
2023-03-25
1
-4
/
+4
*
ata: libata: simplify qc_fill_rtf port operation interface
Damien Le Moal
2023-01-04
1
-5
/
+1
*
ata: scsi: rename flag ATA_QCFLAG_FAILED to ATA_QCFLAG_EH
Niklas Cassel
2023-01-04
1
-2
/
+2
*
ata: libata-sff: kill unused ata_sff_busy_sleep()
Sergey Shtylyov
2022-11-11
1
-56
/
+0
*
ata: libata-sff: Fix double word in comments
Shaomin Deng
2022-09-16
1
-1
/
+1
*
ata: libata-sff: Fix compilation warning in ata_sff_lost_interrupt()
Damien Le Moal
2022-04-04
1
-1
/
+1
*
ata: libata-sff: use *switch* statement in ata_sff_dev_classify()
Sergey Shtylyov
2022-02-20
1
-7
/
+10
*
ata: add/use ata_taskfile::{error|status} fields
Sergey Shtylyov
2022-02-20
1
-3
/
+3
*
ata: libata-sff: refactor ata_sff_altstatus()
Sergey Shtylyov
2022-02-20
1
-26
/
+33
*
ata: libata-sff: refactor ata_sff_set_devctl()
Sergey Shtylyov
2022-02-19
1
-15
/
+15
*
ata: libata-sff: make ata_resources_present() return 'bool'
Sergey Shtylyov
2022-02-19
1
-4
/
+4
*
ata: libata-sff: make ata_devchk() return 'bool'
Sergey Shtylyov
2022-02-19
1
-3
/
+6
*
ata: libata: ata_{sff|std}_prereset() always return 0
Sergey Shtylyov
2022-02-03
1
-4
/
+3
*
ata: libata: remove debug compilation switches
Hannes Reinecke
2022-01-05
1
-1
/
+0
*
ata: libata: drop ata_msg_probe()
Hannes Reinecke
2022-01-05
1
-4
/
+0
*
ata: libata: remove pointless VPRINTK() calls
Hannes Reinecke
2022-01-05
1
-4
/
+0
*
ata: libata-sff: tracepoints for HSM state machine
Hannes Reinecke
2022-01-05
1
-13
/
+7
*
ata: libata: tracepoints for bus-master DMA
Hannes Reinecke
2022-01-05
1
-23
/
+21
*
ata: libata: add reset tracepoints
Hannes Reinecke
2022-01-04
1
-10
/
+1
*
ata: libata: Add ata_port_classify() helper
Hannes Reinecke
2022-01-04
1
-1
/
+1
*
ata: libata: remove pointless debugging messages
Hannes Reinecke
2022-01-04
1
-2
/
+0
*
libata: fix ata_pio_sector for CONFIG_HIGHMEM
Christoph Hellwig
2021-07-09
1
-8
/
+27
*
ata: remove stale maintainership information from core code
Bartlomiej Zolnierkiewicz
2020-03-26
1
-4
/
+0
*
ata: make qc_prep return ata_completion_errors
Jiri Slaby
2019-11-01
1
-4
/
+8
*
Merge tag 'for-5.4/libata-2019-09-15' of git://git.kernel.dk/linux-block
Linus Torvalds
2019-09-18
1
-7
/
+1
|
\
|
*
libata: switch remaining drivers to use dma_set_mask_and_coherent
Christoph Hellwig
2019-08-26
1
-7
/
+1
*
|
libata: add SG safety checks in SFF pio transfers
Jens Axboe
2019-08-07
1
-0
/
+6
|
/
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18
Thomas Gleixner
2019-05-21
1
-17
/
+1
*
libata: remove ata_sff_data_xfer_noirq()
Sebastian Andrzej Siewior
2018-07-11
1
-30
/
+0
*
ata: update references for libata documentation
Mauro Carvalho Chehab
2017-05-16
1
-1
/
+1
*
ata-sff: always map page before data transfer
Tycho Andersen
2017-05-16
1
-36
/
+8
*
libata: drop WARN from protocol error in ata_sff_qc_issue()
Tejun Heo
2017-03-06
1
-1
/
+0
*
libata-sff: Don't scan disabled ports when checking for legacy mode.
Darren Stevens
2017-01-23
1
-3
/
+13
*
ata: pass queued command to ->sff_data_xfer method
Bartlomiej Zolnierkiewicz
2017-01-10
1
-14
/
+15
*
libata: fix sff host state machine locking while polling
Tejun Heo
2016-02-01
1
-21
/
+11
*
libata-sff: use WARN instead of BUG on illegal host state machine state
Tejun Heo
2016-01-29
1
-1
/
+2
*
ata: remove deprecated use of pci api
Quentin Lambert
2015-04-08
1
-2
/
+2
*
libata: prevent HSM state change race between ISR and PIO
David Jeffery
2015-01-19
1
-0
/
+12
*
libata-sff: Fix controllers with no ctl port
Ondrej Zary
2014-09-28
1
-11
/
+9
*
libata-sff: remove dead code
Paul Bolle
2014-05-04
1
-9
/
+0
*
libata: update "Maintained by:" tags
Tejun Heo
2013-05-14
1
-1
/
+1
*
ata: remove the second argument of k[un]map_atomic()
Cong Wang
2012-03-20
1
-4
/
+4
*
libata-sff: use ATAPI_{COD|IO}
Sergei Shtylyov
2012-01-09
1
-2
/
+2
*
libata: fix build without BMDMA
Alexander Beregalov
2011-11-17
1
-0
/
+4
[next]