index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ide
/
ide-probe.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-07
ide: allow ide_dev_read_id() to be called from the IRQ context
Bartlomiej Zolnierkiewicz
1
-10
/
+21
2009-06-24
ide: fix handling of unexpected IRQs vs request_irq()
Bartlomiej Zolnierkiewicz
1
-3
/
+20
2009-06-20
Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Linus Torvalds
1
-2
/
+15
2009-06-16
ide: remove driver_data direct access of struct device
Greg Kroah-Hartman
1
-2
/
+2
2009-06-15
ide: move ack_intr() method into 'struct ide_port_ops' (take 2)
Sergei Shtylyov
1
-1
/
+0
2009-06-15
ide: don't enable IORDY at a probe time
Bartlomiej Zolnierkiewicz
1
-1
/
+15
2009-06-10
ide: fix PowerMac bootup oops
Hugh Dickins
1
-26
/
+21
2009-06-09
ide: skip probe if there are no devices on the port (v2)
Bartlomiej Zolnierkiewicz
1
-3
/
+9
2009-06-07
ide: respect quirk_drives[] list on all controllers
Bartlomiej Zolnierkiewicz
1
-0
/
+2
2009-05-22
Merge branch 'for-linus' into for-next
Bartlomiej Zolnierkiewicz
1
-3
/
+6
2009-05-22
ide: report timeouts in ide_busy_sleep()
Bartlomiej Zolnierkiewicz
1
-3
/
+6
2009-05-17
ide: remove hw_regs_t typedef
Bartlomiej Zolnierkiewicz
1
-5
/
+5
2009-05-17
ide: pass number of ports to ide_host_{alloc,add}() (v2)
Bartlomiej Zolnierkiewicz
1
-4
/
+5
2009-05-17
ide: remove chipset field from hw_regs_t
Bartlomiej Zolnierkiewicz
1
-3
/
+1
2009-05-17
ide: replace special_t typedef by IDE_SFLAG_* flags
Bartlomiej Zolnierkiewicz
1
-3
/
+3
2009-05-17
ide: try to use PIO Mode 0 during probe if possible
Joao Ramos
1
-0
/
+9
2009-04-08
ide: refactor tf_read() method
Sergei Shtylyov
1
-6
/
+3
2009-04-08
ide: refactor tf_load() method
Sergei Shtylyov
1
-5
/
+3
2009-04-08
ide: replace IDE_TFLAG_* flags by IDE_VALID_*
Sergei Shtylyov
1
-2
/
+2
2009-04-08
ide: Fix host drivers that need IRQF_SHARED
Geert Uytterhoeven
1
-0
/
+1
2009-03-31
ide: inline SELECT_DRIVE()
Sergei Shtylyov
1
-7
/
+8
2009-03-31
ide: turn set_irq() method into write_devctl() method
Sergei Shtylyov
1
-3
/
+3
2009-03-31
ide: fix locking in drive_release_dev()
Bartlomiej Zolnierkiewicz
1
-8
/
+4
2009-03-27
ide: remove ide_task_t typedef
Bartlomiej Zolnierkiewicz
1
-9
/
+9
2009-03-27
ide: add IDE_HFLAG_4DRIVES host flag
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2009-03-27
ide: add IDE_HFLAG_DTC2278 host flag
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2009-03-27
ide: remove now superfluous check from ide_host_register()
Bartlomiej Zolnierkiewicz
1
-12
/
+7
2009-03-27
ide: allow host drivers to specify IRQ flags
Bartlomiej Zolnierkiewicz
1
-10
/
+3
2009-03-27
ide: fix memleak on failure in probe_for_drive()
Bartlomiej Zolnierkiewicz
1
-13
/
+9
2009-03-27
ide: remove IDE_ARCH_LOCK (v2)
Bartlomiej Zolnierkiewicz
1
-0
/
+2
2009-03-27
ide: move ->rqsize init from init_irq() to ide_init_port()
Bartlomiej Zolnierkiewicz
1
-8
/
+7
2009-03-25
ide: use try_to_identify() in ide_driveid_update()
Bartlomiej Zolnierkiewicz
1
-12
/
+12
2009-03-25
ide: classify device type in do_probe()
Bartlomiej Zolnierkiewicz
1
-13
/
+13
2009-03-25
ide: remove broken EXABYTENEST support
Bartlomiej Zolnierkiewicz
1
-37
/
+0
2009-03-25
ide: remove try_to_identify() wrapper
Bartlomiej Zolnierkiewicz
1
-25
/
+9
2009-03-25
ide: remove no longer needed IRQ auto-probing from try_to_identify() (v2)
Bartlomiej Zolnierkiewicz
1
-43
/
+7
2009-03-25
ide: remove no longer needed IRQ fallback code from hwif_init()
Bartlomiej Zolnierkiewicz
1
-26
/
+4
2009-03-25
ide: handle IDE_HFLAG[_FORCE]_LEGACY_IRQS in ide_pci_init_{one,two}()
Bartlomiej Zolnierkiewicz
1
-4
/
+0
2009-03-25
ide: sanitize ACPI initialization
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2009-03-25
ide: add ide_for_each_present_dev() iterator
Bartlomiej Zolnierkiewicz
1
-25
/
+13
2009-03-25
ide: init_irq() doesn't need to hold ide_cfg_mtx
Bartlomiej Zolnierkiewicz
1
-4
/
+0
2009-03-25
ide: move ->lock and ->timer init from init_irq() to ide_init_port_data()
Bartlomiej Zolnierkiewicz
1
-5
/
+6
2009-03-25
ide: no need to touch local IRQs in ide_probe_port()
Bartlomiej Zolnierkiewicz
1
-6
/
+0
2009-03-25
ide: fix IDE_DFLAG_NO_IO_32BIT handling
Bartlomiej Zolnierkiewicz
1
-7
/
+2
2009-03-05
ide: allow to wrap interrupt handler
Stanislaw Gruszka
1
-1
/
+6
2009-02-02
IDE: Unregister and disable devices if initialization fails.
Ian Campbell
1
-1
/
+2
2009-02-02
ide: fix ide_register_port() failure handling
Bartlomiej Zolnierkiewicz
1
-8
/
+32
2009-01-19
ide: fix IDE PMAC breakage
Andreas Schwab
1
-1
/
+2
2009-01-14
ide: fix accidental LOCKDEP breakage caused by local_irq_set() removal
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2009-01-06
ide: move read_sff_dma_status() method to 'struct ide_dma_ops'
Sergei Shtylyov
1
-2
/
+5
[next]