Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
7fa57952d70f5737513d8319395e471d107e4e0d
/
drivers
/
ide
/
cmd640.c
e6b5370
sections: fix section conflicts in drivers/ide
by Andi Kleen
· 12 years ago
90ab5ee
module_param: make bool parameters really bool (drivers & misc)
by Rusty Russell
· 13 years ago
bff7832
ide/ata: Add module.h to the implicit modular users
by Paul Gortmaker
· 13 years ago
a9ddabc
cmd640: fix kernel oops in test_irq() method
by Sergei Shtylyov
· 14 years ago
950f564
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ide-2.6
by David S. Miller
· 15 years ago
8495fb1
ide: fixed section mismatch warning in cmd640.c
by Chris Frey
· 15 years ago
e085b3c
ide: change ->set_pio_mode method parameters
by Bartlomiej Zolnierkiewicz
· 15 years ago
87441db
cmd640: implement test_irq() method
by Sergei Shtylyov
· 15 years ago
9f36d31
ide: remove hw_regs_t typedef
by Bartlomiej Zolnierkiewicz
· 15 years ago
dca3983
ide: pass number of ports to ide_host_{alloc,add}() (v2)
by Bartlomiej Zolnierkiewicz
· 15 years ago
29e52cf
ide: remove chipset field from hw_regs_t
by Bartlomiej Zolnierkiewicz
· 15 years ago
2b78ff5
cmd640: use ide_get_pair_dev() helper
by Bartlomiej Zolnierkiewicz
· 16 years ago
2bfba3c
ide: remove useless subdirs from drivers/ide/
by Bartlomiej Zolnierkiewicz
· 16 years ago
[Renamed from drivers/ide/pci/cmd640.c]
123995b
ide: use 'drive->dn & 1' instead of drive->select.b.unit
by Bartlomiej Zolnierkiewicz
· 16 years ago
97100fc
ide: add device flags
by Bartlomiej Zolnierkiewicz
· 16 years ago
af5dfe8
cmd640: add __set_prefetch_mode()
by Bartlomiej Zolnierkiewicz
· 16 years ago
3ceca72
ide: include <linux/hdreg.h> only when needed
by Bartlomiej Zolnierkiewicz
· 16 years ago
6f904d0
ide: add ide_host_add() helper
by Bartlomiej Zolnierkiewicz
· 16 years ago
48c3c10
ide: add struct ide_host (take 3)
by Bartlomiej Zolnierkiewicz
· 16 years ago
c97c6ac
ide: pass hw_regs_t-s to ide_device_add[_all]() (take 3)
by Bartlomiej Zolnierkiewicz
· 16 years ago
b48c89a
cmd640: add ->init_dev method
by Bartlomiej Zolnierkiewicz
· 16 years ago
a698400
cmd640: fix warm-plug support for the secondary interface
by Bartlomiej Zolnierkiewicz
· 16 years ago
17b500d
cmd640: convert to use ide_timing_find_mode()
by Bartlomiej Zolnierkiewicz
· 16 years ago
30e5ee4
ide: remove obsoleted "idebus=" kernel parameter
by Bartlomiej Zolnierkiewicz
· 16 years ago
d427e83
ide: fix host drivers missing hwif->chipset initialization
by Bartlomiej Zolnierkiewicz
· 16 years ago
4c3032d
ide: add struct ide_io_ports (take 3)
by Bartlomiej Zolnierkiewicz
· 17 years ago
bdffe5d
cmd640: always auto-tune PIO
by Bartlomiej Zolnierkiewicz
· 17 years ago
ebae41a
ide: add "vlb|pci_clock=" parameter
by Bartlomiej Zolnierkiewicz
· 17 years ago
ef87f8d
ide: remove obsoleted "idex=" kernel parameters
by Bartlomiej Zolnierkiewicz
· 17 years ago
3dd89a9
ide: cleanup setting hwif->mmio flag
by Bartlomiej Zolnierkiewicz
· 17 years ago
7ebe593
cmd640: manage I/O resources in driver
by Bartlomiej Zolnierkiewicz
· 17 years ago
ac95bee
ide: add struct ide_port_ops (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
4752b5e
IDE: Coding Style fixes to drivers/ide/pci/cmd640.c
by Paolo Ciarrocchi
· 17 years ago
00fe8b7
ide: use DIV_ROUND_UP
by Julia Lawall
· 17 years ago
84f05df
cmd640: use ide_find_port()
by Bartlomiej Zolnierkiewicz
· 17 years ago
9523076
cmd640: remove cmd_drives[]
by Bartlomiej Zolnierkiewicz
· 17 years ago
f01674e
ide: remove obsoleted "idex=noprobe" kernel parameter (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
6d3803b
cmd640: init hwif->{io_ports,irq} explicitly
by Bartlomiej Zolnierkiewicz
· 17 years ago
daaad24
cmd640: cleanup setup_device_ptrs()
by Bartlomiej Zolnierkiewicz
· 17 years ago
9a0e77f
ide: remove obsoleted "idex=base[,ctl[,irq]]" kernel parameters (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
776c0bc
ide/pci/cmd640.c: add MODULE_LICENSE
by Adrian Bunk
· 17 years ago
c53ea18
ide: skip probing port if "hdx=noprobe" was used for both devices on it
by Bartlomiej Zolnierkiewicz
· 17 years ago
78829dd
ide: remove needless includes from PCI host drivers
by Bartlomiej Zolnierkiewicz
· 17 years ago
c413b9b
ide: add struct ide_port_info instances to legacy host drivers
by Bartlomiej Zolnierkiewicz
· 17 years ago
58f189f
ide: delete filenames/versions from comments
by Bartlomiej Zolnierkiewicz
· 17 years ago
ade2daf
ide: make remaining built-in only IDE host drivers modular (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
8ac4ce7
ide: fix host drivers depending on ide_generic to probe for interfaces (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
d393aa0
ide: take ide_lock for prefetch disable/enable in do_special()
by Bartlomiej Zolnierkiewicz
· 17 years ago
5bbcf92
cmd640: fix deadlock on error handling
by Bartlomiej Zolnierkiewicz
· 17 years ago
26bcb87
ide: add ide_set{_max}_pio() (take 4)
by Bartlomiej Zolnierkiewicz
· 17 years ago
4099d14
ide: add PIO masks
by Bartlomiej Zolnierkiewicz
· 17 years ago
2134758
ide: drop "PIO data" argument from ide_get_best_pio_mode()
by Bartlomiej Zolnierkiewicz
· 17 years ago
7dd0008
ide: add ide_pio_cycle_time() helper (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
342cdb6
ide: make ide_get_best_pio_mode() print info if overriding PIO mode
by Bartlomiej Zolnierkiewicz
· 17 years ago
846c11a
ide: remove a ton of pointless #undef REALLY_SLOW_IO
by Alan Cox
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
77933d7
[PATCH] clean up inline static vs static inline
by Jesper Juhl
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago