aboutsummaryrefslogtreecommitdiff
path: root/drivers/ide/ide-proc.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-04proc: convert everything to "struct proc_ops"Gravatar Alexey Dobriyan 1-10/+9
2020-01-30ide: make drive->dn read onlyGravatar Dan Carpenter 1-1/+1
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 1-0/+1
2019-01-22ide: fix a typo in the settings proc file nameGravatar Christoph Hellwig 1-1/+1
2018-12-02ide: Change to use DEFINE_SHOW_ATTRIBUTE macroGravatar Yangtao Li 1-13/+2
2018-05-16ide: replace ->proc_fops with ->proc_showGravatar Christoph Hellwig 1-118/+18
2018-05-16ide: remove ide_driver_proc_writeGravatar Christoph Hellwig 1-46/+0
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2013-04-09procfs: new helper - PDE_DATA(inode)Gravatar Al Viro 1-11/+11
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-09-22ide: use printk_onceGravatar Marcin Slusarz 1-7/+1
2009-09-01ide: convert to ->proc_fopsGravatar Alexey Dobriyan 1-115/+215
2009-08-07ide: fix races in handling of user-space SET XFER commandsGravatar Bartlomiej Zolnierkiewicz 1-8/+2
2009-04-08ide: replace IDE_TFLAG_* flags by IDE_VALID_*Gravatar Sergei Shtylyov 1-2/+2
2009-03-27ide: remove ide_task_t typedefGravatar Bartlomiej Zolnierkiewicz 1-8/+8
2009-03-24ide: remove superfluous check from ide_proc_port_register_devices()Gravatar Bartlomiej Zolnierkiewicz 1-1/+1
2009-03-05ide: NULL noise: drivers/ide/ide-*.cGravatar Hannes Eder 1-1/+1
2009-01-06ide: add port and host iteratorsGravatar Bartlomiej Zolnierkiewicz 1-4/+3
2009-01-06ide: dynamic allocation of device structuresGravatar Bartlomiej Zolnierkiewicz 1-1/+1
2009-01-06ide: remove ide_driver_t typedefGravatar Bartlomiej Zolnierkiewicz 1-8/+8
2008-12-29cy82c693: remove superfluous ide_cy82c693 chipset typeGravatar Bartlomiej Zolnierkiewicz 1-1/+0
2008-12-29trm290: add IDE_HFLAG_TRM290 host flagGravatar Bartlomiej Zolnierkiewicz 1-1/+0
2008-12-29rz1000: apply chipset quirks early (v2)Gravatar Bartlomiej Zolnierkiewicz 1-1/+0
2008-12-29cmd64x: set IDE_HFLAG_SERIALIZE explictly for CMD646Gravatar Bartlomiej Zolnierkiewicz 1-1/+0
2008-12-29ide: IDE settings don't need an ide_lock heldGravatar Bartlomiej Zolnierkiewicz 1-21/+4
2008-11-02ide: Switch to a common addressGravatar Alan Cox 1-1/+1
2008-10-17ide: allow device drivers to specify per-device type /proc settingsGravatar Bartlomiej Zolnierkiewicz 1-3/+3
2008-10-13ide: add device flagsGravatar Bartlomiej Zolnierkiewicz 1-4/+2
2008-10-10ide: Remove ide_spin_wait_hwgroup() and use special requests insteadGravatar Elias Oltmanns 1-54/+48
2008-10-10ide: remove SECTOR_WORDS defineGravatar Bartlomiej Zolnierkiewicz 1-2/+3
2008-10-10ide: /proc/ide/hd*/settings reworkGravatar Bartlomiej Zolnierkiewicz 1-192/+87
2008-10-10ide: preparations for /proc/ide/hd*/settings reworkGravatar Bartlomiej Zolnierkiewicz 1-3/+3
2008-10-10ide: include <linux/hdreg.h> only when neededGravatar Bartlomiej Zolnierkiewicz 1-1/+0
2008-10-10ide: WIN_* -> ATA_CMD_*Gravatar Bartlomiej Zolnierkiewicz 1-9/+1
2008-10-10ide: make drive->id an union (take 2)Gravatar Bartlomiej Zolnierkiewicz 1-3/+2
2008-07-24ide: trivial sparse annotationsGravatar Harvey Harrison 1-2/+2
2008-07-23ide: filter out "default" transfer mode values in set_xfer_rate()Gravatar Bartlomiej Zolnierkiewicz 1-2/+2
2008-07-23ide: filter out invalid transfer mode values in set_xfer_rate()Gravatar Bartlomiej Zolnierkiewicz 1-1/+1
2008-06-30ide: fix /proc/ide/ide?/mate reportingGravatar Bartlomiej Zolnierkiewicz 1-1/+1
2008-06-10ide: remove the ide_etrax100 chipset typeGravatar Adrian Bunk 1-1/+0
2008-04-29drivers: use non-racy method for proc entries creation (2)Gravatar Denis V. Lunev 1-5/+2
2008-04-27ide: remove now unused ide_pci_create_host_proc()Gravatar Alexey Dobriyan 1-8/+0
2008-04-26ide: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-3/+3
2008-04-26IDE: Coding Style fixes to drivers/ide/ide-proc.cGravatar Paolo Ciarrocchi 1-80/+75
2008-04-18ide: remove obsoleted "idex=base[,ctl[,irq]]" kernel parameters (take 2)Gravatar Bartlomiej Zolnierkiewicz 1-3/+0
2008-04-18ide: remove IDE devices from /proc/ide/ before unregistering themGravatar Bartlomiej Zolnierkiewicz 1-14/+2
2008-02-06Palmchip BK3710 IDE driverGravatar Anton Salnikov 1-0/+1
2008-02-02ide: move create_proc_ide_drives() call to ide_device_add_all()Gravatar Bartlomiej Zolnierkiewicz 1-3/+1
2008-02-02ide: move hwif->present check out from ide_proc_register_port()Gravatar Bartlomiej Zolnierkiewicz 1-3/+0