index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ide
/
pci
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-18
ide: remove obsoleted "idex=noprobe" kernel parameter (take 2)
Bartlomiej Zolnierkiewicz
1
-2
/
+1
2008-04-18
cmd640: init hwif->{io_ports,irq} explicitly
Bartlomiej Zolnierkiewicz
1
-2
/
+15
2008-04-18
cmd640: cleanup setup_device_ptrs()
Bartlomiej Zolnierkiewicz
1
-12
/
+2
2008-04-18
ide: add CONFIG_IDE_ARCH_OBSOLETE_DEFAULTS (take 2)
Bartlomiej Zolnierkiewicz
1
-0
/
+4
2008-04-18
ppc/sandpoint: remove ppc_ide_md hooks
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-04-18
ppc/lopec: remove ppc_ide_md hooks
Bartlomiej Zolnierkiewicz
1
-0
/
+4
2008-04-18
ide: remove IDE_*_REG macros
Bartlomiej Zolnierkiewicz
3
-13
/
+14
2008-04-18
scc_pata.c: do setup itself instead of ide_setup_pci_device()
Akira Iguchi
1
-15
/
+47
2008-04-18
ide: remove ->hold field from ide_hwif_t (take 2)
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-04-18
ide: remove broken/dangerous HDIO_[UNREGISTER,SCAN]_HWIF ioctls (take 3)
Bartlomiej Zolnierkiewicz
2
-3
/
+3
2008-04-18
ide: remove obsoleted "idex=base[,ctl[,irq]]" kernel parameters (take 2)
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-04-18
ide: remove dead/obsolete ->busproc method
Bartlomiej Zolnierkiewicz
4
-139
/
+0
2008-04-18
ide: use ide_find_port() instead of ide_deprecated_find_port()
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-04-17
it821x: do not describe noraid parameter with its value
Paul Bolle
1
-1
/
+1
2008-04-08
siimage: fix kernel oops on PPC 44x
Sergei Shtylyov
1
-1
/
+1
2008-04-02
ide/pci/cmd640.c: add MODULE_LICENSE
Adrian Bunk
1
-0
/
+2
2008-02-26
ide: skip probing port if "hdx=noprobe" was used for both devices on it
Bartlomiej Zolnierkiewicz
1
-1
/
+2
2008-02-26
hpt366: fix section mismatch warnings
Sam Ravnborg
1
-5
/
+7
2008-02-19
via82cxxx: add new PCI id for cx700
Andrew Smith
1
-0
/
+1
2008-02-11
pdc202xx_old: always enable burst mode
Bartlomiej Zolnierkiewicz
1
-22
/
+0
2008-02-11
cs5520: remove stale comment
Benjamin Herrenschmidt
1
-5
/
+0
2008-02-06
ide: remove write-only ->sata_misc[] from ide_hwif_t
Bartlomiej Zolnierkiewicz
1
-3
/
+0
2008-02-06
ide-pci-generic: kill the unused ifdef/endif/MODULE code
Denis Cheng
2
-14
/
+2
2008-02-02
ide: remove SATA_*_REG macros
Bartlomiej Zolnierkiewicz
1
-9
/
+16
2008-02-02
trm290: use ide_execute_command()
Bartlomiej Zolnierkiewicz
1
-4
/
+1
2008-02-02
ide: add ->port_init_devs method to ide_hwif_t
Bartlomiej Zolnierkiewicz
1
-3
/
+7
2008-02-02
ide: add IDE_HFLAG_NO_{IO32_BIT,UNMASK_IRQS} host flags
Bartlomiej Zolnierkiewicz
1
-2
/
+1
2008-02-02
ide: fix ide_unregister() usage in host drivers
Bartlomiej Zolnierkiewicz
2
-3
/
+3
2008-02-02
ide: add ide_deprecated_find_port() helper
Bartlomiej Zolnierkiewicz
1
-6
/
+27
2008-02-02
ide: add 'init_default' and 'restore' arguments to ide_unregister()
Bartlomiej Zolnierkiewicz
2
-2
/
+3
2008-02-02
pdc202xx_old: remove surplus initialiser
Alan Cox
1
-1
/
+1
2008-02-02
ide: remove needless includes from PCI host drivers
Bartlomiej Zolnierkiewicz
32
-134
/
+4
2008-02-02
ide: add ->cable_detect method to ide_hwif_t
Bartlomiej Zolnierkiewicz
20
-150
/
+130
2008-02-02
ide: add struct ide_port_info instances to legacy host drivers
Bartlomiej Zolnierkiewicz
3
-22
/
+27
2008-02-02
atiixp/cs5535/scc_pata: fix "idex=ata66" parameter handling
Bartlomiej Zolnierkiewicz
3
-15
/
+26
2008-02-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6
Linus Torvalds
1
-2
/
+8
2008-02-02
PCI: Remove users of pci_enable_device_bars()
Benjamin Herrenschmidt
1
-2
/
+8
2008-02-02
ide: make probe_hwif() return an error value
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2008-02-02
ide: delete filenames/versions from comments
Bartlomiej Zolnierkiewicz
29
-60
/
+2
2008-02-02
ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_t
Bartlomiej Zolnierkiewicz
31
-158
/
+203
2008-02-02
ide: use ide_destroy_dmatable() instead of pci_unmap_sg() (take 2)
Bartlomiej Zolnierkiewicz
1
-2
/
+1
2008-02-02
piix: remove stale comments
Bartlomiej Zolnierkiewicz
1
-46
/
+1
2008-02-02
ide: add IDE_HFLAG_NO_DSC host flag
Bartlomiej Zolnierkiewicz
2
-0
/
+2
2008-02-02
ide: add IDE_HFLAG_CLEAR_SIMPLEX host flag
Bartlomiej Zolnierkiewicz
5
-5
/
+14
2008-02-02
amd74xx: remove amd_ide_chips table
Bartlomiej Zolnierkiewicz
1
-151
/
+124
2008-02-02
ide: ide_setup_dma() assumes 8 ports
Sergei Shtylyov
3
-4
/
+4
2008-02-02
trm290: cannot call ide_setup_dma()
Sergei Shtylyov
1
-26
/
+38
2008-01-26
cmd64x: remove /proc/ide/cmd64x
Bartlomiej Zolnierkiewicz
1
-113
/
+1
2008-01-26
ide: make remaining built-in only IDE host drivers modular (take 2)
Bartlomiej Zolnierkiewicz
2
-2
/
+10
2008-01-26
ide: fix host drivers depending on ide_generic to probe for interfaces (take 2)
Bartlomiej Zolnierkiewicz
1
-0
/
+8
[next]