Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
7f3c868ba78e486bd9d7569f884dd46d8f59bb18
/
drivers
/
ide
7f3c868
ide: remove ide_driver_t typedef
by Bartlomiej Zolnierkiewicz
· 16 years ago
9892ec5
ide: remove 'byte' typedef
by Bartlomiej Zolnierkiewicz
· 16 years ago
c0ae502
ide: remove ide_pci_enablebit_t typedef
by Bartlomiej Zolnierkiewicz
· 16 years ago
54cc142
ide: remove local_irq_set() macro
by Bartlomiej Zolnierkiewicz
· 16 years ago
898ec22
ide: remove HWIF() macro
by Bartlomiej Zolnierkiewicz
· 16 years ago
b40d1b8
ide: move ide_init_port_data() and friends to ide-probe.c
by Bartlomiej Zolnierkiewicz
· 16 years ago
ff670e6
ide: update ide_unregister() documentation
by Bartlomiej Zolnierkiewicz
· 16 years ago
b65fac3
ide: merge ide_hwgroup_t with ide_hwif_t (v2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
5b31f85
ide: use lock bitops for ports serialization (v2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
efe0397
ide: remove hwgroup->hwif and {drive,hwif}->next
by Bartlomiej Zolnierkiewicz
· 16 years ago
ae86afa
ide: use per-port IRQ handlers
by Bartlomiej Zolnierkiewicz
· 16 years ago
bd53cbc
ide: add ->cur_port to struct ide_host and use it for serialized hosts
by Bartlomiej Zolnierkiewicz
· 16 years ago
42cf261
ide: fix setting nIEN on idle devices
by Bartlomiej Zolnierkiewicz
· 16 years ago
b46f205
ide: fix LOCKDEP warning
by Bartlomiej Zolnierkiewicz
· 16 years ago
b16aabc
ide-atapi: start dma in a drive-specific way
by Borislav Petkov
· 16 years ago
06cc277
ide-atapi: put the rest of non-ide-cd code into the else-clause of ide_transfer_pc
by Borislav Petkov
· 16 years ago
28ad91d
ide-atapi: remove timeout arg to ide_issue_pc
by Borislav Petkov
· 16 years ago
65a3309
ide-cd: remove handler wrappers
by Borislav Petkov
· 16 years ago
563d993
ide-cd: remove xferlen arg to cdrom_start_packet_command
by Borislav Petkov
· 16 years ago
d77612a
ide-atapi: split drive-specific functionality in ide_issue_pc
by Borislav Petkov
· 16 years ago
def860d
ide-atapi: assign expiry and timeout based on device type
by Borislav Petkov
· 16 years ago
8c66285
ide-atapi: compute cmd_len based on device type in ide_transfer_pc
by Borislav Petkov
· 16 years ago
5317464
ide: remove the last ide-scsi remnants
by Borislav Petkov
· 16 years ago
5d655a0
ide-atapi: remove ide-scsi remnants from ide_pc_intr()
by Borislav Petkov
· 16 years ago
5fe3110
ide-atapi: remove ide-scsi remnants from ide_transfer_pc()
by Borislav Petkov
· 16 years ago
152fe1c
ide-atapi: remove ide-scsi remnants from ide_issue_pc
by Borislav Petkov
· 16 years ago
4cad085
ide-cd: move cdrom_timer_expiry to ide-atapi.c
by Borislav Petkov
· 16 years ago
5f25843
ide-atapi: teach ide atapi about drive->waiting_for_dma
by Borislav Petkov
· 16 years ago
392de1d
ide-atapi: accomodate transfer length calculation for ide-cd
by Borislav Petkov
· 16 years ago
4f02ff0
ide-atapi: setup dma for ide-cd
by Borislav Petkov
· 16 years ago
ed48554
ide-atapi: combine drive-specific assignments
by Borislav Petkov
· 16 years ago
991cb26
ide-atapi: add a dev_is_idecd-inline
by Borislav Petkov
· 16 years ago
93c164a
remove ide-scsi
by FUJITA Tomonori
· 16 years ago
07bd3f4
ide-floppy: allocate only toplevel packet commands
by Linus Torvalds
· 16 years ago
0f38aaa
ide-cd: move debug defines into header
by Borislav Petkov
· 16 years ago
201bffa
ide: use per-device request queue locks (v2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
631de37
ide: add ide_[un]lock_hwgroup() helpers
by Bartlomiej Zolnierkiewicz
· 16 years ago
b2cfb05
ide: remove "paranoia" checks for hwgroup->busy
by Bartlomiej Zolnierkiewicz
· 16 years ago
2fb2115
ide: remove IDE PM hack from do_ide_request()
by Bartlomiej Zolnierkiewicz
· 16 years ago
295f000
ide: don't execute the next queued command from the hard-IRQ context (v2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
ebdab07
ide: move sysfs support to ide-sysfs.c
by Bartlomiej Zolnierkiewicz
· 16 years ago
24630dc
ide: factor out device type classifying from do_identify()
by Bartlomiej Zolnierkiewicz
· 16 years ago
96d4094
ide: small ide_register_port() cleanup
by Bartlomiej Zolnierkiewicz
· 16 years ago
b1d249e
ide: remove chipset type fixup from ide_host_register()
by Bartlomiej Zolnierkiewicz
· 16 years ago
3ee86dc
tx493x: fix indentation
by Bartlomiej Zolnierkiewicz
· 16 years ago
14a3c4a
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
by Linus Torvalds
· 16 years ago
74a6d0f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
by Linus Torvalds
· 16 years ago
519d680
ide-cd: remove dead dsc_overlap setting
by Bartlomiej Zolnierkiewicz
· 16 years ago
94b9efd
ide: push local_irq_{save,restore}() to do_identify()
by Bartlomiej Zolnierkiewicz
· 16 years ago
d688b72
ide: remove superfluous local_irq_{save,restore}() from ide_dump_status()
by Bartlomiej Zolnierkiewicz
· 16 years ago
7f92b11
ide: move legacy ISA/VLB ports handling to ide-legacy.c (v2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
e2984c6
ide: move Power Management support to ide-pm.c
by Bartlomiej Zolnierkiewicz
· 16 years ago
1d35364
ide: use ATA_DMA_* defines in ide-dma-sff.c
by Bartlomiej Zolnierkiewicz
· 16 years ago
2f996ac
ide: checkpatch.pl fixes for ide-lib.c
by Bartlomiej Zolnierkiewicz
· 16 years ago
047140a
ide: remove inline tags from ide-probe.c
by Bartlomiej Zolnierkiewicz
· 16 years ago
b002415
ide: remove redundant code from ide_end_drive_cmd()
by Bartlomiej Zolnierkiewicz
· 16 years ago
dc09c78
ide: struct device - replace bus_id with dev_name(), dev_set_name()
by Kay Sievers
· 16 years ago
702c026
ide: rework handling of serialized ports (v2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
b7876a6
cy82c693: remove superfluous ide_cy82c693 chipset type
by Bartlomiej Zolnierkiewicz
· 16 years ago
1f66019
trm290: add IDE_HFLAG_TRM290 host flag
by Bartlomiej Zolnierkiewicz
· 16 years ago
6b49249
ide: add ->max_sectors field to struct ide_port_info
by Bartlomiej Zolnierkiewicz
· 16 years ago
7f1ac8c
rz1000: apply chipset quirks early (v2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
f58c1ab
ide: always set nIEN on idle devices
by Bartlomiej Zolnierkiewicz
· 16 years ago
46aa7af
ide: fix ->quirk_list checking in ide_do_request()
by Bartlomiej Zolnierkiewicz
· 16 years ago
a4cd1a3
gayle: set IDE_HFLAG_SERIALIZE explictly
by Bartlomiej Zolnierkiewicz
· 16 years ago
6b5cde3
cmd64x: set IDE_HFLAG_SERIALIZE explictly for CMD646
by Bartlomiej Zolnierkiewicz
· 16 years ago
02fb568
ali14xx: doesn't use shared IRQs
by Bartlomiej Zolnierkiewicz
· 16 years ago
27c01c2
ide-cd: remove obsolete seek optimization
by Bartlomiej Zolnierkiewicz
· 16 years ago
08cd1dc
ide: cleanup ide_do_request()
by Bartlomiej Zolnierkiewicz
· 16 years ago
2a2ca6a
ide: replace the global ide_lock spinlock by per-hwgroup spinlocks (v2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
6ea5222
ide: use queue lock instead of ide_lock when possible
by Bartlomiej Zolnierkiewicz
· 16 years ago
3c8a2cc
ide: ide_lock + __blk_end_request() -> blk_end_request()
by Bartlomiej Zolnierkiewicz
· 16 years ago
a72b214
ide: push ide_lock to __ide_end_request()
by Bartlomiej Zolnierkiewicz
· 16 years ago
1d0bf58
ide: ide_hwgroup_t.rq doesn't need an ide_lock held
by Bartlomiej Zolnierkiewicz
· 16 years ago
44e3123
ide: __ide_port_unregister_devices() doesn't need an ide_lock held
by Bartlomiej Zolnierkiewicz
· 16 years ago
1f473e9
ide: IDE settings don't need an ide_lock held
by Bartlomiej Zolnierkiewicz
· 16 years ago
3e0e29f
ide: unify ide_intr()'s exit points
by Bartlomiej Zolnierkiewicz
· 16 years ago
0e63a58
ide: fix IDE ACPI regression breaking suspend
by Bartlomiej Zolnierkiewicz
· 16 years ago
f26f6ce
tx493[89]ide: Fix length for __ide_flush_dcache_range
by Atsushi Nemoto
· 16 years ago
a0fce79
tx4939ide: Do not use zero count PRD entry
by Atsushi Nemoto
· 16 years ago
429dbf5
m68k: machw.h cleanup
by Finn Thain
· 16 years ago
9ecab6e
drivers/ide/{cs5530.c,sc1200.c}: Move a dereference below a NULL test
by Julia Lawall
· 16 years ago
7e1548a
Merge branch 'omap3-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 into devel
by Russell King
· 16 years ago
72aaf09
Merge git://git.marvell.com/orion into devel
by Russell King
· 16 years ago
ecdbc69
[IA64] Clear up section mismatch for ioc4_ide_attach_one.
by Robin Holt
· 16 years ago
5384657
ide: build-fix for CONFIG_BLK_DEV_IDEDMA_PMAC=n
by Bartlomiej Zolnierkiewicz
· 16 years ago
1a65988
Revert "ide: respect current DMA setting during resume"
by Bartlomiej Zolnierkiewicz
· 16 years ago
9596401
alim15x3: fix sparse warning
by Hannes Eder
· 16 years ago
a366380
ide: remove dead code from drive_is_ready()
by Bartlomiej Zolnierkiewicz
· 16 years ago
6b7d8fc
ide: fix build for DEBUG_PM
by Bartlomiej Zolnierkiewicz
· 16 years ago
e9eb838
ide: respect current DMA setting during resume
by Bartlomiej Zolnierkiewicz
· 16 years ago
c7b997b
ide: add SAMSUNG SP0822N with firmware WA100-10 to ivb_list[]
by Bartlomiej Zolnierkiewicz
· 16 years ago
6636487
amd74xx: workaround unreliable AltStatus register for nVidia controllers
by Bartlomiej Zolnierkiewicz
· 16 years ago
f9e3326
ide: fix the ide_release_lock imbalance
by Michael Schmitz
· 16 years ago
d16d766
icside section warnings
by Al Viro
· 16 years ago
635f025
[ARM] clps7500: remove support
by Russell King
· 16 years ago
d659fc1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6
by Linus Torvalds
· 16 years ago
980fc29
pcmcia: add another pata/ide ID
by Marc Pignat
· 16 years ago
52ebb43
ide-gd: re-get capacity on revalidate
by Borislav Petkov
· 16 years ago
7afa053
tx4938ide: Avoid underflow on calculation of a wait cycle
by Atsushi Nemoto
· 16 years ago
Next »