Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
2c7620d50c23737728bccfb26ffb94cd51e58007
/
drivers
/
ata
/
ata_piix.c
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
dedf61db
libata piix3 support warning fix
by Andrew Morton
· 18 years ago
d2cdfc0
libata: PIIX3 support
by Alan
· 18 years ago
babfb68
ata_piix: add ICH7 on Acer 3682WLMi to laptop list
by J J
· 18 years ago
f20b16f
[libata] trim trailing whitespace
by Jeff Garzik
· 18 years ago
fae07dc
[PATCH] ata_piix: use piix_host_stop() in ich_pata_ops
by Tejun Heo
· 18 years ago
f98b657
[PATCH] ata_piix: IDE mode SATA patch for Intel ICH9
by Jason Gaston
· 18 years ago
2c5ff67
[PATCH] trivial piix: swap bogus dot for comma space
by Alan
· 18 years ago
800b399
[PATCH] libata: always use polling IDENTIFY
by Tejun Heo
· 18 years ago
5e56a37
[PATCH] ata_piix: strip now unneded MAP related stuff
by Tejun Heo
· 18 years ago
228c159
[PATCH] ata_piix: apply device detection via polling IDENTIFY
by Tejun Heo
· 18 years ago
b3362f8
[PATCH] ata_piix: clean up port flags
by Tejun Heo
· 18 years ago
fc08515
[PATCH] libata: add 40pin "short" cable support, honour drive side speed detection
by Alan Cox
· 18 years ago
732f74a
Revert "[PATCH] Add 0x7110 piix to ata_piix.c"
by Jeff Garzik
· 18 years ago
c6446a4
[PATCH] ata_piix: allow 01b MAP for both ICH6M and ICH7M
by Tejun Heo
· 18 years ago
f833229
[PATCH] Add 0x7110 piix to ata_piix.c
by Jens Axboe
· 18 years ago
158f30c8
[PATCH] libata: use correct map_db values for ICH8
by Kristen Carlson Accardi
· 18 years ago
c961922
[PATCH] libata-eh: Remove layering violation and duplication when handling absent ports
by Alan Cox
· 18 years ago
c32a8fd
[PATCH] ata-piix: fixes kerneldoc error
by Henne
· 18 years ago
b0fea35
[libata] ata_piix: build fix
by Jeff Garzik
· 18 years ago
dd1dc80
Merge branch 'upstream-fixes' into upstream
by Jeff Garzik
· 18 years ago
85cd725
[libata #pata-drivers] Trim trailing whitespace.
by Jeff Garzik
· 18 years ago
669a5db
[libata] Add a bunch of PATA drivers.
by Jeff Garzik
· 18 years ago
cca3974
libata: Grand renaming.
by Jeff Garzik
· 18 years ago
54a86bf
Merge branch 'upstream-fixes' into upstream
by Jeff Garzik
· 18 years ago
f89b2b5
Merge branch 'upstream-fixes' into upstream
by Jeff Garzik
· 18 years ago
24dd01b
[libata] ata_piix: add missing kfree()
by Jeff Garzik
· 18 years ago
c6fd280
Move libata to drivers/ata.
by Jeff Garzik
· 18 years ago
[Renamed from drivers/scsi/ata_piix.c]
b788719
[PATCH] libata: replace pci_module_init() with pci_register_driver()
by Pavel Roskin
· 18 years ago
2a88d1a
[PATCH] libata: replace ap->hard_port_no with ap->port_no
by Tejun Heo
· 18 years ago
2ec7df0
[PATCH] libata: rework legacy handling to remove much of the cruft
by Alan Cox
· 18 years ago
85455dd3
[PATCH] Fix compile problem when sata debugging is on
by Keith Owens
· 18 years ago
f814b75f
[PATCH] ata_piix: fix host_set private_data intialization
by Tejun Heo
· 18 years ago
f5beec4
[libata] ata_piix: correct 'invalid MAP value' typo-caused error
by Jeff Garzik
· 18 years ago
73291a1
[libata] ata_piix: minor cleanups noticed in prior patch run
by Jeff Garzik
· 18 years ago
08f12ed
[libata] ata_piix: attempt to fix ICH8 support
by Jeff Garzik
· 18 years ago
ea35d29
[libata] ata_piix: Consolidate PCS register writing
by Jeff Garzik
· 18 years ago
d96715c
[PATCH] ata_piix: add host_set private structure
by Tejun Heo
· 18 years ago
8676ce0
[libata] Bump versions
by Jeff Garzik
· 18 years ago
ccc4672
[PATCH] ata_piix: convert ata_piix to new probing mechanism
by Tejun Heo
· 19 years ago
ccf68c3
[PATCH] libata-hp: hook warmplug
by Tejun Heo
· 19 years ago
89bad58
[PATCH] libata: add back ->data_xfer to ata_piix.c
by Albert Lee
· 19 years ago
31a34fe
[PATCH] ata_piix formatting
by Alan Cox
· 19 years ago
b74ba22
[PATCH] Add PCI ID for the Intel IDE Controller which is in the Intel Mac Minis shipped in first quarter 2006
by Thomas Glanzmann
· 19 years ago
3f037db
[PATCH] ata_piix: convert to new EH
by Tejun Heo
· 19 years ago
f15a1da
[PATCH] libata: use ATA printk helpers
by Tejun Heo
· 19 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
79ea24e
[PATCH] ata_piix: fix ich6/m_map_db
by Tejun Heo
· 19 years ago
2e9edbf
[libata] export ata_dev_pair; trim trailing whitespace
by Jeff Garzik
· 19 years ago
30afc84
[SCSI] libata: implement minimal transport template for ->eh_timed_out
by Tejun Heo
· 19 years ago
219e621
[PATCH] ata_piix: rename PIIX_FLAG_IGN_PRESENT to PIIX_FLAG_IGNORE_PCS
by Tejun Heo
· 19 years ago
d133eca
[PATCH] ata_piix: reimplement piix_sata_probe()
by Tejun Heo
· 19 years ago
d33f58b
[PATCH] ata_piix: implement proper port map
by Tejun Heo
· 19 years ago
d435804
[PATCH] ata_piix: add a couple of flags
by Tejun Heo
· 19 years ago
1d076e5
[PATCH] ata_piix: finer-grained port_info
by Tejun Heo
· 19 years ago
ccbe6d5
[PATCH] ata_piix: convert sata to new reset mechanism
by Tejun Heo
· 19 years ago
573db6b
[PATCH] ata_piix: convert pata to new reset mechanism
by Tejun Heo
· 19 years ago
49430f9
[PATCH] libata: kill sht->max_sectors
by Tejun Heo
· 19 years ago
48f80e1
[PATCH] ata_piix: kill spurious assignment in piix_sata_probe()
by Tejun Heo
· 19 years ago
35daeb8
[PATCH] libata: use ata_scsi_timed_out()
by Tejun Heo
· 19 years ago
c893a3a
Various libata documentation updates.
by Randy Dunlap
· 19 years ago
b376bc1
[libata ata_piix] Fix ICH6/7 map value interpretation
by Jeff Garzik
· 19 years ago
ff0fc14
[PATCH] ata_piix: fix MAP VALUE interpretation for for ICH6/7
by Tejun Heo
· 19 years ago
012b265
[PATCH] Intel ICH8 SATA: add PCI device IDs
by Jason Gaston
· 19 years ago
d99cf9d
Merge branch 'post-2.6.15' of git://brick.kernel.dk/data/git/linux-2.6-block
by Linus Torvalds
· 19 years ago
9b84754
[PATCH] Suspend support for libata
by Jens Axboe
· 19 years ago
93c9338
[BLOCK] update libata to use new blk_ordered for barriers
by Tejun Heo
· 19 years ago
c621b14
[PATCH] libata: ata_piix 450NX errata
by Alan Cox
· 19 years ago
d96212e
[PATCH] libata: add ata_piix notes
by Alan Cox
· 19 years ago
8bb6030
Merge branch 'upstream-fixes'
by Jeff Garzik
· 19 years ago
7bdd720
[libata] bump versions
by Jeff Garzik
· 19 years ago
1c24a41
[libata ata_piix] cleanup: remove duplicate ata_port_info records
by Jeff Garzik
· 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
fbf30fb
[libata ata_piix] fix native mode probe, after recent updates
by Jeff Garzik
· 19 years ago
6248e64
[libata ata_piix] use dev_printk() where appropriate
by Jeff Garzik
· 19 years ago
057ace5
libata: const-ification bombing run
by Jeff Garzik
· 19 years ago
7a83e90
[PATCH] PATCH: silly in piix driver
by Alan Cox
· 19 years ago
a04ce0f
[PATCH] PCI/libata INTx cleanup
by Brett M Russ
· 19 years ago
6a690df
[PATCH] scan all enabled ports on ata_piix
by Hannes Reinecke
· 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
4887f76
/spare/repo/libata-dev branch 'upstream-fixes'
by Jeff Garzik
· 19 years ago
6885433
libata: release prep (bump versions, etc.)
by Jeff Garzik
· 19 years ago
8a60a07
libata: trim trailing whitespace.
by Jeff Garzik
· 19 years ago
7b6dbd6
libata: Check PCI sub-class code before disabling AHCI
by Greg Felix
· 19 years ago
d7aaf48
Automatic merge of /spare/repo/linux-2.6/.git branch HEAD
by
· 20 years ago
0cba632
libata: doc updates
by Jeff Garzik
· 20 years ago
aa8f0dc
libata: Fix use-after-iounmap
by Jeff Garzik
· 20 years ago
c368ca4
[PATCH] ata_piix: IDE mode SATA patch for Intel ESB2
by Jason Gaston
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago