Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
ec573755fcd7975aae6b0d536dbcd74a6eed029c
/
drivers
/
scsi
ec57375
[PATCH] libata: disable failed devices only once in ata_bus_probe()
by Tejun Heo
· 19 years ago
7dd29dd
[PATCH] sata_sil24: use ata_wait_register()
by Tejun Heo
· 19 years ago
75fe180
[PATCH] ahci: use ata_wait_register()
by Tejun Heo
· 19 years ago
c22daff
[PATCH] libata: implement ata_wait_register()
by Tejun Heo
· 19 years ago
643be97
[PATCH] sata_sil24: better error message from softreset
by Tejun Heo
· 19 years ago
1c1d832
[PATCH] sata_sil24: fix timeout calculation in sil24_softreset
by Tejun Heo
· 19 years ago
987d2f0
[PATCH] libata: make reset methods complain when they fail
by Tejun Heo
· 19 years ago
2bf2cb2
[PATCH] libata: kill @verbose from ata_reset_fn_t
by Tejun Heo
· 19 years ago
db70fef
[PATCH] libata: set default cbl in probeinit
by Tejun Heo
· 19 years ago
35bb94b
libata: Add helper ata_shost_to_port()
by Jeff Garzik
· 19 years ago
381544b
libata: Fix EH merge difference between this branch and upstream.
by Jeff Garzik
· 19 years ago
10a5fd5
Merge branch 'master'
by Jeff Garzik
· 19 years ago
7551d9a
[PATCH] 3ware: kmap_atomic() fix
by Andrew Morton
· 19 years ago
1b72373
[libata] sata_mv: fix can_queue line accidentally removed in scsi-eh patch
by Jeff Garzik
· 19 years ago
9227c33
[PATCH] move ->eh_strategy_handler to the transport class
by Christoph Hellwig
· 19 years ago
c2a6585
[PATCH] ahci: do not fail softreset if PHY reports no device
by Tejun Heo
· 19 years ago
95de719
[PATCH] libata: convert ATAPI_ENABLE_DMADIR to module parameter
by Albert Lee
· 19 years ago
c16226a
Merge branch 'master'
by Jeff Garzik
· 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
63589ed
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
by Linus Torvalds
· 19 years ago
86dca4f
Merge master.kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6
by Linus Torvalds
· 19 years ago
6d5f973
[PATCH] libata: print SControl in SATA link status info message
by Tejun Heo
· 19 years ago
1ad8e7f
[PATCH] libata: make some libata-core routines extern
by Tejun Heo
· 19 years ago
ece1d63
[PATCH] libata: separate out libata-eh.c
by Tejun Heo
· 19 years ago
35e86b5
[PATCH] libata: dec scmd->retries for qcs with zero err_mask
by Tejun Heo
· 19 years ago
d69cf37
[PATCH] libata: add @cdb to ata_exec_internal()
by Tejun Heo
· 19 years ago
74e6c8c
[PATCH] libata: don't read TF directly from sense generation functions
by Tejun Heo
· 19 years ago
058e55e
[PATCH] libata: always generate sense if qc->err_mask is non-zero
by Tejun Heo
· 19 years ago
c91af2c
[PATCH] libata: pass qc around intead of ap during PIO
by Tejun Heo
· 19 years ago
2719736
[PATCH] libata: add ATA_QCFLAG_IO
by Tejun Heo
· 19 years ago
e838460
[PATCH] libata: clear ATA_DFLAG_PIO before setting it
by Tejun Heo
· 19 years ago
ea1dd4e
[PATCH] libata: clear only affected flags during ata_dev_configure()
by Tejun Heo
· 19 years ago
198e0fe
[PATCH] libata: rename ATA_FLAG_PORT_DISABLED to ATA_FLAG_DISABLED
by Tejun Heo
· 19 years ago
c43c555
[PATCH] libata: ATA_FLAG_IN_EH is not used, kill it
by Tejun Heo
· 19 years ago
5eb45c0
[PATCH] libata: ata_dev_revalidate() printk update
by Tejun Heo
· 19 years ago
d63cb4a
[PATCH] libata: report device number when PIO fails
by Tejun Heo
· 19 years ago
565083e
[PATCH] libata: consider disabled devices in ata_dev_xfermask()
by Tejun Heo
· 19 years ago
14d2bac
[PATCH] libata: improve ata_bus_probe()
by Tejun Heo
· 19 years ago
cf176e1
[PATCH] libata: implement ata_down_xfermask_limit()
by Tejun Heo
· 19 years ago
edbabd8
[PATCH] libata: add 5s sleep between resets
by Tejun Heo
· 19 years ago
90dac02
[PATCH] libata: use SATA speed down in ata_drive_probe_reset()
by Tejun Heo
· 19 years ago
1c3fae4
[PATCH] libata: implement ap->sata_spd_limit and helpers
by Tejun Heo
· 19 years ago
852ee16
[PATCH] libata: preserve SATA SPD setting over hard resets
by Tejun Heo
· 19 years ago
e82cbdb
[PATCH] libata: don't disable devices from ata_set_mode()
by Tejun Heo
· 19 years ago
e8e0619
[PATCH] libata: reorganize ata_set_mode()
by Tejun Heo
· 19 years ago
4f65977
[PATCH] libata: make ata_set_mode() handle no-device case properly
by Tejun Heo
· 19 years ago
e1211e3
[PATCH] libata: implement ata_dev_enabled and disabled()
by Tejun Heo
· 19 years ago
9974e7c
[PATCH] libata: convert do_probe_reset() to ata_do_reset()
by Tejun Heo
· 19 years ago
4c360c8
[PATCH] libata: separate out ata_spd_string()
by Tejun Heo
· 19 years ago
96072e6
[PATCH] libata: make ata_bus_probe() return negative errno on failure
by Tejun Heo
· 19 years ago
5bbc53f
[PATCH] libata: fix ata_set_mode() return value
by Tejun Heo
· 19 years ago
706c8c9
[PATCH] powerpc/pseries: Change H_StudlyCaps to H_SHOUTING_CAPS
by Segher Boessenkool
· 19 years ago
5637a2e
fix a typo in the AIC7XXX_DEBUG_MASK help text
by Adrian Bunk
· 19 years ago
d21c356
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev
by Linus Torvalds
· 19 years ago
9b41046
[PATCH] Don't pass boot parameters to argv_init[]
by OGAWA Hirofumi
· 19 years ago
e2d4096
[PATCH] pcmcia: use bitfield instead of p_state and state
by Dominik Brodowski
· 19 years ago
15b99ac
[PATCH] pcmcia: add return value to _config() functions
by Dominik Brodowski
· 19 years ago
fba395e
[PATCH] pcmcia: remove dev_link_t and client_handle_t indirection
by Dominik Brodowski
· 19 years ago
fd23823
[PATCH] pcmcia: embed dev_link_t into struct pcmcia_device
by Dominik Brodowski
· 19 years ago
70294b4
[PATCH] pcmcia: remove unneeded Vcc pseudo setting
by Dominik Brodowski
· 19 years ago
8661bb5
[PATCH] pcmcia: default suspend and resume handling
by Dominik Brodowski
· 19 years ago
50db3fd
[PATCH] pcmcia: convert remaining users of pcmcia_release_io and _irq
by Dominik Brodowski
· 19 years ago
5f2a71f
[PATCH] pcmcia: add pcmcia_disable_device
by Dominik Brodowski
· 19 years ago
be9a50c8
[PATCH] libata: fix ata_xfer_tbl termination
by Tejun Heo
· 19 years ago
8e0e694
[PATCH] libata: make ata_qc_issue complete failed qcs
by Tejun Heo
· 19 years ago
e4a70e7
[PATCH] libata: fix ata_qc_issue failure path
by Tejun Heo
· 19 years ago
79ea24e
[PATCH] ata_piix: fix ich6/m_map_db
by Tejun Heo
· 19 years ago
ea19006
Merge branch 'master'
by Jeff Garzik
· 19 years ago
ce362c0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6
by Linus Torvalds
· 19 years ago
8b316a3
[libata] ahci: add ATI SB600 PCI IDs
by Jeff Garzik
· 19 years ago
5076c15
[PARISC] I/O-Space must be ioremap_nocache()'d
by Helge Deller
· 19 years ago
55d8ca4
Merge branch 'mv-merge'
by Jeff Garzik
· 19 years ago
63af2a5
[PATCH] sata_mv: three bug fixes
by Mark Lord
· 19 years ago
00b6f5e
[PATCH] libata: ata_dev_init_params() fixes
by Albert Lee
· 19 years ago
17efc5f
[PATCH] libata: Fix interesting use of "extern" and also some bracketing
by Alan Cox
· 19 years ago
5444a6f
[PATCH] libata: Simplex and other mode filtering logic
by Alan Cox
· 19 years ago
692785e
[PATCH] libata - ATA is both ATA and CFA
by Alan Cox
· 19 years ago
e35a9e0
[PATCH] libata: Add ->set_mode hook for odd drivers
by Alan Cox
· 19 years ago
4e5ec5d
[PATCH] libata: BMDMA handling updates
by Alan Cox
· 19 years ago
05c8e0a
[PATCH] libata: kill trailing whitespace
by Tejun Heo
· 19 years ago
e02a4ca
Merge branch 'master'
by Jeff Garzik
· 19 years ago
bac30d1
Merge ../linux-2.6
by Paul Mackerras
· 19 years ago
7f927fc
[PATCH] Typo fixes
by Alexey Dobriyan
· 19 years ago
910638a
[PATCH] Replace 0xff.. with correct DMA_xBIT_MASK
by Matthias Gehre
· 19 years ago
60c904a
[PATCH] drivers/scsi/*: use time_after() and friends
by Marcelo Feitoza Parisi
· 19 years ago
e822250
[PATCH] powerpc: Kill _machine and hard-coded platform numbers
by Benjamin Herrenschmidt
· 19 years ago
e041c68
[PATCH] Notifier chain update: API changes
by Alan Stern
· 19 years ago
93d2341
[PATCH] mempool: use mempool_create_slab_pool()
by Matthew Dobson
· 19 years ago
0eaae62a
[PATCH] mempool: use common mempool kmalloc allocator
by Matthew Dobson
· 19 years ago
a9312fb
[PATCH] git-scsi-misc: min() warning fix
by Andrew Morton
· 19 years ago
8d3b33f
[PATCH] Remove MODULE_PARM
by Rusty Russell
· 19 years ago
600511e
[PATCH] libata: add FIXME above ata_dev_xfermask()
by Tejun Heo
· 19 years ago
298a41c
[PATCH] libata: cosmetic changes in ata_bus_softreset()
by Tejun Heo
· 19 years ago
aec5c3c
[PATCH] libata: kill E.D.D.
by Tejun Heo
· 19 years ago
e93252f
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev
by Linus Torvalds
· 19 years ago
53b3531
[PATCH] s/;;/;/g
by Alexey Dobriyan
· 19 years ago
22bc685
[PATCH] remove ISA legacy functions: drivers/scsi/in2000.c
by Al Viro
· 19 years ago
c818cb6
[PATCH] remove ISA legacy functions: drivers/scsi/g_NCR5380.c
by Al Viro
· 19 years ago
2f1f610
[PATCH] libata: Remove dependence on host_set->dev for SAS
by Brian King
· 19 years ago
Next »