.. |
Kconfig
|
72148aecf4
block: make scsi_request and scsi ioctl support optional
|
7 anni fa |
Makefile
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 anni fa |
aec62xx.c
|
fe31edc8a3
Drivers: ide: remove __dev* attributes.
|
12 anni fa |
ali14xx.c
|
e6b53703b9
sections: fix section conflicts in drivers/ide
|
12 anni fa |
alim15x3.c
|
fe31edc8a3
Drivers: ide: remove __dev* attributes.
|
12 anni fa |
amd74xx.c
|
fe31edc8a3
Drivers: ide: remove __dev* attributes.
|
12 anni fa |
atiixp.c
|
7546e52b5e
Drivers: ide: Remove typedef atiixp_ide_timing
|
10 anni fa |
au1xxx-ide.c
|
35316c9ffd
ide: drop owner assignment from platform_drivers
|
10 anni fa |
buddha.c
|
6112ea0862
zorro: ZTWO_VADDR() should return "void __iomem *"
|
11 anni fa |
cmd640.c
|
40506d4022
cmd640: add __init attribute
|
8 anni fa |
cmd64x.c
|
8f80d62a38
cmd64x: potential buffer overflow in cmd64x_program_timings()
|
4 anni fa |
cs5520.c
|
d681f11669
ide: remove deprecated use of pci api
|
9 anni fa |
cs5530.c
|
fe31edc8a3
Drivers: ide: remove __dev* attributes.
|
12 anni fa |
cs5535.c
|
fe31edc8a3
Drivers: ide: remove __dev* attributes.
|
12 anni fa |
cs5536.c
|
a6fd6063e7
ide: cs5536: use module_pci_driver()
|
11 anni fa |
cy82c693.c
|
fe31edc8a3
Drivers: ide: remove __dev* attributes.
|
12 anni fa |
delkin_cb.c
|
99bfdd8786
drivers/ide/delkin_cb: Convert to module_pci_driver
|
11 anni fa |
dtc2278.c
|
e6b53703b9
sections: fix section conflicts in drivers/ide
|
12 anni fa |
falconide.c
|
f4d3ffa52a
ide: move ack_intr() method into 'struct ide_port_ops' (take 2)
|
15 anni fa |
gayle.c
|
35316c9ffd
ide: drop owner assignment from platform_drivers
|
10 anni fa |
hpt366.c
|
7c0f6ba682
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
|
8 anni fa |
ht6560b.c
|
e6b53703b9
sections: fix section conflicts in drivers/ide
|
12 anni fa |
icside.c
|
eccf432f65
ide: icside: remove incorrect initconst annotation
|
8 anni fa |
ide-4drives.c
|
90ab5ee941
module_param: make bool parameters really bool (drivers & misc)
|
13 anni fa |
ide-acpi.c
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 anni fa |
ide-atapi.c
|
737cfa329c
scsi: ide: Do not set the RQF_PREEMPT flag for sense requests
|
3 anni fa |
ide-cd.c
|
9f086cac51
block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>
|
4 anni fa |
ide-cd.h
|
9f086cac51
block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>
|
4 anni fa |
ide-cd_ioctl.c
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 anni fa |
ide-cd_verbose.c
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 anni fa |
ide-cs.c
|
e58c5de8f5
drivers/ide/ide-cs.c: adjust suspicious bit operation
|
12 anni fa |
ide-devsets.c
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 anni fa |
ide-disk.c
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 anni fa |
ide-disk.h
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 anni fa |
ide-disk_ioctl.c
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 anni fa |
ide-disk_proc.c
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 anni fa |
ide-dma-sff.c
|
38789fda29
ide/ata: Add export.h for EXPORT_SYMBOL/THIS_MODULE where needed
|
13 anni fa |
ide-dma.c
|
2a842acab1
block: introduce new block status code type
|
7 anni fa |
ide-eh.c
|
2a842acab1
block: introduce new block status code type
|
7 anni fa |
ide-floppy.c
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 anni fa |
ide-floppy.h
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 anni fa |
ide-floppy_ioctl.c
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 anni fa |
ide-floppy_proc.c
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 anni fa |
ide-gd.c
|
0d52c756a6
block: convert to device_add_disk()
|
8 anni fa |
ide-gd.h
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 anni fa |
ide-generic.c
|
9f36d31437
ide: remove hw_regs_t typedef
|
15 anni fa |
ide-io-std.c
|
38789fda29
ide/ata: Add export.h for EXPORT_SYMBOL/THIS_MODULE where needed
|
13 anni fa |
ide-io.c
|
737cfa329c
scsi: ide: Do not set the RQF_PREEMPT flag for sense requests
|
3 anni fa |
ide-ioctls.c
|
ca18d6f769
block: Make most scsi_req_init() calls implicit
|
7 anni fa |
ide-iops.c
|
7c0f6ba682
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
|
8 anni fa |
ide-legacy.c
|
38789fda29
ide/ata: Add export.h for EXPORT_SYMBOL/THIS_MODULE where needed
|
13 anni fa |
ide-lib.c
|
27f00e53af
ide,ata: Rename ATA_IDX to ATA_SENSE
|
9 anni fa |
ide-park.c
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 anni fa |
ide-pci-generic.c
|
fe31edc8a3
Drivers: ide: remove __dev* attributes.
|
12 anni fa |
ide-pio-blacklist.c
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 anni fa |
ide-pm.c
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 anni fa |
ide-pnp.c
|
6a5333092e
PNP: ide/ide-pnp: Use module_pnp_driver to register driver
|
9 anni fa |
ide-probe.c
|
d410a6417e
ide: free hwif->portdev on hwif_init() failure
|
7 anni fa |
ide-proc.c
|
7c0f6ba682
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
|
8 anni fa |
ide-scan-pci.c
|
b1f9e5e355
ide: fix IRQ assignment for PCI bus order probing
|
7 anni fa |
ide-sysfs.c
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 anni fa |
ide-tape.c
|
ca18d6f769
block: Make most scsi_req_init() calls implicit
|
7 anni fa |
ide-taskfile.c
|
ca18d6f769
block: Make most scsi_req_init() calls implicit
|
7 anni fa |
ide-timings.c
|
921edf312a
ide: avoid warning for timings calculation
|
7 anni fa |
ide-xfer-mode.c
|
38789fda29
ide/ata: Add export.h for EXPORT_SYMBOL/THIS_MODULE where needed
|
13 anni fa |
ide.c
|
549b203743
UPSTREAM: treewide: Fix function prototypes for module_param_call()
|
6 anni fa |
ide_platform.c
|
35316c9ffd
ide: drop owner assignment from platform_drivers
|
10 anni fa |
it8172.c
|
fe31edc8a3
Drivers: ide: remove __dev* attributes.
|
12 anni fa |
it8213.c
|
fe31edc8a3
Drivers: ide: remove __dev* attributes.
|
12 anni fa |
it821x.c
|
b5a608fb28
ide: constify ide_dma_ops structures
|
8 anni fa |
jmicron.c
|
fe31edc8a3
Drivers: ide: remove __dev* attributes.
|
12 anni fa |
macide.c
|
bff7832dd6
ide/ata: Add module.h to the implicit modular users
|
13 anni fa |
ns87415.c
|
fe31edc8a3
Drivers: ide: remove __dev* attributes.
|
12 anni fa |
opti621.c
|
fe31edc8a3
Drivers: ide: remove __dev* attributes.
|
12 anni fa |
palm_bk3710.c
|
96297aee8b
ide: palm_bk3710: add __initdata to palm_bk3710_port_info
|
7 anni fa |
pdc202xx_new.c
|
952bbcb078
PCI: Remove includes of asm/pci-bridge.h
|
8 anni fa |
pdc202xx_old.c
|
fe31edc8a3
Drivers: ide: remove __dev* attributes.
|
12 anni fa |
piix.c
|
fe31edc8a3
Drivers: ide: remove __dev* attributes.
|
12 anni fa |
pmac.c
|
8b9860ad1e
ide: pmac: add of_node_put()
|
6 anni fa |
q40ide.c
|
bff7832dd6
ide/ata: Add module.h to the implicit modular users
|
13 anni fa |
qd65xx.c
|
e6b53703b9
sections: fix section conflicts in drivers/ide
|
12 anni fa |
qd65xx.h
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 anni fa |
rapide.c
|
fe31edc8a3
Drivers: ide: remove __dev* attributes.
|
12 anni fa |
rz1000.c
|
fe31edc8a3
Drivers: ide: remove __dev* attributes.
|
12 anni fa |
sc1200.c
|
fe31edc8a3
Drivers: ide: remove __dev* attributes.
|
12 anni fa |
serverworks.c
|
3c353d7649
ide: serverworks: potential overflow in svwks_set_pio_mode()
|
4 anni fa |
setup-pci.c
|
a06876a766
ide: pci: free PCI BARs on initialization failure
|
7 anni fa |
sgiioc4.c
|
d681f11669
ide: remove deprecated use of pci api
|
9 anni fa |
siimage.c
|
2a842acab1
block: introduce new block status code type
|
7 anni fa |
sis5513.c
|
82ed4db499
block: split scsi_request out of struct request
|
7 anni fa |
sl82c105.c
|
fe31edc8a3
Drivers: ide: remove __dev* attributes.
|
12 anni fa |
slc90e66.c
|
fe31edc8a3
Drivers: ide: remove __dev* attributes.
|
12 anni fa |
tc86c001.c
|
fe31edc8a3
Drivers: ide: remove __dev* attributes.
|
12 anni fa |
triflex.c
|
fe31edc8a3
Drivers: ide: remove __dev* attributes.
|
12 anni fa |
trm290.c
|
b5a608fb28
ide: constify ide_dma_ops structures
|
8 anni fa |
tx4938ide.c
|
35316c9ffd
ide: drop owner assignment from platform_drivers
|
10 anni fa |
tx4939ide.c
|
35316c9ffd
ide: drop owner assignment from platform_drivers
|
10 anni fa |
umc8672.c
|
e6b53703b9
sections: fix section conflicts in drivers/ide
|
12 anni fa |
via82cxxx.c
|
fe31edc8a3
Drivers: ide: remove __dev* attributes.
|
12 anni fa |