Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
b681993f7a48b847f3129abd8e8b3926c108a0d9
/
drivers
/
ide
/
ide.c
1a8bff5
ide: use module_param_named rather than module_param_call
by Rusty Russell
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
075affc
ide: preserve Host Protected Area by default (v2)
by Bartlomiej Zolnierkiewicz
· 15 years ago
11938c9
ide: move device settings code to ide-devsets.c
by Bartlomiej Zolnierkiewicz
· 16 years ago
8b803bd
ide: sanitize ACPI initialization
by Bartlomiej Zolnierkiewicz
· 16 years ago
0af80c0
ide: ide.c 'clear' fix, update "ide=nodma" documentation
by David Fries
· 16 years ago
2bd24a1
ide: add port and host iterators
by Bartlomiej Zolnierkiewicz
· 16 years ago
5e7f3a4
ide: dynamic allocation of device structures
by Bartlomiej Zolnierkiewicz
· 16 years ago
7f3c868
ide: remove ide_driver_t typedef
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
ae86afa
ide: use per-port IRQ handlers
by Bartlomiej Zolnierkiewicz
· 16 years ago
ebdab07
ide: move sysfs support to ide-sysfs.c
by Bartlomiej Zolnierkiewicz
· 16 years ago
e2984c6
ide: move Power Management support to ide-pm.c
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
44e3123
ide: __ide_port_unregister_devices() doesn't need an ide_lock held
by Bartlomiej Zolnierkiewicz
· 16 years ago
4abdc6e
ide: Implement disk shock protection support (v4)
by Elias Oltmanns
· 16 years ago
2bbd57c
ide: switch to DMA-mapping API part #2
by Bartlomiej Zolnierkiewicz
· 16 years ago
f879048
ide-disk: move all ioctl handling to ide-disk_ioctl.c
by Bartlomiej Zolnierkiewicz
· 16 years ago
6982daf
ide: convert 'pio_mode' device setting to use DS_SYNC flag
by Bartlomiej Zolnierkiewicz
· 16 years ago
7f612f2
ide: remove [ata_]select_t
by Bartlomiej Zolnierkiewicz
· 16 years ago
123995b
ide: use 'drive->dn & 1' instead of drive->select.b.unit
by Bartlomiej Zolnierkiewicz
· 16 years ago
0d346ba
ide: sanitize ide*_pm_* enums
by Bartlomiej Zolnierkiewicz
· 16 years ago
97100fc
ide: add device flags
by Bartlomiej Zolnierkiewicz
· 16 years ago
1ea1031
ide: fix IDE ACPI for slave device-only configurations
by Bartlomiej Zolnierkiewicz
· 16 years ago
92f1f8f
ide: Remove ide_spin_wait_hwgroup() and use special requests instead
by Elias Oltmanns
· 16 years ago
05236ea
ide: move ioctls handling to ide-ioctls.c
by Bartlomiej Zolnierkiewicz
· 16 years ago
170dc5b
ide: cleanup generic_ide_ioctl()
by Bartlomiej Zolnierkiewicz
· 16 years ago
aa768773
ide: add ide_setting_ioctl() helper
by Bartlomiej Zolnierkiewicz
· 16 years ago
9232c14
ide: remove ->bus_state field from ide_hwif_t
by Bartlomiej Zolnierkiewicz
· 16 years ago
93734a2
ide: ide_id_to_hd_driveid() -> ata_id_to_hd_driveid()
by Bartlomiej Zolnierkiewicz
· 16 years ago
9fa295e
ide: factor out HDIO_*_NICE ioctl handling to ide_*_nice_ioctl()
by Bartlomiej Zolnierkiewicz
· 16 years ago
02d599a
ide: remove ->supports_dsc_overlap field from ide_driver_t
by Bartlomiej Zolnierkiewicz
· 16 years ago
ebc6be5
ide: remove read-only ->atapi_overlap field from ide_drive_t
by Bartlomiej Zolnierkiewicz
· 16 years ago
8185d5a
ide: /proc/ide/hd*/settings rework
by Bartlomiej Zolnierkiewicz
· 16 years ago
263138a
ide: preparations for /proc/ide/hd*/settings rework
by Bartlomiej Zolnierkiewicz
· 16 years ago
3ceca72
ide: include <linux/hdreg.h> only when needed
by Bartlomiej Zolnierkiewicz
· 16 years ago
3cd5f1e
ide: remove unused _IDE_C and _IDE_DISK defines
by Bartlomiej Zolnierkiewicz
· 16 years ago
3a7d248
ide: use ATA_* defines instead of *_STAT and *_ERR ones
by Bartlomiej Zolnierkiewicz
· 16 years ago
48fb268
ide: remove drive->driveid
by Bartlomiej Zolnierkiewicz
· 16 years ago
4dde449
ide: make drive->id an union (take 2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
08da591
ide: add ide_device_{get,put}() helpers
by Bartlomiej Zolnierkiewicz
· 16 years ago
fc41069
ide: small whitespace fixes
by Pavel Machek
· 16 years ago
18de101
ide: allocate ide_hwif_t instances dynamically
by Bartlomiej Zolnierkiewicz
· 16 years ago
6059143
ide: move ide_remove_port_from_hwgroup() to ide-probe.c
by Bartlomiej Zolnierkiewicz
· 16 years ago
48c3c10
ide: add struct ide_host (take 3)
by Bartlomiej Zolnierkiewicz
· 16 years ago
374e042
ide: add struct ide_tp_ops (take 2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
d6276b5
ide: add 'config' field to hw_regs_t
by Bartlomiej Zolnierkiewicz
· 16 years ago
761052e
ide: remove ->INB, ->OUTB and ->OUTBSYNC methods
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
64a8f00
IDE: Report errors during drive reset back to user space
by Elias Oltmanns
· 16 years ago
79e36a9
IDE: Fix HDIO_DRIVE_RESET handling
by Elias Oltmanns
· 16 years ago
6172941
ide: remove needless includes from ide.c
by Bartlomiej Zolnierkiewicz
· 16 years ago
c56c564
ide: set hwif->dev in ide_init_port_hw() (take 2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
63b51c6
ide: make ide_hwifs[] static
by Bartlomiej Zolnierkiewicz
· 16 years ago
256c5f8
ide: fix hwif-s initialization
by Bartlomiej Zolnierkiewicz
· 16 years ago
ff07488
ide: remove drive->ctl
by Bartlomiej Zolnierkiewicz
· 16 years ago
931ee0d
ide: remove obsoleted "ide=" kernel parameters
by Bartlomiej Zolnierkiewicz
· 16 years ago
dbac9f8
ide: cleanup init_ide_data()
by Bartlomiej Zolnierkiewicz
· 16 years ago
232595e
ide: remove obsoleted "hdx=" kernel parameters
by Bartlomiej Zolnierkiewicz
· 16 years ago
30e5ee4
ide: remove obsoleted "idebus=" kernel parameter
by Bartlomiej Zolnierkiewicz
· 16 years ago
5b11471
ide: convert ide_do_drive_cmd path to use blk_execute_rq
by FUJITA Tomonori
· 16 years ago
e8a96aa
ide: set REQ_PREEMPT request flag in ide_do_drive_cmd() users
by Bartlomiej Zolnierkiewicz
· 16 years ago
2b54ed9
ide: ide_unregister() locking bugfix
by Bartlomiej Zolnierkiewicz
· 16 years ago
bd8a59e
ide: ide_unregister() warm-plug bugfix
by Bartlomiej Zolnierkiewicz
· 16 years ago
7cd95f5
ide: fix hwif->gendev refcounting
by Bartlomiej Zolnierkiewicz
· 16 years ago
e7b241a
ide: use blk_rq_init() to initialize the request
by FUJITA Tomonori
· 17 years ago
4c3032d
ide: add struct ide_io_ports (take 3)
by Bartlomiej Zolnierkiewicz
· 17 years ago
387750c
ide: make ide_unregister() take 'ide_hwif_t *' as an argument (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
bf64b7a
ide: sanitize ide_unregister() usage
by Bartlomiej Zolnierkiewicz
· 17 years ago
1dbfeb4
ide: add "noacpi" / "acpigtf" / "acpionboot" parameters
by Bartlomiej Zolnierkiewicz
· 17 years ago
9dcba7f
gayle: add "doubler" parameter
by Bartlomiej Zolnierkiewicz
· 17 years ago
4706a7e
ide: add "cdrom=" and "chs=" parameters
by Bartlomiej Zolnierkiewicz
· 17 years ago
6e87543
ide: add "nodma|noflush|noprobe|nowerr=" parameters
by Bartlomiej Zolnierkiewicz
· 17 years ago
207daea
ide: remove obsoleted "hdx=autotune" kernel parameter
by Bartlomiej Zolnierkiewicz
· 17 years ago
73f1ad8
ide: mark "idebus=" kernel parameter as obsoleted (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
ebae41a
ide: add "vlb|pci_clock=" parameter
by Bartlomiej Zolnierkiewicz
· 17 years ago
cc12175
ide: remove obsoleted "hdx=noautotune" kernel parameter
by Bartlomiej Zolnierkiewicz
· 17 years ago
ef87f8d
ide: remove obsoleted "idex=" kernel parameters
by Bartlomiej Zolnierkiewicz
· 17 years ago
e460a59
ide: remove obsoleted "idex=reset" kernel parameter
by Bartlomiej Zolnierkiewicz
· 17 years ago
9dd4cf1
ide: remove obsoleted "idex=serialize" kernel parameter
by Bartlomiej Zolnierkiewicz
· 17 years ago
9fd91d9
ide: add "ignore_cable" parameter (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
5e37bdc
ide: add struct ide_dma_ops (take 3)
by Bartlomiej Zolnierkiewicz
· 17 years ago
5add222
ide: remove ide_hwif_request_regions()
by Bartlomiej Zolnierkiewicz
· 17 years ago
0d1bad2
ide: manage resources for PCI devices in ide_pci_enable() (take 3)
by Bartlomiej Zolnierkiewicz
· 17 years ago
d083c03
ide: remove ide_hwif_release_regions()
by Bartlomiej Zolnierkiewicz
· 17 years ago
e53cd45
ide: remove ->noprobe field from ide_hwif_t
by Bartlomiej Zolnierkiewicz
· 17 years ago
ac95bee
ide: add struct ide_port_ops (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
784506c
ide: sanitize handling of IDE_HFLAG_NO_SET_MODE host flag
by Bartlomiej Zolnierkiewicz
· 17 years ago
05230e2
ide: remove hwif->straight8 flag
by Bartlomiej Zolnierkiewicz
· 17 years ago
1a2f84e
ide: unexport ide_hwifs[]
by Bartlomiej Zolnierkiewicz
· 17 years ago
fe80b93
ide: merge ide_match_hwif() and ide_find_port()
by Bartlomiej Zolnierkiewicz
· 17 years ago
59bff5b
ide: cleanup ide_find_port()
by Bartlomiej Zolnierkiewicz
· 17 years ago
486c92e
ide: move default IDE ports setup to ide_generic host driver
by Bartlomiej Zolnierkiewicz
· 17 years ago
f01674e
ide: remove obsoleted "idex=noprobe" kernel parameter (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
ffd4f6f
ide: add ide-4drives host driver (take 3)
by Bartlomiej Zolnierkiewicz
· 17 years ago
26d799b
ide: remove ppc ifdef from init_ide_data()
by Bartlomiej Zolnierkiewicz
· 17 years ago
9dfcd15
ide: remove ide_default_io_ctl() macro
by Bartlomiej Zolnierkiewicz
· 17 years ago
5c50427
ide: remove CONFIG_IDE_ARCH_OBSOLETE_INIT
by Bartlomiej Zolnierkiewicz
· 17 years ago
Next »