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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ide: add port and host iterators
Bartlomiej Zolnierkiewicz
2009-01-06
1
-2
/
+3
*
ide: dynamic allocation of device structures
Bartlomiej Zolnierkiewicz
2009-01-06
1
-1
/
+1
*
ide: remove ide_driver_t typedef
Bartlomiej Zolnierkiewicz
2009-01-06
1
-3
/
+3
*
ide: move ide_init_port_data() and friends to ide-probe.c
Bartlomiej Zolnierkiewicz
2009-01-06
1
-146
/
+0
*
ide: update ide_unregister() documentation
Bartlomiej Zolnierkiewicz
2009-01-06
1
-13
/
+5
*
ide: merge ide_hwgroup_t with ide_hwif_t (v2)
Bartlomiej Zolnierkiewicz
2009-01-06
1
-5
/
+2
*
ide: use per-port IRQ handlers
Bartlomiej Zolnierkiewicz
2009-01-06
1
-16
/
+1
*
ide: move sysfs support to ide-sysfs.c
Bartlomiej Zolnierkiewicz
2009-01-02
1
-70
/
+2
*
ide: move Power Management support to ide-pm.c
Bartlomiej Zolnierkiewicz
2008-12-29
1
-74
/
+0
*
ide: replace the global ide_lock spinlock by per-hwgroup spinlocks (v2)
Bartlomiej Zolnierkiewicz
2008-12-29
1
-5
/
+3
*
ide: __ide_port_unregister_devices() doesn't need an ide_lock held
Bartlomiej Zolnierkiewicz
2008-12-29
1
-7
/
+0
*
ide: Implement disk shock protection support (v4)
Elias Oltmanns
2008-10-13
1
-0
/
+1
*
ide: switch to DMA-mapping API part #2
Bartlomiej Zolnierkiewicz
2008-10-13
1
-2
/
+1
*
ide-disk: move all ioctl handling to ide-disk_ioctl.c
Bartlomiej Zolnierkiewicz
2008-10-13
1
-7
/
+4
*
ide: convert 'pio_mode' device setting to use DS_SYNC flag
Bartlomiej Zolnierkiewicz
2008-10-13
1
-10
/
+42
*
ide: remove [ata_]select_t
Bartlomiej Zolnierkiewicz
2008-10-13
1
-1
/
+1
*
ide: use 'drive->dn & 1' instead of drive->select.b.unit
Bartlomiej Zolnierkiewicz
2008-10-13
1
-3
/
+3
*
ide: sanitize ide*_pm_* enums
Bartlomiej Zolnierkiewicz
2008-10-13
1
-2
/
+2
*
ide: add device flags
Bartlomiej Zolnierkiewicz
2008-10-13
1
-14
/
+21
*
ide: fix IDE ACPI for slave device-only configurations
Bartlomiej Zolnierkiewicz
2008-10-13
1
-11
/
+10
*
ide: Remove ide_spin_wait_hwgroup() and use special requests instead
Elias Oltmanns
2008-10-10
1
-66
/
+15
*
ide: move ioctls handling to ide-ioctls.c
Bartlomiej Zolnierkiewicz
2008-10-10
1
-174
/
+0
*
ide: cleanup generic_ide_ioctl()
Bartlomiej Zolnierkiewicz
2008-10-10
1
-52
/
+45
*
ide: add ide_setting_ioctl() helper
Bartlomiej Zolnierkiewicz
2008-10-10
1
-19
/
+34
*
ide: remove ->bus_state field from ide_hwif_t
Bartlomiej Zolnierkiewicz
2008-10-10
1
-3
/
+1
*
ide: ide_id_to_hd_driveid() -> ata_id_to_hd_driveid()
Bartlomiej Zolnierkiewicz
2008-10-10
1
-21
/
+1
*
ide: factor out HDIO_*_NICE ioctl handling to ide_*_nice_ioctl()
Bartlomiej Zolnierkiewicz
2008-10-10
1
-14
/
+26
*
ide: remove ->supports_dsc_overlap field from ide_driver_t
Bartlomiej Zolnierkiewicz
2008-10-10
1
-6
/
+5
*
ide: remove read-only ->atapi_overlap field from ide_drive_t
Bartlomiej Zolnierkiewicz
2008-10-10
1
-1
/
+0
*
ide: /proc/ide/hd*/settings rework
Bartlomiej Zolnierkiewicz
2008-10-10
1
-7
/
+14
*
ide: preparations for /proc/ide/hd*/settings rework
Bartlomiej Zolnierkiewicz
2008-10-10
1
-2
/
+2
*
ide: include <linux/hdreg.h> only when needed
Bartlomiej Zolnierkiewicz
2008-10-10
1
-0
/
+1
*
ide: remove unused _IDE_C and _IDE_DISK defines
Bartlomiej Zolnierkiewicz
2008-10-10
1
-2
/
+0
*
ide: use ATA_* defines instead of *_STAT and *_ERR ones
Bartlomiej Zolnierkiewicz
2008-10-10
1
-4
/
+4
*
ide: remove drive->driveid
Bartlomiej Zolnierkiewicz
2008-10-10
1
-8
/
+51
*
ide: make drive->id an union (take 2)
Bartlomiej Zolnierkiewicz
2008-10-10
1
-4
/
+4
*
ide: add ide_device_{get,put}() helpers
Bartlomiej Zolnierkiewicz
2008-07-24
1
-0
/
+47
*
ide: small whitespace fixes
Pavel Machek
2008-07-23
1
-1
/
+1
*
ide: allocate ide_hwif_t instances dynamically
Bartlomiej Zolnierkiewicz
2008-07-23
1
-5
/
+0
*
ide: move ide_remove_port_from_hwgroup() to ide-probe.c
Bartlomiej Zolnierkiewicz
2008-07-23
1
-35
/
+0
*
ide: add struct ide_host (take 3)
Bartlomiej Zolnierkiewicz
2008-07-23
1
-2
/
+0
*
ide: add struct ide_tp_ops (take 2)
Bartlomiej Zolnierkiewicz
2008-07-23
1
-1
/
+1
*
ide: add 'config' field to hw_regs_t
Bartlomiej Zolnierkiewicz
2008-07-23
1
-0
/
+1
*
ide: remove ->INB, ->OUTB and ->OUTBSYNC methods
Bartlomiej Zolnierkiewicz
2008-07-23
1
-1
/
+0
*
ide: pass hw_regs_t-s to ide_device_add[_all]() (take 3)
Bartlomiej Zolnierkiewicz
2008-07-23
1
-1
/
+0
*
IDE: Report errors during drive reset back to user space
Elias Oltmanns
2008-07-16
1
-4
/
+6
*
IDE: Fix HDIO_DRIVE_RESET handling
Elias Oltmanns
2008-07-16
1
-26
/
+15
*
ide: remove needless includes from ide.c
Bartlomiej Zolnierkiewicz
2008-07-16
1
-13
/
+0
*
ide: set hwif->dev in ide_init_port_hw() (take 2)
Bartlomiej Zolnierkiewicz
2008-07-16
1
-1
/
+2
*
ide: make ide_hwifs[] static
Bartlomiej Zolnierkiewicz
2008-07-16
1
-2
/
+0
[next]