Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
36bbfe2f097d5e09e8e9c83f55264bd538a0ebe1
/
drivers
/
ata
/
sata_sil.c
5682ed3
libata: rename SFF port ops
by Tejun Heo
· 17 years ago
9363c38
libata: rename SFF functions
by Tejun Heo
· 17 years ago
6fd3639
libata: kill ata_chk_status()
by Tejun Heo
· 17 years ago
029cfd6
libata: implement and use ops inheritance
by Tejun Heo
· 17 years ago
68d1d07
libata: implement and use SHT initializers
by Tejun Heo
· 17 years ago
6bd99b4
libata: normalize port_info, port_operations and sht tables
by Tejun Heo
· 17 years ago
d692abd
libata: kill ATA_LFLAG_HRST_TO_RESUME
by Tejun Heo
· 17 years ago
405e66b
libata: implement protocol tests
by Tejun Heo
· 17 years ago
f7fe7ad4
libata: clear link->eh_info.serror from ata_std_postreset()
by Tejun Heo
· 17 years ago
8cf32ac
sata_sil: fix spurious IRQ handling
by Tejun Heo
· 17 years ago
5796d1c
[libata] Address some checkpatch-spotted issues
by Jeff Garzik
· 17 years ago
cbcdd87
libata: implement and use ata_port_desc() to report port configuration
by Tejun Heo
· 17 years ago
ac8869d
[libata] Remove ->port_disable() hook
by Jeff Garzik
· 17 years ago
6d32d30
[libata] Remove ->irq_ack() hook, and ata_dummy_irq_on()
by Jeff Garzik
· 17 years ago
0c88758
libata-link: make two port flags HRST_TO_RESUME and SKIP_D2H_BSY link flags
by Tejun Heo
· 17 years ago
0260731
libata-link: linkify config/EH related functions
by Tejun Heo
· 17 years ago
f58229f
libata-link: implement and use link/device iterators
by Tejun Heo
· 17 years ago
9af5c9c
libata-link: introduce ata_link
by Tejun Heo
· 17 years ago
2a3103c
[libata] Bump driver versions
by Jeff Garzik
· 17 years ago
da3dbb1
libata: make ->scr_read/write callbacks return error code
by Tejun Heo
· 17 years ago
bf6263a
[libata] Use ATA_UDMAx standard masks when filling driver's udma_mask info
by Jeff Garzik
· 17 years ago
5bcd7a00
[libata] sata_sil: register table cleanup
by Jeff Garzik
· 17 years ago
a617c09
libata: Trim trailing whitespace
by Jeff Garzik
· 17 years ago
9666f40
libata: reimplement suspend/resume support using sdev->manage_start_stop
by Tejun Heo
· 18 years ago
4447d35
libata: convert the remaining SATA drivers to new init model
by Tejun Heo
· 18 years ago
9d2c7c7
sata_sil: First step to removing ->post_set_mode
by Alan Cox
· 18 years ago
cd0d3bb
libata: dev_config does not need ap and adev passing
by Alan
· 18 years ago
438ac6d
libata: add missing CONFIG_PM in LLDs
by Tejun Heo
· 18 years ago
cb48cab
[libata] bump versions
by Jeff Garzik
· 18 years ago
e2f8fb7
sata_sil: ignore and clear spurious IRQs while executing commands by polling
by Tejun Heo
· 18 years ago
8d9db2d
SATA: use NULL for ptrs
by Randy Dunlap
· 18 years ago
246ce3b
libata: add another IRQ calls (libata drivers)
by Akira Iguchi
· 18 years ago
0d5ff56
libata: convert to iomap
by Tejun Heo
· 18 years ago
24dc5f3
libata: update libata LLDs to use devres
by Tejun Heo
· 18 years ago
553c4aa
libata: handle pci_enable_device() failure while resuming
by Tejun Heo
· 18 years ago
a0cf733
libata: straighten out ATA_ID_* constants
by Tejun Heo
· 18 years ago
ea54763
[PATCH] libata: move BMDMA host status recording from EH to interrupt handler
by Tejun Heo
· 18 years ago
efdaedc
[PATCH] libata: implement ATA_EHI_PRINTINFO
by Tejun Heo
· 18 years ago
04b1add
[PATCH] misc sata __iomem annotations
by Al Viro
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
54bb3a94
[libata] Use new PCI_VDEVICE() macro to dramatically shorten ID lists
by Jeff Garzik
· 18 years ago
cca3974
libata: Grand renaming.
by Jeff Garzik
· 18 years ago
281d426
[PATCH] CONFIG_PM=n slim: drivers/scsi/sata_sil*
by Alexey Dobriyan
· 18 years ago
c6fd280
Move libata to drivers/ata.
by Jeff Garzik
· 18 years ago
[Renamed from drivers/scsi/sata_sil.c]
79ed35a
Merge branch 'tj-upstream-pci_register_driver' of git://htj.dyndns.org/libata-tj into upstream
by Jeff Garzik
· 18 years ago
b788719
[PATCH] libata: replace pci_module_init() with pci_register_driver()
by Pavel Roskin
· 18 years ago
dd3bec6
[PATCH] sata_sil: remove unaffected drives from m15w blacklist
by Tejun Heo
· 19 years ago
afb5a7c
[PATCH] sata_sil: add suspend/sleep support
by Tejun Heo
· 18 years ago
3d8ec91
[PATCH] sata_sil: separate out sil_init_controller()
by Tejun Heo
· 18 years ago
b51e9e5
[PATCH] libata: add ap->pflags and move core dynamic flags to it
by Tejun Heo
· 18 years ago
1d6f359
[PATCH] irq-flags: scsi: Use the new IRQF_ constants
by Thomas Gleixner
· 18 years ago
201ce85
[PATCH] sata_sil: disable hotplug interrupts on two ATI IXPs
by Tejun Heo
· 18 years ago
8676ce0
[libata] Bump versions
by Jeff Garzik
· 18 years ago
d4c8532
[PATCH] sata_sil: update device hotplug handling, take #2
by Tejun Heo
· 18 years ago
23fa961
[PATCH] sata_sil: add controller unplug detection in sil_interrupt()
by Tejun Heo
· 18 years ago
e573890
[PATCH] sata_sil: convert to new probing mechanism and add hotplug support
by Tejun Heo
· 18 years ago
ccf68c3
[PATCH] libata-hp: hook warmplug
by Tejun Heo
· 18 years ago
cbe88fb
[PATCH] sata_sil: new interrupt handler
by Tejun Heo
· 18 years ago
20888d8
[PATCH] sata_sil: add new constants in preparation for new interrupt handler
by Tejun Heo
· 18 years ago
a6b2c5d
[PATCH] PATCH: libata. Add ->data_xfer method
by Alan Cox
· 18 years ago
f6aae27
[PATCH] sata_sil: convert to new EH
by Tejun Heo
· 18 years ago
f15a1da
[PATCH] libata: use ATA printk helpers
by Tejun Heo
· 18 years ago
10a5fd5
Merge branch 'master'
by Jeff Garzik
· 19 years ago
9227c33
[PATCH] move ->eh_strategy_handler to the transport class
by Christoph Hellwig
· 19 years ago
af64371
[libata] bump versions
by Jeff Garzik
· 19 years ago
4bced2d
[libata] kill bogus cut-n-pasted comments in three drivers
by Jeff Garzik
· 19 years ago
e1211e3
[PATCH] libata: implement ata_dev_enabled and disabled()
by Tejun Heo
· 19 years ago
5a52913
[PATCH] libata: make per-dev transfer mode limits per-dev
by Tejun Heo
· 19 years ago
30afc84
[SCSI] libata: implement minimal transport template for ->eh_timed_out
by Tejun Heo
· 19 years ago
e653a1e
[PATCH] sata_sil: cosmetic flag/constant changes
by Tejun Heo
· 19 years ago
48d4ef2
[PATCH] sata_sil: replace register address constants with sil_port[] entry
by Tejun Heo
· 19 years ago
9a53144
[PATCH] sata_sil: use kzalloc
by Tejun Heo
· 19 years ago
81c2af3
[PATCH] sata_sil: replace sil_3112_m15w board id with sil_3112
by Tejun Heo
· 19 years ago
348edc5
[PATCH] sata_sil: remove unneeded ATA_FLAG_SRST from 3512 port info
by Tejun Heo
· 19 years ago
cccc65a
Merge branch 'master'
by Jeff Garzik
· 19 years ago
e4e10e3
[PATCH] sata_sil: implement R_ERR on DMA activate FIS errata fix
by Tejun Heo
· 19 years ago
0ee304d
[PATCH] sata_sil: add board ID for 3512
by Tejun Heo
· 19 years ago
6a62a04
[PATCH] libata: rename ata_dev_id_[c_]string()
by Tejun Heo
· 19 years ago
49430f9
[PATCH] libata: kill sht->max_sectors
by Tejun Heo
· 19 years ago
b00eec1
[PATCH] libata: add per-device max_sectors
by Tejun Heo
· 19 years ago
2e02671
[PATCH] libata: use ata_dev_id_c_string()
by Tejun Heo
· 19 years ago
531db7a
[PATCH] sata_sil: convert to new reset mechanism
by Tejun Heo
· 19 years ago
35daeb8
[PATCH] libata: use ata_scsi_timed_out()
by Tejun Heo
· 19 years ago
51e9f2f
[libata sata_sil] implement 'slow_down' module parameter
by Jeff Garzik
· 19 years ago
93c9338
[BLOCK] update libata to use new blk_ordered for barriers
by Tejun Heo
· 19 years ago
98ac62d
[PATCH] mark several libata datastructures const
by Arjan van de Ven
· 19 years ago
3b7d697
[libata] constify PCI ID table in several drivers
by Jeff Garzik
· 19 years ago
193515d
[libata] eliminate use of drivers/scsi/scsi.h compatibility header/defines
by Jeff Garzik
· 19 years ago
a9524a7
[libata] use dev_printk() throughout drivers
by Jeff Garzik
· 19 years ago
057ace5
libata: const-ification bombing run
by Jeff Garzik
· 19 years ago
9aa36e8
[PATCH] iomem annotations (sata_sil)
by Al Viro
· 19 years ago
374b187
[libata] update several drivers to use pci_iomap()/pci_iounmap()
by Jeff Garzik
· 19 years ago
ea6ba10
[libata] __iomem annotations for various drivers
by Jeff Garzik
· 19 years ago
70d374e
Merge /spare/repo/linux-2.6/
by Jeff Garzik
· 19 years ago
af36d7f
[libata] license change, other bits
by Jeff Garzik
· 19 years ago
953d113
[libata sata_sil] list documentation URL, since its public
by Jeff Garzik
· 19 years ago
e4deec6
[PATCH] sil: apply M15W quirk selectively (take 2)
by Tejun Heo
· 19 years ago
8a60a07
libata: trim trailing whitespace.
by Jeff Garzik
· 19 years ago
e1dd23a
[PATCH] sata_sil: Fix FIFO PCI Bus Arbitration kernel oops
by Jens Axboe
· 19 years ago
aa8f0dc
libata: Fix use-after-iounmap
by Jeff Garzik
· 19 years ago
Next »