index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ide
/
ide-probe.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ide: fix PowerMac bootup oops
Hugh Dickins
2009-06-10
1
-26
/
+21
*
ide: skip probe if there are no devices on the port (v2)
Bartlomiej Zolnierkiewicz
2009-06-08
1
-3
/
+9
*
ide: respect quirk_drives[] list on all controllers
Bartlomiej Zolnierkiewicz
2009-06-07
1
-0
/
+2
*
Merge branch 'for-linus' into for-next
Bartlomiej Zolnierkiewicz
2009-05-22
1
-3
/
+6
|
\
|
*
ide: report timeouts in ide_busy_sleep()
Bartlomiej Zolnierkiewicz
2009-05-22
1
-3
/
+6
*
|
ide: remove hw_regs_t typedef
Bartlomiej Zolnierkiewicz
2009-05-17
1
-5
/
+5
*
|
ide: pass number of ports to ide_host_{alloc,add}() (v2)
Bartlomiej Zolnierkiewicz
2009-05-17
1
-4
/
+5
*
|
ide: remove chipset field from hw_regs_t
Bartlomiej Zolnierkiewicz
2009-05-17
1
-3
/
+1
*
|
ide: replace special_t typedef by IDE_SFLAG_* flags
Bartlomiej Zolnierkiewicz
2009-05-17
1
-3
/
+3
*
|
ide: try to use PIO Mode 0 during probe if possible
Joao Ramos
2009-05-17
1
-0
/
+9
|
/
*
ide: refactor tf_read() method
Sergei Shtylyov
2009-04-08
1
-6
/
+3
*
ide: refactor tf_load() method
Sergei Shtylyov
2009-04-08
1
-5
/
+3
*
ide: replace IDE_TFLAG_* flags by IDE_VALID_*
Sergei Shtylyov
2009-04-08
1
-2
/
+2
*
ide: Fix host drivers that need IRQF_SHARED
Geert Uytterhoeven
2009-04-08
1
-0
/
+1
*
ide: inline SELECT_DRIVE()
Sergei Shtylyov
2009-03-31
1
-7
/
+8
*
ide: turn set_irq() method into write_devctl() method
Sergei Shtylyov
2009-03-31
1
-3
/
+3
*
ide: fix locking in drive_release_dev()
Bartlomiej Zolnierkiewicz
2009-03-31
1
-8
/
+4
*
ide: remove ide_task_t typedef
Bartlomiej Zolnierkiewicz
2009-03-27
1
-9
/
+9
*
ide: add IDE_HFLAG_4DRIVES host flag
Bartlomiej Zolnierkiewicz
2009-03-27
1
-2
/
+2
*
ide: add IDE_HFLAG_DTC2278 host flag
Bartlomiej Zolnierkiewicz
2009-03-27
1
-1
/
+1
*
ide: remove now superfluous check from ide_host_register()
Bartlomiej Zolnierkiewicz
2009-03-27
1
-12
/
+7
*
ide: allow host drivers to specify IRQ flags
Bartlomiej Zolnierkiewicz
2009-03-27
1
-10
/
+3
*
ide: fix memleak on failure in probe_for_drive()
Bartlomiej Zolnierkiewicz
2009-03-27
1
-13
/
+9
*
ide: remove IDE_ARCH_LOCK (v2)
Bartlomiej Zolnierkiewicz
2009-03-27
1
-0
/
+2
*
ide: move ->rqsize init from init_irq() to ide_init_port()
Bartlomiej Zolnierkiewicz
2009-03-27
1
-8
/
+7
*
ide: use try_to_identify() in ide_driveid_update()
Bartlomiej Zolnierkiewicz
2009-03-24
1
-12
/
+12
*
ide: classify device type in do_probe()
Bartlomiej Zolnierkiewicz
2009-03-24
1
-13
/
+13
*
ide: remove broken EXABYTENEST support
Bartlomiej Zolnierkiewicz
2009-03-24
1
-37
/
+0
*
ide: remove try_to_identify() wrapper
Bartlomiej Zolnierkiewicz
2009-03-24
1
-25
/
+9
*
ide: remove no longer needed IRQ auto-probing from try_to_identify() (v2)
Bartlomiej Zolnierkiewicz
2009-03-24
1
-43
/
+7
*
ide: remove no longer needed IRQ fallback code from hwif_init()
Bartlomiej Zolnierkiewicz
2009-03-24
1
-26
/
+4
*
ide: handle IDE_HFLAG[_FORCE]_LEGACY_IRQS in ide_pci_init_{one,two}()
Bartlomiej Zolnierkiewicz
2009-03-24
1
-4
/
+0
*
ide: sanitize ACPI initialization
Bartlomiej Zolnierkiewicz
2009-03-24
1
-1
/
+1
*
ide: add ide_for_each_present_dev() iterator
Bartlomiej Zolnierkiewicz
2009-03-24
1
-25
/
+13
*
ide: init_irq() doesn't need to hold ide_cfg_mtx
Bartlomiej Zolnierkiewicz
2009-03-24
1
-4
/
+0
*
ide: move ->lock and ->timer init from init_irq() to ide_init_port_data()
Bartlomiej Zolnierkiewicz
2009-03-24
1
-5
/
+6
*
ide: no need to touch local IRQs in ide_probe_port()
Bartlomiej Zolnierkiewicz
2009-03-24
1
-6
/
+0
*
ide: fix IDE_DFLAG_NO_IO_32BIT handling
Bartlomiej Zolnierkiewicz
2009-03-24
1
-7
/
+2
*
ide: allow to wrap interrupt handler
Stanislaw Gruszka
2009-03-05
1
-1
/
+6
*
IDE: Unregister and disable devices if initialization fails.
Ian Campbell
2009-02-02
1
-1
/
+2
*
ide: fix ide_register_port() failure handling
Bartlomiej Zolnierkiewicz
2009-02-02
1
-8
/
+32
*
ide: fix IDE PMAC breakage
Andreas Schwab
2009-01-19
1
-1
/
+2
*
ide: fix accidental LOCKDEP breakage caused by local_irq_set() removal
Bartlomiej Zolnierkiewicz
2009-01-14
1
-1
/
+1
*
ide: move read_sff_dma_status() method to 'struct ide_dma_ops'
Sergei Shtylyov
2009-01-06
1
-2
/
+5
*
ide: fix ide_port_scan() to do ACPI setup after initializing request queues
Bartlomiej Zolnierkiewicz
2009-01-06
1
-1
/
+1
*
ide: Fix drive's DWORD-IO handling
Mario Schwalbe
2009-01-06
1
-2
/
+1
*
ide: add port and host iterators
Bartlomiej Zolnierkiewicz
2009-01-06
1
-58
/
+38
*
ide: dynamic allocation of device structures
Bartlomiej Zolnierkiewicz
2009-01-06
1
-20
/
+51
*
ide: NUMA aware allocation of host and port structures
Bartlomiej Zolnierkiewicz
2009-01-06
1
-4
/
+5
*
ide: remove local_irq_set() macro
Bartlomiej Zolnierkiewicz
2009-01-06
1
-1
/
+2
[next]