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
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
/
ide-proc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-04
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
1
-10
/
+9
2020-01-30
ide: make drive->dn read only
Dan Carpenter
1
-1
/
+1
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-01-22
ide: fix a typo in the settings proc file name
Christoph Hellwig
1
-1
/
+1
2018-12-03
ide: Change to use DEFINE_SHOW_ATTRIBUTE macro
Yangtao Li
1
-13
/
+2
2018-05-16
ide: replace ->proc_fops with ->proc_show
Christoph Hellwig
1
-118
/
+18
2018-05-16
ide: remove ide_driver_proc_write
Christoph Hellwig
1
-46
/
+0
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2013-04-09
procfs: new helper - PDE_DATA(inode)
Al Viro
1
-11
/
+11
2013-02-23
new helper: file_inode(file)
Al Viro
1
-2
/
+2
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-09-23
ide: use printk_once
Marcin Slusarz
1
-7
/
+1
2009-09-02
ide: convert to ->proc_fops
Alexey Dobriyan
1
-115
/
+215
2009-08-07
ide: fix races in handling of user-space SET XFER commands
Bartlomiej Zolnierkiewicz
1
-8
/
+2
2009-04-08
ide: replace IDE_TFLAG_* flags by IDE_VALID_*
Sergei Shtylyov
1
-2
/
+2
2009-03-27
ide: remove ide_task_t typedef
Bartlomiej Zolnierkiewicz
1
-8
/
+8
2009-03-25
ide: remove superfluous check from ide_proc_port_register_devices()
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2009-03-05
ide: NULL noise: drivers/ide/ide-*.c
Hannes Eder
1
-1
/
+1
2009-01-06
ide: add port and host iterators
Bartlomiej Zolnierkiewicz
1
-4
/
+3
2009-01-06
ide: dynamic allocation of device structures
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2009-01-06
ide: remove ide_driver_t typedef
Bartlomiej Zolnierkiewicz
1
-8
/
+8
2008-12-29
cy82c693: remove superfluous ide_cy82c693 chipset type
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2008-12-29
trm290: add IDE_HFLAG_TRM290 host flag
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2008-12-29
rz1000: apply chipset quirks early (v2)
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2008-12-29
cmd64x: set IDE_HFLAG_SERIALIZE explictly for CMD646
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2008-12-29
ide: IDE settings don't need an ide_lock held
Bartlomiej Zolnierkiewicz
1
-21
/
+4
2008-11-02
ide: Switch to a common address
Alan Cox
1
-1
/
+1
2008-10-17
ide: allow device drivers to specify per-device type /proc settings
Bartlomiej Zolnierkiewicz
1
-3
/
+3
2008-10-13
ide: add device flags
Bartlomiej Zolnierkiewicz
1
-4
/
+2
2008-10-11
ide: Remove ide_spin_wait_hwgroup() and use special requests instead
Elias Oltmanns
1
-54
/
+48
2008-10-11
ide: remove SECTOR_WORDS define
Bartlomiej Zolnierkiewicz
1
-2
/
+3
2008-10-11
ide: /proc/ide/hd*/settings rework
Bartlomiej Zolnierkiewicz
1
-192
/
+87
2008-10-11
ide: preparations for /proc/ide/hd*/settings rework
Bartlomiej Zolnierkiewicz
1
-3
/
+3
2008-10-11
ide: include <linux/hdreg.h> only when needed
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2008-10-11
ide: WIN_* -> ATA_CMD_*
Bartlomiej Zolnierkiewicz
1
-9
/
+1
2008-10-11
ide: make drive->id an union (take 2)
Bartlomiej Zolnierkiewicz
1
-3
/
+2
2008-07-25
ide: trivial sparse annotations
Harvey Harrison
1
-2
/
+2
2008-07-23
ide: filter out "default" transfer mode values in set_xfer_rate()
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2008-07-23
ide: filter out invalid transfer mode values in set_xfer_rate()
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-06-30
ide: fix /proc/ide/ide?/mate reporting
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-06-10
ide: remove the ide_etrax100 chipset type
Adrian Bunk
1
-1
/
+0
2008-04-29
drivers: use non-racy method for proc entries creation (2)
Denis V. Lunev
1
-5
/
+2
2008-04-27
ide: remove now unused ide_pci_create_host_proc()
Alexey Dobriyan
1
-8
/
+0
2008-04-27
ide: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-3
/
+3
2008-04-26
IDE: Coding Style fixes to drivers/ide/ide-proc.c
Paolo Ciarrocchi
1
-80
/
+75
2008-04-18
ide: remove obsoleted "idex=base[,ctl[,irq]]" kernel parameters (take 2)
Bartlomiej Zolnierkiewicz
1
-3
/
+0
2008-04-18
ide: remove IDE devices from /proc/ide/ before unregistering them
Bartlomiej Zolnierkiewicz
1
-14
/
+2
2008-02-06
Palmchip BK3710 IDE driver
Anton Salnikov
1
-0
/
+1
2008-02-02
ide: move create_proc_ide_drives() call to ide_device_add_all()
Bartlomiej Zolnierkiewicz
1
-3
/
+1
2008-02-02
ide: move hwif->present check out from ide_proc_register_port()
Bartlomiej Zolnierkiewicz
1
-3
/
+0
[next]